Skip to content

Commit 7f7be4a

Browse files
authored
Release 1.0.1 (#171)
1 parent 9ac4c93 commit 7f7be4a

File tree

137 files changed

+238
-751
lines changed

Some content is hidden

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

137 files changed

+238
-751
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.1](https://github.com/auth0/SimpleKeychain/tree/1.0.1) (2022-09-14)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.0.0...1.0.1)
5+
6+
**Fixed**
7+
- Fix Xcode 14 tvOS builds [\#170](https://github.com/auth0/SimpleKeychain/pull/170) ([yanniks](https://github.com/yanniks))
8+
39
## [1.0.0](https://github.com/auth0/SimpleKeychain/tree/1.0.0) (2022-07-20)
410
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.5...1.0.0)
511

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.6.1)
6+
activesupport (6.1.7)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
1111
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
12+
addressable (2.8.1)
13+
public_suffix (>= 2.0.2, < 6.0)
1414
algoliasearch (1.27.5)
1515
httpclient (~> 2.8, >= 2.8.3)
1616
json (>= 1.5.1)
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.608.0)
21-
aws-sdk-core (3.131.3)
20+
aws-partitions (1.629.0)
21+
aws-sdk-core (3.146.0)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.525.0)
2424
aws-sigv4 (~> 1.1)
@@ -82,13 +82,13 @@ GEM
8282
rake (>= 12.0.0, < 14.0.0)
8383
domain_name (0.5.20190701)
8484
unf (>= 0.0.5, < 1.0.0)
85-
dotenv (2.7.6)
85+
dotenv (2.8.1)
8686
emoji_regex (3.2.3)
8787
escape (0.0.4)
8888
ethon (0.15.0)
8989
ffi (>= 1.15.0)
90-
excon (0.92.3)
91-
faraday (1.10.0)
90+
excon (0.92.4)
91+
faraday (1.10.2)
9292
faraday-em_http (~> 1.0)
9393
faraday-em_synchrony (~> 1.0)
9494
faraday-excon (~> 1.1)
@@ -117,7 +117,7 @@ GEM
117117
faraday_middleware (1.2.0)
118118
faraday (~> 1.0)
119119
fastimage (2.2.6)
120-
fastlane (2.208.0)
120+
fastlane (2.209.1)
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.25.0)
165+
google-apis-androidpublisher_v3 (0.26.0)
166166
google-apis-core (>= 0.7, < 2.a)
167-
google-apis-core (0.7.0)
167+
google-apis-core (0.7.1)
168168
addressable (~> 2.5, >= 2.5.1)
169169
googleauth (>= 0.16.2, < 2.a)
170170
httpclient (>= 2.8.1, < 3.a)
@@ -184,7 +184,7 @@ GEM
184184
google-cloud-errors (~> 1.0)
185185
google-cloud-env (1.6.0)
186186
faraday (>= 0.17.3, < 3.0)
187-
google-cloud-errors (1.2.0)
187+
google-cloud-errors (1.3.0)
188188
google-cloud-storage (1.37.0)
189189
addressable (~> 2.8)
190190
digest-crc (~> 0.4)
@@ -208,20 +208,20 @@ GEM
208208
concurrent-ruby (~> 1.0)
209209
jmespath (1.6.1)
210210
json (2.6.2)
211-
jwt (2.4.1)
211+
jwt (2.5.0)
212212
memoist (0.16.2)
213213
mini_magick (4.11.0)
214214
mini_mime (1.1.2)
215215
mini_portile2 (2.8.0)
216-
minitest (5.16.2)
216+
minitest (5.16.3)
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.7)
224+
nokogiri (1.13.8)
225225
mini_portile2 (~> 2.8.0)
226226
racc (~> 1.4)
227227
optparse (0.1.1)

SimpleKeychain.podspec

Lines changed: 1 addition & 1 deletion
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'
3+
s.version = '1.0.1'
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

Lines changed: 1 addition & 1 deletion
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.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

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

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

docs/css/documentation-topic.de084985.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/css/documentation-topic~topic~tutorials-overview.67b822e0.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

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

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

docs/css/index.12bb178a.css

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

docs/css/index.47bc740e.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)