Skip to content

Commit f082494

Browse files
authored
Release 1.1.0 (#185)
1 parent 6ee2d30 commit f082494

File tree

132 files changed

+290
-307
lines changed

Some content is hidden

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

132 files changed

+290
-307
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.0](https://github.com/auth0/SimpleKeychain/tree/1.1.0) (2023-06-14)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.0.1...1.1.0)
5+
6+
**Removed**
7+
- Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 [\#184](https://github.com/auth0/SimpleKeychain/pull/184) ([Widcket](https://github.com/Widcket))
8+
39
## [1.0.1](https://github.com/auth0/SimpleKeychain/tree/1.0.1) (2022-09-14)
410
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.0.0...1.0.1)
511

Gemfile.lock

+37-39
Original file line numberDiff line numberDiff line change
@@ -3,58 +3,57 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.3)
6+
activesupport (7.0.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
11+
addressable (2.8.4)
1312
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
1514
httpclient (~> 2.8, >= 2.8.3)
1615
json (>= 1.5.1)
1716
artifactory (3.0.15)
1817
atomos (0.1.3)
1918
aws-eventstream (1.2.0)
20-
aws-partitions (1.701.0)
21-
aws-sdk-core (3.170.0)
19+
aws-partitions (1.779.0)
20+
aws-sdk-core (3.174.0)
2221
aws-eventstream (~> 1, >= 1.0.2)
2322
aws-partitions (~> 1, >= 1.651.0)
2423
aws-sigv4 (~> 1.5)
2524
jmespath (~> 1, >= 1.6.1)
26-
aws-sdk-kms (1.62.0)
27-
aws-sdk-core (~> 3, >= 3.165.0)
25+
aws-sdk-kms (1.66.0)
26+
aws-sdk-core (~> 3, >= 3.174.0)
2827
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.119.0)
30-
aws-sdk-core (~> 3, >= 3.165.0)
28+
aws-sdk-s3 (1.124.0)
29+
aws-sdk-core (~> 3, >= 3.174.0)
3130
aws-sdk-kms (~> 1)
3231
aws-sigv4 (~> 1.4)
3332
aws-sigv4 (1.5.2)
3433
aws-eventstream (~> 1, >= 1.0.2)
3534
babosa (1.0.4)
3635
claide (1.1.0)
3736
clamp (1.3.2)
38-
cocoapods (1.11.3)
37+
cocoapods (1.12.1)
3938
addressable (~> 2.8)
4039
claide (>= 1.0.2, < 2.0)
41-
cocoapods-core (= 1.11.3)
40+
cocoapods-core (= 1.12.1)
4241
cocoapods-deintegrate (>= 1.0.3, < 2.0)
43-
cocoapods-downloader (>= 1.4.0, < 2.0)
42+
cocoapods-downloader (>= 1.6.0, < 2.0)
4443
cocoapods-plugins (>= 1.0.0, < 2.0)
4544
cocoapods-search (>= 1.0.0, < 2.0)
46-
cocoapods-trunk (>= 1.4.0, < 2.0)
45+
cocoapods-trunk (>= 1.6.0, < 2.0)
4746
cocoapods-try (>= 1.1.0, < 2.0)
4847
colored2 (~> 3.1)
4948
escape (~> 0.0.4)
5049
fourflusher (>= 2.3.0, < 3.0)
5150
gh_inspector (~> 1.0)
5251
molinillo (~> 0.8.0)
5352
nap (~> 1.0)
54-
ruby-macho (>= 1.0, < 3.0)
53+
ruby-macho (>= 2.3.0, < 3.0)
5554
xcodeproj (>= 1.21.0, < 2.0)
56-
cocoapods-core (1.11.3)
57-
activesupport (>= 5.0, < 7)
55+
cocoapods-core (1.12.1)
56+
activesupport (>= 5.0, < 8)
5857
addressable (~> 2.8)
5958
algoliasearch (~> 1.0)
6059
concurrent-ruby (~> 1.1)
@@ -87,7 +86,7 @@ GEM
8786
escape (0.0.4)
8887
ethon (0.16.0)
8988
ffi (>= 1.15.0)
90-
excon (0.98.0)
89+
excon (0.100.0)
9190
faraday (1.10.3)
9291
faraday-em_http (~> 1.0)
9392
faraday-em_synchrony (~> 1.0)
@@ -116,8 +115,8 @@ GEM
116115
faraday-retry (1.0.3)
117116
faraday_middleware (1.2.0)
118117
faraday (~> 1.0)
119-
fastimage (2.2.6)
120-
fastlane (2.212.1)
118+
fastimage (2.2.7)
119+
fastlane (2.213.0)
121120
CFPropertyList (>= 2.3, < 4.0.0)
122121
addressable (>= 2.8, < 3.0.0)
123122
artifactory (~> 3.0)
@@ -141,7 +140,7 @@ GEM
141140
json (< 3.0.0)
142141
jwt (>= 2.1.0, < 3)
143142
mini_magick (>= 4.9.4, < 5.0.0)
144-
multipart-post (~> 2.0.0)
143+
multipart-post (>= 2.0.0, < 3.0.0)
145144
naturally (~> 2.2)
146145
optparse (~> 0.1.1)
147146
plist (>= 3.1.0, < 4.0.0)
@@ -162,9 +161,9 @@ GEM
162161
fourflusher (2.3.1)
163162
fuzzy_match (2.0.4)
164163
gh_inspector (1.1.3)
165-
google-apis-androidpublisher_v3 (0.33.0)
166-
google-apis-core (>= 0.9.1, < 2.a)
167-
google-apis-core (0.10.0)
164+
google-apis-androidpublisher_v3 (0.43.0)
165+
google-apis-core (>= 0.11.0, < 2.a)
166+
google-apis-core (0.11.0)
168167
addressable (~> 2.5, >= 2.5.1)
169168
googleauth (>= 0.16.2, < 2.a)
170169
httpclient (>= 2.8.1, < 3.a)
@@ -173,18 +172,18 @@ GEM
173172
retriable (>= 2.0, < 4.a)
174173
rexml
175174
webrick
176-
google-apis-iamcredentials_v1 (0.16.0)
177-
google-apis-core (>= 0.9.1, < 2.a)
178-
google-apis-playcustomapp_v1 (0.12.0)
179-
google-apis-core (>= 0.9.1, < 2.a)
175+
google-apis-iamcredentials_v1 (0.17.0)
176+
google-apis-core (>= 0.11.0, < 2.a)
177+
google-apis-playcustomapp_v1 (0.13.0)
178+
google-apis-core (>= 0.11.0, < 2.a)
180179
google-apis-storage_v1 (0.19.0)
181180
google-apis-core (>= 0.9.0, < 2.a)
182181
google-cloud-core (1.6.0)
183182
google-cloud-env (~> 1.0)
184183
google-cloud-errors (~> 1.0)
185184
google-cloud-env (1.6.0)
186185
faraday (>= 0.17.3, < 3.0)
187-
google-cloud-errors (1.3.0)
186+
google-cloud-errors (1.3.1)
188187
google-cloud-storage (1.44.0)
189188
addressable (~> 2.8)
190189
digest-crc (~> 0.4)
@@ -193,7 +192,7 @@ GEM
193192
google-cloud-core (~> 1.6)
194193
googleauth (>= 0.16.2, < 2.a)
195194
mini_mime (~> 1.0)
196-
googleauth (1.3.0)
195+
googleauth (1.5.2)
197196
faraday (>= 0.17.3, < 3.a)
198197
jwt (>= 1.4, < 3.0)
199198
memoist (~> 0.16)
@@ -204,31 +203,31 @@ GEM
204203
http-cookie (1.0.5)
205204
domain_name (~> 0.5)
206205
httpclient (2.8.3)
207-
i18n (1.12.0)
206+
i18n (1.14.1)
208207
concurrent-ruby (~> 1.0)
209208
jmespath (1.6.2)
210209
json (2.6.3)
211-
jwt (2.6.0)
210+
jwt (2.7.1)
212211
memoist (0.16.2)
213212
mini_magick (4.12.0)
214213
mini_mime (1.1.2)
215-
mini_portile2 (2.8.1)
214+
mini_portile2 (2.8.2)
216215
minitest (5.18.0)
217216
molinillo (0.8.0)
218217
multi_json (1.15.0)
219-
multipart-post (2.0.0)
218+
multipart-post (2.3.0)
220219
nanaimo (0.3.0)
221220
nap (1.1.0)
222221
naturally (2.2.1)
223222
netrc (0.11.0)
224-
nokogiri (1.14.0)
225-
mini_portile2 (~> 2.8.0)
223+
nokogiri (1.15.2)
224+
mini_portile2 (~> 2.8.2)
226225
racc (~> 1.4)
227226
optparse (0.1.1)
228227
os (1.1.4)
229-
plist (3.6.0)
228+
plist (3.7.0)
230229
public_suffix (4.0.7)
231-
racc (1.6.2)
230+
racc (1.7.1)
232231
rake (13.0.6)
233232
representable (3.2.0)
234233
declarative (< 0.1.0)
@@ -286,7 +285,6 @@ GEM
286285
rouge (~> 2.0.7)
287286
xcpretty-travis-formatter (1.0.1)
288287
xcpretty (~> 0.2, >= 0.0.7)
289-
zeitwerk (2.6.7)
290288

291289
PLATFORMS
292290
ruby
@@ -298,4 +296,4 @@ DEPENDENCIES
298296
slather
299297

300298
BUNDLED WITH
301-
2.3.26
299+
2.4.10

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.1'
3+
s.version = '1.1.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.

SimpleKeychain/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/css/chunk-384ef189.7ede1ea3.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.29351f99.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.3bca6578.css

-9
This file was deleted.

docs/css/documentation-topic~topic.fccbd76c.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic~topic~tutorials-overview.1099452b.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic~topic~tutorials-overview.82acfe22.css

-9
This file was deleted.

docs/css/index.12bb178a.css

-9
This file was deleted.

docs/css/index.d5b499b0.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.726a35dc.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.ee15af52.css

-9
This file was deleted.

docs/css/tutorials-overview.06e8bcf7.css

-9
This file was deleted.

docs/css/tutorials-overview.2a582c39.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)