Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit e6f6b3d

Browse files
committed
Updated example for SwiftKeychainWrapper 2.0
1 parent c287454 commit e6f6b3d

31 files changed

+1103
-559
lines changed

Podfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
use_frameworks!
22
platform :ios, '8.0'
3-
pod 'SwiftKeychainWrapper'
3+
4+
5+
target 'SwiftKeychainWrapperExample' do
6+
pod 'SwiftKeychainWrapper'
7+
end

Podfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
PODS:
2-
- SwiftKeychainWrapper (1.0.10)
2+
- SwiftKeychainWrapper (2.0.0)
33

44
DEPENDENCIES:
55
- SwiftKeychainWrapper
66

77
SPEC CHECKSUMS:
8-
SwiftKeychainWrapper: a31c053e0e6a56aca32e85816a0e579d25b525c8
8+
SwiftKeychainWrapper: 3575838215fa36c816899c301a7afe370bd94814
99

10-
COCOAPODS: 0.38.2
10+
PODFILE CHECKSUM: 37ce22e022c30bb3e19e80062e5d49c0735c0f84
11+
12+
COCOAPODS: 1.0.1

Pods/Headers/Private/SwiftKeychainWrapper/SwiftKeychainWrapper.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Manifest.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 202 additions & 181 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/SwiftKeychainWrapper/README.md

Lines changed: 95 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/SwiftKeychainWrapper/SwiftKeychainWrapper/KeychainItemAccessibility.swift

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)