Commit 5db89fd
* Add migration guide [SDK-3393] (#127)
Add migration guide
* Remove license header from source files [SDK-3389] (#126)
Remove license header
* Update year in license file (#128)
* Add `.swiftpm` directory to `.gitignore` (#131)
Add `.swiftpm` to `.gitignore`
* Add CONTRIBUTING.md (#130)
* Drop old platform versions [SDK-3387] (#129)
* Drop old platform versions
* Remove preprocessor macros and compatibility code
* Remove obsolete preprocessor macros
* Use accesibility config when neither iOS nor macOS
* Remove unnecessary preprocessor macros
* Remove extra blank line at the end of the file
* Restore Touch ID case
* Remove leftover nested if
* Update README [SDK-3416] (#135)
* Remove deprecated method [SDK-3413] (#132)
* Remove deprecated method
* Add change to the migration guide
* Remove usage of deprecated properties [SDK-3414] (#133)
* Remove usage of deprecated APIs
* Remove enum cases
* Remove usage of enum cases
* Update V1_MIGRATION_GUIDE.md
Co-authored-by: Steve Hobbs <[email protected]>
Co-authored-by: Steve Hobbs <[email protected]>
* Add support policy [SDK-3420] (#138)
* Fix typo in property name (#137)
* Remove obsolete functionality [SDK-3419] (#136)
* [SDK-3434] Update issues templates (#140)
* [SDK-3434] Migrate GitHub issue templates
* Update config.yml
* Update config.yml
* Add note about the Responsible Disclosure Program to bug reports template.
* Remove "FAQ.md" reference, as there is no file
* Update .github/ISSUE_TEMPLATE/Bug Report.yml
* Update .github/ISSUE_TEMPLATE/Feature Request.yml
* Update .github/ISSUE_TEMPLATE/Bug Report.yml
* Update .github/ISSUE_TEMPLATE/Feature Request.yml
* Update .github/ISSUE_TEMPLATE/config.yml
* Update .github/ISSUE_TEMPLATE/config.yml
* Update checkbox grouping
* Update Pull Request template
Co-authored-by: Rita Zerrizuela <[email protected]>
* Migrate to Swift [SDK-3428] (#139)
* Migrate to Swift
* Add test case
* Integrate SwiftLint
* Add .swiftlint.yml
* Fix tests
* Add API docs
* Update migration guide
* Remove leftover comments
* Update library description
* Add snippets to the API docs
* Drop Xcode 12.x and its older simulators
* Add item to the migration guide
* Drop support for old Swift versions [SDK-3444] (#141)
* Add missing unit tests (#142)
* Add missing tests
* Remove extra whitespace
* Add missing import for SPM
* Apply recommended Xcode 14 settings (#143)
* [SDK-3450] API Documentation Generation (#144)
* Add generated API documentation to repo (#145)
* Add support for iCloud synchronization (#146)
* Add support for iCould synchronization
* Update API docs
* Add unit tests for queries (#147)
Test queries
* Improve API docs generation (#148)
* Fix typos in tests (#149)
* Make `context` parameter optional (#151)
* Re-generate API docs (#152)
* Complete README and Migration Guide [SDK-3397] (#150)
* Add support for custom attributes (#153)
* Replace OSX with macOS in schemes and targets (#154)
Replace OSX with macOS
* Release 1.0.0-fa.0 (#155)
* Add fa to Podspec version (#156)
* Fix 'access group' capitalization (#158)
* Update API docs (#159)
* Use Codecov orb (#161)
* Create .semgrepignore
* Add placeholders to issue forms (#162)
* Update README for GA [SDK-3500] (#163)
Update the README for GA
* Merge `master` into `fa` (#164)
Co-authored-by: Steve Hobbs <[email protected]>
Co-authored-by: Evan Sims <[email protected]>
1 parent d0f93fa commit 5db89fd
File tree
195 files changed
+3271
-1715
lines changed- .circleci
- .github
- ISSUE_TEMPLATE
- .swiftpm/xcode/package.xcworkspace
- SimpleKeychain.xcodeproj
- SimpleKeychainApp
- SimpleKeychainTests
- SimpleKeychain
- include
- docs
- css
- data/documentation
- simplekeychain
- accessibility
- simplekeychainerror
- simplekeychain
- documentation/simplekeychain
- accessibility
- !=(_:_:)
- afterfirstunlockthisdeviceonly
- afterfirstunlock
- equatable-implementations
- hash(into:)
- hashvalue
- init(rawvalue:)
- rawrepresentable-implementations
- rawvalue
- whenpasscodesetthisdeviceonly
- whenunlockedthisdeviceonly
- whenunlocked
- simplekeychainerror
- !=(_:_:)
- ==(_:_:)
- authfailed
- debugdescription
- decodefailed
- duplicateitem
- equatable-implementations
- error-implementations
- errordescription-23ktd
- errordescription-31jbz
- failurereason
- helpanchor
- interactionnotallowed
- invalidparameters
- itemnotavailable
- itemnotfound
- localizeddescription-2xh78
- localizeddescription-6p7yv
- localizederror-implementations
- operationnotimplemented
- other
- recoverysuggestion
- status
- unknown
- usercanceled
- ~=(_:_:)-41lv0
- ~=(_:_:)-7uptb
- simplekeychain
- data(forkey:)
- deleteall()
- deleteitem(forkey:)
- hasitem(forkey:)
- init(service:accessgroup:accessibility:accesscontrolflags:context:synchronizable:attributes:)
- keys()
- set(_:forkey:)-618u7
- set(_:forkey:)-n98i
- string(forkey:)
- img
- index
- js
- fastlane
- tvOSTestHost
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
195 files changed
+3271
-1715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | | - | |
63 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
79 | | - | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
129 | | - | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | | - | |
133 | | - | |
| 137 | + | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | | - | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | | - | |
| 36 | + | |
31 | 37 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
0 commit comments