Skip to content

Commit 20ad66e

Browse files
authored
Release 2.21.0 (#648)
1 parent 88f9f93 commit 20ad66e

File tree

7 files changed

+41
-19
lines changed

7 files changed

+41
-19
lines changed

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

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+
## [2.21.0](https://github.com/auth0/Lock.swift/tree/2.21.0) (2020-12-04)
4+
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.20.0...2.21.0
5+
6+
**Added**
7+
- Added Swift Package Manager support [SDK-2118] [\#646](https://github.com/auth0/Lock.swift/pull/646) ([Widcket](https://github.com/Widcket))
8+
39
## [2.20.0](https://github.com/auth0/Lock.swift/tree/2.20.0) (2020-10-22)
410
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.19.1...2.20.0
511

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ GEM
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)
1515
atomos (0.1.3)
1616
aws-eventstream (1.1.0)
17-
aws-partitions (1.384.0)
18-
aws-sdk-core (3.109.1)
17+
aws-partitions (1.402.0)
18+
aws-sdk-core (3.110.0)
1919
aws-eventstream (~> 1, >= 1.0.2)
2020
aws-partitions (~> 1, >= 1.239.0)
2121
aws-sigv4 (~> 1.1)
2222
jmespath (~> 1.0)
2323
aws-sdk-kms (1.39.0)
2424
aws-sdk-core (~> 3, >= 3.109.0)
2525
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.83.1)
26+
aws-sdk-s3 (1.86.0)
2727
aws-sdk-core (~> 3, >= 3.109.0)
2828
aws-sdk-kms (~> 1)
2929
aws-sigv4 (~> 1.1)
@@ -75,12 +75,12 @@ GEM
7575
concurrent-ruby (1.1.7)
7676
declarative (0.0.20)
7777
declarative-option (0.1.0)
78-
digest-crc (0.6.1)
79-
rake (~> 13.0)
78+
digest-crc (0.6.2)
79+
rake (~> 12.0)
8080
domain_name (0.5.20190701)
8181
unf (>= 0.0.5, < 1.0.0)
8282
dotenv (2.7.6)
83-
emoji_regex (3.0.0)
83+
emoji_regex (3.2.1)
8484
escape (0.0.4)
8585
ethon (0.12.0)
8686
ffi (>= 1.3.0)
@@ -94,7 +94,7 @@ GEM
9494
faraday_middleware (1.0.0)
9595
faraday (~> 1.0)
9696
fastimage (2.2.0)
97-
fastlane (2.164.0)
97+
fastlane (2.169.0)
9898
CFPropertyList (>= 2.3, < 4.0.0)
9999
addressable (>= 2.3, < 3.0.0)
100100
aws-sdk-s3 (~> 1.0)
@@ -174,7 +174,7 @@ GEM
174174
json (2.3.1)
175175
jwt (2.2.2)
176176
memoist (0.16.2)
177-
mini_magick (4.10.1)
177+
mini_magick (4.11.0)
178178
mini_mime (1.0.2)
179179
minitest (5.14.2)
180180
molinillo (0.6.6)
@@ -187,7 +187,7 @@ GEM
187187
os (1.1.1)
188188
plist (3.5.0)
189189
public_suffix (4.0.6)
190-
rake (13.0.1)
190+
rake (12.3.3)
191191
representable (3.0.4)
192192
declarative (< 0.1.0)
193193
declarative-option (< 0.2.0)
@@ -218,7 +218,7 @@ GEM
218218
tty-cursor (~> 0.7)
219219
typhoeus (1.4.0)
220220
ethon (>= 0.9.0)
221-
tzinfo (1.2.7)
221+
tzinfo (1.2.8)
222222
thread_safe (~> 0.1)
223223
uber (0.1.0)
224224
unf (0.1.4)

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

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

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

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,46 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md).
4141

4242
## Installation
4343

44-
### Cocoapods
44+
#### Cocoapods
4545

4646
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
4747

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

5252
Then run `pod install`.
5353

5454
> For more information on Cocoapods, check [their official documentation](https://guides.cocoapods.org/using/getting-started.html).
5555
56-
### Carthage
56+
#### Carthage
5757

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.20
61+
github "auth0/Lock.swift" ~> 2.21
6262
```
6363

6464
Then run `carthage bootstrap`.
6565

6666
> For more information about Carthage usage, check [their official documentation](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos).
6767
68+
#### SPM
69+
70+
If you are using the Swift Package Manager, open the following menu item in Xcode:
71+
72+
**File > Swift Packages > Add Package Dependency...**
73+
74+
In the **Choose Package Repository** prompt add this url:
75+
76+
```
77+
https://github.com/auth0/Lock.swift.git
78+
```
79+
80+
Then press **Next** and complete the remaining steps.
81+
82+
> For further reference on SPM, check [its official documentation](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).
83+
6884
## Usage
6985

7086
First import **Lock**:

0 commit comments

Comments
 (0)