Skip to content

Commit aa6287a

Browse files
authored
Release 2.22.0 (#661)
* Update CHANGELOG * Update Gemfile * Bump version numbers * Add LockApp scheme
1 parent 2d57d03 commit aa6287a

File tree

8 files changed

+158
-42
lines changed

8 files changed

+158
-42
lines changed

App/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>2.21.0</string>
18+
<string>2.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

CHANGELOG.md

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

3+
## [2.22.0](https://github.com/auth0/Lock.swift/tree/2.22.0) (2021-03-09)
4+
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.21.0...2.22.0
5+
6+
**Added**
7+
- Support OOB MFA challenges [\#649](https://github.com/auth0/Lock.swift/pull/649) ([ejensen](https://github.com/ejensen))
8+
- Added support for terms and privacy button color customization [\#652](https://github.com/auth0/Lock.swift/pull/652) ([ejensen](https://github.com/ejensen))
9+
10+
**Changed**
11+
- Use standard UIImages instead of custom LazyImages [\#654](https://github.com/auth0/Lock.swift/pull/654) ([ejensen](https://github.com/ejensen))
12+
13+
**Fixed**
14+
- Fix bot detection CAPTCHA not being shown [\#651](https://github.com/auth0/Lock.swift/pull/651) ([ejensen](https://github.com/ejensen))
15+
- Fixed enterprise form validation [SDK-2327] [\#655](https://github.com/auth0/Lock.swift/pull/655) ([Widcket](https://github.com/Widcket))
16+
- Project and SwiftLint warning fixes [\#657](https://github.com/auth0/Lock.swift/pull/657) ([ejensen](https://github.com/ejensen))
17+
- Fixed retain cycles on DatabasePresenter [SDK-2360] [\#660](https://github.com/auth0/Lock.swift/pull/660) ([Widcket](https://github.com/Widcket))
18+
319
## [2.21.0](https://github.com/auth0/Lock.swift/tree/2.21.0) (2020-12-04)
420
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.20.0...2.21.0
521

Gemfile.lock

+58-36
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.2)
5-
activesupport (5.2.4.4)
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.4.5)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
77
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
@@ -12,29 +12,30 @@ GEM
1212
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)
16-
aws-eventstream (1.1.0)
17-
aws-partitions (1.402.0)
18-
aws-sdk-core (3.110.0)
17+
aws-eventstream (1.1.1)
18+
aws-partitions (1.431.1)
19+
aws-sdk-core (3.112.1)
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.86.0)
27-
aws-sdk-core (~> 3, >= 3.109.0)
27+
aws-sdk-s3 (1.90.0)
28+
aws-sdk-core (~> 3, >= 3.112.0)
2829
aws-sdk-kms (~> 1)
2930
aws-sigv4 (~> 1.1)
30-
aws-sigv4 (1.2.2)
31+
aws-sigv4 (1.2.3)
3132
aws-eventstream (~> 1, >= 1.0.2)
3233
babosa (1.0.4)
3334
claide (1.0.3)
34-
cocoapods (1.10.0)
35+
cocoapods (1.10.1)
3536
addressable (~> 2.6)
3637
claide (>= 1.0.2, < 2.0)
37-
cocoapods-core (= 1.10.0)
38+
cocoapods-core (= 1.10.1)
3839
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3940
cocoapods-downloader (>= 1.4.0, < 2.0)
4041
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -49,7 +50,7 @@ GEM
4950
nap (~> 1.0)
5051
ruby-macho (~> 1.4)
5152
xcodeproj (>= 1.19.0, < 2.0)
52-
cocoapods-core (1.10.0)
53+
cocoapods-core (1.10.1)
5354
activesupport (> 5.0, < 6)
5455
addressable (~> 2.6)
5556
algoliasearch (~> 1.0)
@@ -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.2)
79-
rake (~> 12.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.2.1)
84+
emoji_regex (3.2.2)
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.169.0)
99+
fastimage (2.2.3)
100+
fastlane (2.177.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)
@@ -117,6 +121,7 @@ GEM
117121
jwt (>= 2.1.0, < 3)
118122
mini_magick (>= 4.9.4, < 5.0.0)
119123
multipart-post (~> 2.0.0)
124+
naturally (~> 2.2)
120125
plist (>= 3.1.0, < 4.0.0)
121126
rubyzip (>= 2.0.0, < 3.0.0)
122127
security (= 0.1.3)
@@ -132,7 +137,7 @@ GEM
132137
xcpretty-travis-formatter (>= 0.0.3)
133138
fastlane-plugin-auth0_shipper (0.4.1)
134139
semantic (~> 1.5)
135-
ffi (1.13.1)
140+
ffi (1.15.0)
136141
fourflusher (2.3.1)
137142
fuzzy_match (2.0.4)
138143
gh_inspector (1.1.3)
@@ -144,20 +149,35 @@ GEM
144149
representable (~> 3.0)
145150
retriable (>= 2.0, < 4.0)
146151
signet (~> 0.12)
152+
google-apis-core (0.3.0)
153+
addressable (~> 2.5, >= 2.5.1)
154+
googleauth (~> 0.14)
155+
httpclient (>= 2.8.1, < 3.0)
156+
mini_mime (~> 1.0)
157+
representable (~> 3.0)
158+
retriable (>= 2.0, < 4.0)
159+
rexml
160+
signet (~> 0.14)
161+
webrick
162+
google-apis-iamcredentials_v1 (0.2.0)
163+
google-apis-core (~> 0.1)
164+
google-apis-storage_v1 (0.3.0)
165+
google-apis-core (~> 0.1)
147166
google-cloud-core (1.5.0)
148167
google-cloud-env (~> 1.0)
149168
google-cloud-errors (~> 1.0)
150-
google-cloud-env (1.4.0)
169+
google-cloud-env (1.5.0)
151170
faraday (>= 0.17.3, < 2.0)
152171
google-cloud-errors (1.0.1)
153-
google-cloud-storage (1.29.1)
172+
google-cloud-storage (1.30.0)
154173
addressable (~> 2.5)
155174
digest-crc (~> 0.4)
156-
google-api-client (~> 0.33)
175+
google-apis-iamcredentials_v1 (~> 0.1)
176+
google-apis-storage_v1 (~> 0.1)
157177
google-cloud-core (~> 1.2)
158178
googleauth (~> 0.9)
159179
mini_mime (~> 1.0)
160-
googleauth (0.14.0)
180+
googleauth (0.16.0)
161181
faraday (>= 0.17.3, < 2.0)
162182
jwt (>= 1.4, < 3.0)
163183
memoist (~> 0.16)
@@ -168,38 +188,39 @@ GEM
168188
http-cookie (1.0.3)
169189
domain_name (~> 0.5)
170190
httpclient (2.8.3)
171-
i18n (1.8.5)
191+
i18n (1.8.9)
172192
concurrent-ruby (~> 1.0)
173193
jmespath (1.4.0)
174-
json (2.3.1)
194+
json (2.5.1)
175195
jwt (2.2.2)
176196
memoist (0.16.2)
177197
mini_magick (4.11.0)
178198
mini_mime (1.0.2)
179-
minitest (5.14.2)
199+
minitest (5.14.4)
180200
molinillo (0.6.6)
181201
multi_json (1.15.0)
182202
multipart-post (2.0.0)
183203
nanaimo (0.3.0)
184204
nap (1.1.0)
185-
naturally (2.2.0)
205+
naturally (2.2.1)
186206
netrc (0.11.0)
187207
os (1.1.1)
188-
plist (3.5.0)
208+
plist (3.6.0)
189209
public_suffix (4.0.6)
190-
rake (12.3.3)
210+
rake (13.0.3)
191211
representable (3.0.4)
192212
declarative (< 0.1.0)
193213
declarative-option (< 0.2.0)
194214
uber (< 0.2.0)
195215
retriable (3.1.2)
216+
rexml (3.2.4)
196217
rouge (2.0.7)
197218
ruby-macho (1.4.0)
198-
ruby2_keywords (0.0.2)
219+
ruby2_keywords (0.0.4)
199220
rubyzip (2.3.0)
200221
security (0.1.3)
201222
semantic (1.6.1)
202-
signet (0.14.0)
223+
signet (0.15.0)
203224
addressable (~> 2.3)
204225
faraday (>= 0.17.3, < 2.0)
205226
jwt (>= 1.5, < 3.0)
@@ -218,13 +239,14 @@ GEM
218239
tty-cursor (~> 0.7)
219240
typhoeus (1.4.0)
220241
ethon (>= 0.9.0)
221-
tzinfo (1.2.8)
242+
tzinfo (1.2.9)
222243
thread_safe (~> 0.1)
223244
uber (0.1.0)
224245
unf (0.1.4)
225246
unf_ext
226247
unf_ext (0.0.7.7)
227248
unicode-display_width (1.7.0)
249+
webrick (1.7.0)
228250
word_wrap (1.0.0)
229251
xcodeproj (1.19.0)
230252
CFPropertyList (>= 2.3.3, < 4.0)
@@ -234,7 +256,7 @@ GEM
234256
nanaimo (~> 0.3.0)
235257
xcpretty (0.3.0)
236258
rouge (~> 2.0.7)
237-
xcpretty-travis-formatter (1.0.0)
259+
xcpretty-travis-formatter (1.0.1)
238260
xcpretty (~> 0.2, >= 0.0.7)
239261

240262
PLATFORMS
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1170"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "5FEADCF31D1A7EBC0032D810"
18+
BuildableName = "LockApp.app"
19+
BlueprintName = "LockApp"
20+
ReferencedContainer = "container:Lock.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "5FEADCF31D1A7EBC0032D810"
48+
BuildableName = "LockApp.app"
49+
BlueprintName = "LockApp"
50+
ReferencedContainer = "container:Lock.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "5FEADCF31D1A7EBC0032D810"
65+
BuildableName = "LockApp.app"
66+
BlueprintName = "LockApp"
67+
ReferencedContainer = "container:Lock.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

Lock/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>2.21.0</string>
18+
<string>2.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LockTests/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>2.21.0</string>
18+
<string>2.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LockUITests/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>2.21.0</string>
18+
<string>2.22.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md).
4646
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
4747

4848
```ruby
49-
pod "Lock", "~> 2.21"
49+
pod "Lock", "~> 2.22"
5050
```
5151

5252
Then run `pod install`.
@@ -58,7 +58,7 @@ Then run `pod install`.
5858
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
5959

6060
```ruby
61-
github "auth0/Lock.swift" ~> 2.21
61+
github "auth0/Lock.swift" ~> 2.22
6262
```
6363

6464
Then run `carthage bootstrap`.

0 commit comments

Comments
 (0)