Skip to content

Commit e926cea

Browse files
authored
Release 0.12.2 (#106)
* Release 0.12.2 * Update dependencies
1 parent ab2e630 commit e926cea

File tree

7 files changed

+75
-48
lines changed

7 files changed

+75
-48
lines changed

CHANGELOG.md

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

3+
## [0.12.2](https://github.com/auth0/SimpleKeychain/tree/0.12.2) (2021-02-11)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.1...0.12.2)
5+
6+
**Fixed**
7+
- Fixed Mac Catalyst warnings related to deprecated accessibility options [\#105](https://github.com/auth0/SimpleKeychain/pull/105) ([eaceto](https://github.com/eaceto))
8+
39
## [0.12.1](https://github.com/auth0/SimpleKeychain/tree/0.12.1) (2020-10-19)
410
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.0...0.12.1)
511

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "Quick/Nimble" "v9.0.0"
2-
github "Quick/Quick" "v3.0.0"
2+
github "Quick/Quick" "v3.1.2"

Gemfile.lock

+64-43
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.2)
5-
activesupport (4.2.11.3)
6-
i18n (~> 0.7)
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.4.5)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
78
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.4)
12+
algoliasearch (1.27.5)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
15+
artifactory (3.0.15)
1516
atomos (0.1.3)
1617
aws-eventstream (1.1.0)
17-
aws-partitions (1.383.0)
18-
aws-sdk-core (3.109.1)
18+
aws-partitions (1.426.0)
19+
aws-sdk-core (3.112.0)
1920
aws-eventstream (~> 1, >= 1.0.2)
2021
aws-partitions (~> 1, >= 1.239.0)
2122
aws-sigv4 (~> 1.1)
2223
jmespath (~> 1.0)
23-
aws-sdk-kms (1.39.0)
24-
aws-sdk-core (~> 3, >= 3.109.0)
24+
aws-sdk-kms (1.42.0)
25+
aws-sdk-core (~> 3, >= 3.112.0)
2526
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.83.0)
27-
aws-sdk-core (~> 3, >= 3.109.0)
27+
aws-sdk-s3 (1.88.0)
28+
aws-sdk-core (~> 3, >= 3.112.0)
2829
aws-sdk-kms (~> 1)
2930
aws-sigv4 (~> 1.1)
3031
aws-sigv4 (1.2.2)
3132
aws-eventstream (~> 1, >= 1.0.2)
3233
babosa (1.0.4)
3334
claide (1.0.3)
34-
cocoapods (1.9.3)
35-
activesupport (>= 4.0.2, < 5)
35+
cocoapods (1.10.1)
36+
addressable (~> 2.6)
3637
claide (>= 1.0.2, < 2.0)
37-
cocoapods-core (= 1.9.3)
38+
cocoapods-core (= 1.10.1)
3839
cocoapods-deintegrate (>= 1.0.3, < 2.0)
39-
cocoapods-downloader (>= 1.2.2, < 2.0)
40+
cocoapods-downloader (>= 1.4.0, < 2.0)
4041
cocoapods-plugins (>= 1.0.0, < 2.0)
4142
cocoapods-search (>= 1.0.0, < 2.0)
42-
cocoapods-stats (>= 1.0.0, < 2.0)
4343
cocoapods-trunk (>= 1.4.0, < 2.0)
4444
cocoapods-try (>= 1.1.0, < 2.0)
4545
colored2 (~> 3.1)
@@ -49,21 +49,22 @@ GEM
4949
molinillo (~> 0.6.6)
5050
nap (~> 1.0)
5151
ruby-macho (~> 1.4)
52-
xcodeproj (>= 1.14.0, < 2.0)
53-
cocoapods-core (1.9.3)
54-
activesupport (>= 4.0.2, < 6)
52+
xcodeproj (>= 1.19.0, < 2.0)
53+
cocoapods-core (1.10.1)
54+
activesupport (> 5.0, < 6)
55+
addressable (~> 2.6)
5556
algoliasearch (~> 1.0)
5657
concurrent-ruby (~> 1.1)
5758
fuzzy_match (~> 2.0.4)
5859
nap (~> 1.0)
5960
netrc (~> 0.11)
61+
public_suffix
6062
typhoeus (~> 1.0)
6163
cocoapods-deintegrate (1.0.4)
6264
cocoapods-downloader (1.4.0)
6365
cocoapods-plugins (1.0.0)
6466
nap
6567
cocoapods-search (1.0.0)
66-
cocoapods-stats (1.1.0)
6768
cocoapods-trunk (1.5.0)
6869
nap (>= 0.8, < 2.0)
6970
netrc (~> 0.11)
@@ -72,31 +73,34 @@ GEM
7273
colored2 (3.1.2)
7374
commander-fastlane (4.4.6)
7475
highline (~> 1.7.2)
75-
concurrent-ruby (1.1.7)
76+
concurrent-ruby (1.1.8)
7677
declarative (0.0.20)
7778
declarative-option (0.1.0)
78-
digest-crc (0.6.1)
79-
rake (~> 13.0)
79+
digest-crc (0.6.3)
80+
rake (>= 12.0.0, < 14.0.0)
8081
domain_name (0.5.20190701)
8182
unf (>= 0.0.5, < 1.0.0)
8283
dotenv (2.7.6)
83-
emoji_regex (3.0.0)
84+
emoji_regex (3.2.1)
8485
escape (0.0.4)
8586
ethon (0.12.0)
8687
ffi (>= 1.3.0)
87-
excon (0.78.0)
88-
faraday (1.1.0)
88+
excon (0.79.0)
89+
faraday (1.3.0)
90+
faraday-net_http (~> 1.0)
8991
multipart-post (>= 1.2, < 3)
9092
ruby2_keywords
9193
faraday-cookie_jar (0.0.7)
9294
faraday (>= 0.8.0)
9395
http-cookie (~> 1.0.0)
96+
faraday-net_http (1.0.1)
9497
faraday_middleware (1.0.0)
9598
faraday (~> 1.0)
96-
fastimage (2.2.0)
97-
fastlane (2.163.0)
99+
fastimage (2.2.2)
100+
fastlane (2.174.0)
98101
CFPropertyList (>= 2.3, < 4.0.0)
99102
addressable (>= 2.3, < 3.0.0)
103+
artifactory (~> 3.0)
100104
aws-sdk-s3 (~> 1.0)
101105
babosa (>= 1.0.3, < 2.0.0)
102106
bundler (>= 1.12.0, < 3.0.0)
@@ -132,7 +136,7 @@ GEM
132136
xcpretty-travis-formatter (>= 0.0.3)
133137
fastlane-plugin-auth0_shipper (0.4.1)
134138
semantic (~> 1.5)
135-
ffi (1.13.1)
139+
ffi (1.14.2)
136140
fourflusher (2.3.1)
137141
fuzzy_match (2.0.4)
138142
gh_inspector (1.1.3)
@@ -144,20 +148,35 @@ GEM
144148
representable (~> 3.0)
145149
retriable (>= 2.0, < 4.0)
146150
signet (~> 0.12)
151+
google-apis-core (0.2.1)
152+
addressable (~> 2.5, >= 2.5.1)
153+
googleauth (~> 0.14)
154+
httpclient (>= 2.8.1, < 3.0)
155+
mini_mime (~> 1.0)
156+
representable (~> 3.0)
157+
retriable (>= 2.0, < 4.0)
158+
rexml
159+
signet (~> 0.14)
160+
webrick
161+
google-apis-iamcredentials_v1 (0.1.0)
162+
google-apis-core (~> 0.1)
163+
google-apis-storage_v1 (0.2.0)
164+
google-apis-core (~> 0.1)
147165
google-cloud-core (1.5.0)
148166
google-cloud-env (~> 1.0)
149167
google-cloud-errors (~> 1.0)
150168
google-cloud-env (1.4.0)
151169
faraday (>= 0.17.3, < 2.0)
152170
google-cloud-errors (1.0.1)
153-
google-cloud-storage (1.29.1)
171+
google-cloud-storage (1.30.0)
154172
addressable (~> 2.5)
155173
digest-crc (~> 0.4)
156-
google-api-client (~> 0.33)
174+
google-apis-iamcredentials_v1 (~> 0.1)
175+
google-apis-storage_v1 (~> 0.1)
157176
google-cloud-core (~> 1.2)
158177
googleauth (~> 0.9)
159178
mini_mime (~> 1.0)
160-
googleauth (0.14.0)
179+
googleauth (0.15.1)
161180
faraday (>= 0.17.3, < 2.0)
162181
jwt (>= 1.4, < 3.0)
163182
memoist (~> 0.16)
@@ -168,38 +187,39 @@ GEM
168187
http-cookie (1.0.3)
169188
domain_name (~> 0.5)
170189
httpclient (2.8.3)
171-
i18n (0.9.5)
190+
i18n (1.8.8)
172191
concurrent-ruby (~> 1.0)
173192
jmespath (1.4.0)
174-
json (2.3.1)
193+
json (2.5.1)
175194
jwt (2.2.2)
176195
memoist (0.16.2)
177-
mini_magick (4.10.1)
196+
mini_magick (4.11.0)
178197
mini_mime (1.0.2)
179-
minitest (5.14.2)
198+
minitest (5.14.3)
180199
molinillo (0.6.6)
181200
multi_json (1.15.0)
182201
multipart-post (2.0.0)
183202
nanaimo (0.3.0)
184203
nap (1.1.0)
185-
naturally (2.2.0)
204+
naturally (2.2.1)
186205
netrc (0.11.0)
187206
os (1.1.1)
188-
plist (3.5.0)
207+
plist (3.6.0)
189208
public_suffix (4.0.6)
190-
rake (13.0.1)
209+
rake (13.0.3)
191210
representable (3.0.4)
192211
declarative (< 0.1.0)
193212
declarative-option (< 0.2.0)
194213
uber (< 0.2.0)
195214
retriable (3.1.2)
215+
rexml (3.2.4)
196216
rouge (2.0.7)
197217
ruby-macho (1.4.0)
198-
ruby2_keywords (0.0.2)
218+
ruby2_keywords (0.0.4)
199219
rubyzip (2.3.0)
200220
security (0.1.3)
201221
semantic (1.6.1)
202-
signet (0.14.0)
222+
signet (0.14.1)
203223
addressable (~> 2.3)
204224
faraday (>= 0.17.3, < 2.0)
205225
jwt (>= 1.5, < 3.0)
@@ -218,13 +238,14 @@ GEM
218238
tty-cursor (~> 0.7)
219239
typhoeus (1.4.0)
220240
ethon (>= 0.9.0)
221-
tzinfo (1.2.7)
241+
tzinfo (1.2.9)
222242
thread_safe (~> 0.1)
223243
uber (0.1.0)
224244
unf (0.1.4)
225245
unf_ext
226246
unf_ext (0.0.7.7)
227247
unicode-display_width (1.7.0)
248+
webrick (1.7.0)
228249
word_wrap (1.0.0)
229250
xcodeproj (1.19.0)
230251
CFPropertyList (>= 2.3.3, < 4.0)
@@ -234,7 +255,7 @@ GEM
234255
nanaimo (~> 0.3.0)
235256
xcpretty (0.3.0)
236257
rouge (~> 2.0.7)
237-
xcpretty-travis-formatter (1.0.0)
258+
xcpretty-travis-formatter (1.0.1)
238259
xcpretty (~> 0.2, >= 0.0.7)
239260

240261
PLATFORMS

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>0.12.1</string>
18+
<string>0.12.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainApp/Info.plist

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

SimpleKeychainTests/Info.plist

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

tvOSTestHost/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.12.1</string>
18+
<string>0.12.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)