Skip to content

Commit 72acffd

Browse files
authored
Release 1.0.0 (#168)
1 parent 5db89fd commit 72acffd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+96
-72
lines changed

CHANGELOG.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# Change Log
22

3-
## [1.0.0-fa.0](https://github.com/auth0/SimpleKeychain/tree/1.0.0-fa.0) (2022-06-24)
4-
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.5...1.0.0-fa.0)
3+
## [1.0.0](https://github.com/auth0/SimpleKeychain/tree/1.0.0) (2022-07-20)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.5...1.0.0)
5+
6+
[Migration Guide](V1_MIGRATION_GUIDE.md)
7+
8+
**⚠️ BREAKING CHANGES**
9+
- Drop support for old Swift versions [SDK-3444] [\#141](https://github.com/auth0/SimpleKeychain/pull/141) ([Widcket](https://github.com/Widcket))
10+
- Migrate to Swift [SDK-3428] [\#139](https://github.com/auth0/SimpleKeychain/pull/139) ([Widcket](https://github.com/Widcket))
11+
- Remove obsolete functionality [SDK-3419] [\#136](https://github.com/auth0/SimpleKeychain/pull/136) ([Widcket](https://github.com/Widcket))
12+
- Remove usage of deprecated properties [SDK-3414] [\#133](https://github.com/auth0/SimpleKeychain/pull/133) ([Widcket](https://github.com/Widcket))
13+
- Remove deprecated method [SDK-3413] [\#132](https://github.com/auth0/SimpleKeychain/pull/132) ([Widcket](https://github.com/Widcket))
14+
- Drop old platform versions [SDK-3387] [\#129](https://github.com/auth0/SimpleKeychain/pull/129) ([Widcket](https://github.com/Widcket))
15+
16+
**Added**
17+
- Add support for custom attributes [\#153](https://github.com/auth0/SimpleKeychain/pull/153) ([Widcket](https://github.com/Widcket))
18+
- Add support for iCloud synchronization [SDK-3453] [\#146](https://github.com/auth0/SimpleKeychain/pull/146) ([Widcket](https://github.com/Widcket))
19+
- Added keys method [\#125](https://github.com/auth0/SimpleKeychain/pull/125) ([asclepix](https://github.com/asclepix))
20+
21+
**Changed**
22+
- Replace OSX with macOS in schemes and targets [\#154](https://github.com/auth0/SimpleKeychain/pull/154) ([Widcket](https://github.com/Widcket))
23+
- Apply recommended Xcode 14 settings [\#143](https://github.com/auth0/SimpleKeychain/pull/143) ([Widcket](https://github.com/Widcket))
24+
25+
## [1.0.0-fa](https://github.com/auth0/SimpleKeychain/tree/1.0.0-fa) (2022-06-24)
26+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.5...1.0.0-fa)
27+
28+
[Migration Guide](V1_MIGRATION_GUIDE.md)
529

630
**⚠️ BREAKING CHANGES**
731
- Drop support for old Swift versions [SDK-3444] [\#141](https://github.com/auth0/SimpleKeychain/pull/141) ([Widcket](https://github.com/Widcket))

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.6)
6+
activesupport (6.1.6.1)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -17,20 +17,20 @@ GEM
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.601.0)
21-
aws-sdk-core (3.131.2)
20+
aws-partitions (1.608.0)
21+
aws-sdk-core (3.131.3)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.525.0)
2424
aws-sigv4 (~> 1.1)
2525
jmespath (~> 1, >= 1.6.1)
26-
aws-sdk-kms (1.57.0)
26+
aws-sdk-kms (1.58.0)
2727
aws-sdk-core (~> 3, >= 3.127.0)
2828
aws-sigv4 (~> 1.1)
2929
aws-sdk-s3 (1.114.0)
3030
aws-sdk-core (~> 3, >= 3.127.0)
3131
aws-sdk-kms (~> 1)
3232
aws-sigv4 (~> 1.4)
33-
aws-sigv4 (1.5.0)
33+
aws-sigv4 (1.5.1)
3434
aws-eventstream (~> 1, >= 1.0.2)
3535
babosa (1.0.4)
3636
claide (1.1.0)
@@ -117,7 +117,7 @@ GEM
117117
faraday_middleware (1.2.0)
118118
faraday (~> 1.0)
119119
fastimage (2.2.6)
120-
fastlane (2.206.2)
120+
fastlane (2.208.0)
121121
CFPropertyList (>= 2.3, < 4.0.0)
122122
addressable (>= 2.8, < 3.0.0)
123123
artifactory (~> 3.0)
@@ -162,9 +162,9 @@ GEM
162162
fourflusher (2.3.1)
163163
fuzzy_match (2.0.4)
164164
gh_inspector (1.1.3)
165-
google-apis-androidpublisher_v3 (0.22.0)
166-
google-apis-core (>= 0.5, < 2.a)
167-
google-apis-core (0.6.0)
165+
google-apis-androidpublisher_v3 (0.25.0)
166+
google-apis-core (>= 0.7, < 2.a)
167+
google-apis-core (0.7.0)
168168
addressable (~> 2.5, >= 2.5.1)
169169
googleauth (>= 0.16.2, < 2.a)
170170
httpclient (>= 2.8.1, < 3.a)
@@ -173,19 +173,19 @@ GEM
173173
retriable (>= 2.0, < 4.a)
174174
rexml
175175
webrick
176-
google-apis-iamcredentials_v1 (0.12.0)
177-
google-apis-core (>= 0.6, < 2.a)
178-
google-apis-playcustomapp_v1 (0.9.0)
179-
google-apis-core (>= 0.6, < 2.a)
180-
google-apis-storage_v1 (0.15.0)
181-
google-apis-core (>= 0.5, < 2.a)
176+
google-apis-iamcredentials_v1 (0.13.0)
177+
google-apis-core (>= 0.7, < 2.a)
178+
google-apis-playcustomapp_v1 (0.10.0)
179+
google-apis-core (>= 0.7, < 2.a)
180+
google-apis-storage_v1 (0.18.0)
181+
google-apis-core (>= 0.7, < 2.a)
182182
google-cloud-core (1.6.0)
183183
google-cloud-env (~> 1.0)
184184
google-cloud-errors (~> 1.0)
185185
google-cloud-env (1.6.0)
186186
faraday (>= 0.17.3, < 3.0)
187187
google-cloud-errors (1.2.0)
188-
google-cloud-storage (1.36.2)
188+
google-cloud-storage (1.37.0)
189189
addressable (~> 2.8)
190190
digest-crc (~> 0.4)
191191
google-apis-iamcredentials_v1 (~> 0.1)
@@ -204,7 +204,7 @@ GEM
204204
http-cookie (1.0.5)
205205
domain_name (~> 0.5)
206206
httpclient (2.8.3)
207-
i18n (1.10.0)
207+
i18n (1.12.0)
208208
concurrent-ruby (~> 1.0)
209209
jmespath (1.6.1)
210210
json (2.6.2)
@@ -213,15 +213,15 @@ GEM
213213
mini_magick (4.11.0)
214214
mini_mime (1.1.2)
215215
mini_portile2 (2.8.0)
216-
minitest (5.16.1)
216+
minitest (5.16.2)
217217
molinillo (0.8.0)
218218
multi_json (1.15.0)
219219
multipart-post (2.0.0)
220220
nanaimo (0.3.0)
221221
nap (1.1.0)
222222
naturally (2.2.1)
223223
netrc (0.11.0)
224-
nokogiri (1.13.6)
224+
nokogiri (1.13.7)
225225
mini_portile2 (~> 2.8.0)
226226
racc (~> 1.4)
227227
optparse (0.1.1)
@@ -266,7 +266,7 @@ GEM
266266
tty-cursor (~> 0.7)
267267
typhoeus (1.4.0)
268268
ethon (>= 0.9.0)
269-
tzinfo (2.0.4)
269+
tzinfo (2.0.5)
270270
concurrent-ruby (~> 1.0)
271271
uber (0.1.0)
272272
unf (0.1.4)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ For general support or usage questions, use the [Auth0 Community](https://commun
244244

245245
Auth0 helps you to:
246246

247-
- Add authentication with [multiple sources](https://auth0.com/docs/authenticate/identity-providers), either social identity providers such as **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce** (amongst others), or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS, or any SAML Identity Provider**.
247+
- Add authentication with [multiple sources](https://auth0.com/docs/authenticate/identity-providers), either social identity providers such as **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce** (amongst others), or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS, or any SAML identity provider**.
248248
- Add authentication through more traditional **[username/password databases](https://auth0.com/docs/authenticate/database-connections/custom-db)**.
249249
- Add support for **[linking different user accounts](https://auth0.com/docs/manage-users/user-accounts/user-account-linking)** with the same user.
250-
- Support for generating signed [JSON Web Tokens](https://auth0.com/docs/secure/tokens/json-web-tokens) to call your APIs and **flow the user identity** securely.
250+
- Support for generating signed [JSON web tokens](https://auth0.com/docs/secure/tokens/json-web-tokens) to call your APIs and **flow the user identity** securely.
251251
- Analytics of how, when, and where users are logging in.
252252
- Pull data from other sources and add it to the user profile through [JavaScript Actions](https://auth0.com/docs/customize/actions).
253253

SimpleKeychain.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SimpleKeychain'
3-
s.version = '1.0.0-fa'
3+
s.version = '1.0.0'
44
s.summary = 'A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS'
55
s.description = <<-DESC
66
Easily store your user's credentials in the Keychain.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"variants":[{"paths":["\/documentation\/simplekeychain"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":""}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"SimpleKeychain","title":"SimpleKeychain","symbolKind":"module","role":"collection","modules":[{"name":"SimpleKeychain"}]},"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError"]},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility"]}],"references":{"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychain":{"role":"symbol","title":"SimpleKeychain","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SimpleKeychain"}],"abstract":[{"type":"text","text":"A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS."},{"type":"text","text":" "},{"type":"text","text":"Supports sharing credentials with an "},{"type":"strong","inlineContent":[{"type":"text","text":"access group"}]},{"type":"text","text":" or through "},{"type":"strong","inlineContent":[{"type":"text","text":"iCloud"}]},{"type":"text","text":", and integrating "},{"type":"strong","inlineContent":[{"type":"text","text":"Touch ID \/ Face ID"}]},{"type":"text","text":"."}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SimpleKeychain"}],"url":"\/documentation\/simplekeychain\/simplekeychain"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychainError":{"role":"symbol","title":"SimpleKeychainError","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SimpleKeychainError"}],"abstract":[{"type":"text","text":"Represents an error during a SimpleKeychain operation."}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SimpleKeychainError"}],"url":"\/documentation\/simplekeychain\/simplekeychainerror"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/Accessibility":{"role":"symbol","title":"Accessibility","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Accessibility"}],"abstract":[{"type":"text","text":"Represents the accessibility types of Keychain items. It’s a mirror of "},{"type":"codeVoice","code":"kSecAttrAccessible"},{"type":"text","text":" values."}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Accessibility"}],"url":"\/documentation\/simplekeychain\/accessibility"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain":{"role":"collection","title":"SimpleKeychain","abstract":[],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","kind":"symbol","type":"topic","url":"\/documentation\/simplekeychain"}}}
1+
{"variants":[{"paths":["\/documentation\/simplekeychain"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":""}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"SimpleKeychain","title":"SimpleKeychain","symbolKind":"module","role":"collection","modules":[{"name":"SimpleKeychain"}]},"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError"]},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility"]}],"references":{"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/Accessibility":{"role":"symbol","title":"Accessibility","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Accessibility"}],"abstract":[{"type":"text","text":"Represents the accessibility types of Keychain items. It’s a mirror of "},{"type":"codeVoice","code":"kSecAttrAccessible"},{"type":"text","text":" values."}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Accessibility"}],"url":"\/documentation\/simplekeychain\/accessibility"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychain":{"role":"symbol","title":"SimpleKeychain","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SimpleKeychain"}],"abstract":[{"type":"text","text":"A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS."},{"type":"text","text":" "},{"type":"text","text":"Supports sharing credentials with an "},{"type":"strong","inlineContent":[{"type":"text","text":"access group"}]},{"type":"text","text":" or through "},{"type":"strong","inlineContent":[{"type":"text","text":"iCloud"}]},{"type":"text","text":", and integrating "},{"type":"strong","inlineContent":[{"type":"text","text":"Touch ID \/ Face ID"}]},{"type":"text","text":"."}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SimpleKeychain"}],"url":"\/documentation\/simplekeychain\/simplekeychain"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychainError":{"role":"symbol","title":"SimpleKeychainError","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SimpleKeychainError"}],"abstract":[{"type":"text","text":"Represents an error during a SimpleKeychain operation."}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SimpleKeychainError"}],"url":"\/documentation\/simplekeychain\/simplekeychainerror"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain":{"role":"collection","title":"SimpleKeychain","abstract":[],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","kind":"symbol","type":"topic","url":"\/documentation\/simplekeychain"}}}

0 commit comments

Comments
 (0)