Skip to content

Commit ecd6fbd

Browse files
authored
Release 2.7.0 (#842)
1 parent 1a0180f commit ecd6fbd

File tree

354 files changed

+431
-413
lines changed

Some content is hidden

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

354 files changed

+431
-413
lines changed

Auth0.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ excluded_files = [*web_auth_files, *ios_files, *macos_files]
3030

3131
Pod::Spec.new do |s|
3232
s.name = 'Auth0'
33-
s.version = '2.6.0'
33+
s.version = '2.7.0'
3434
s.summary = "Auth0 SDK for Apple platforms"
3535
s.description = <<-DESC
3636
Auth0 SDK for iOS, macOS, tvOS, and watchOS apps.

Auth0/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.6.0</string>
18+
<string>2.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "2.6.0"
1+
let version = "2.7.0"

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/auth0/Auth0.swift/tree/2.7.0) (2024-04-12)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.6.0...2.7.0)
5+
6+
**Added**
7+
- chore: Add privacy manifest to Auth0.Swift [\#841](https://github.com/auth0/Auth0.swift/pull/841) ([poovamraj](https://github.com/poovamraj))
8+
39
## [2.6.0](https://github.com/auth0/Auth0.swift/tree/2.6.0) (2024-03-01)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.5.0...2.6.0)
511

Gemfile.lock

+75-63
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,54 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (7.0.8)
8+
activesupport (7.1.3.2)
9+
base64
10+
bigdecimal
711
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
connection_pool (>= 2.2.5)
13+
drb
814
i18n (>= 1.6, < 2)
915
minitest (>= 5.1)
16+
mutex_m
1017
tzinfo (~> 2.0)
11-
addressable (2.8.5)
18+
addressable (2.8.6)
1219
public_suffix (>= 2.0.2, < 6.0)
1320
algoliasearch (1.27.5)
1421
httpclient (~> 2.8, >= 2.8.3)
1522
json (>= 1.5.1)
16-
artifactory (3.0.15)
23+
artifactory (3.0.17)
1724
atomos (0.1.3)
18-
aws-eventstream (1.2.0)
19-
aws-partitions (1.831.0)
20-
aws-sdk-core (3.185.0)
21-
aws-eventstream (~> 1, >= 1.0.2)
25+
aws-eventstream (1.3.0)
26+
aws-partitions (1.913.0)
27+
aws-sdk-core (3.191.6)
28+
aws-eventstream (~> 1, >= 1.3.0)
2229
aws-partitions (~> 1, >= 1.651.0)
23-
aws-sigv4 (~> 1.5)
30+
aws-sigv4 (~> 1.8)
2431
jmespath (~> 1, >= 1.6.1)
25-
aws-sdk-kms (1.72.0)
26-
aws-sdk-core (~> 3, >= 3.184.0)
32+
aws-sdk-kms (1.78.0)
33+
aws-sdk-core (~> 3, >= 3.191.0)
2734
aws-sigv4 (~> 1.1)
28-
aws-sdk-s3 (1.136.0)
29-
aws-sdk-core (~> 3, >= 3.181.0)
35+
aws-sdk-s3 (1.146.1)
36+
aws-sdk-core (~> 3, >= 3.191.0)
3037
aws-sdk-kms (~> 1)
31-
aws-sigv4 (~> 1.6)
32-
aws-sigv4 (1.6.0)
38+
aws-sigv4 (~> 1.8)
39+
aws-sigv4 (1.8.0)
3340
aws-eventstream (~> 1, >= 1.0.2)
3441
babosa (1.0.4)
42+
base64 (0.2.0)
43+
bigdecimal (3.1.7)
3544
claide (1.1.0)
3645
clamp (1.3.2)
37-
cocoapods (1.13.0)
46+
cocoapods (1.15.2)
3847
addressable (~> 2.8)
3948
claide (>= 1.0.2, < 2.0)
40-
cocoapods-core (= 1.13.0)
49+
cocoapods-core (= 1.15.2)
4150
cocoapods-deintegrate (>= 1.0.3, < 2.0)
42-
cocoapods-downloader (>= 1.6.0, < 2.0)
51+
cocoapods-downloader (>= 2.1, < 3.0)
4352
cocoapods-plugins (>= 1.0.0, < 2.0)
4453
cocoapods-search (>= 1.0.0, < 2.0)
4554
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -52,7 +61,7 @@ GEM
5261
nap (~> 1.0)
5362
ruby-macho (>= 2.3.0, < 3.0)
5463
xcodeproj (>= 1.23.0, < 2.0)
55-
cocoapods-core (1.13.0)
64+
cocoapods-core (1.15.2)
5665
activesupport (>= 5.0, < 8)
5766
addressable (~> 2.8)
5867
algoliasearch (~> 1.0)
@@ -63,7 +72,7 @@ GEM
6372
public_suffix (~> 4.0)
6473
typhoeus (~> 1.0)
6574
cocoapods-deintegrate (1.0.5)
66-
cocoapods-downloader (1.6.3)
75+
cocoapods-downloader (2.1)
6776
cocoapods-plugins (1.0.0)
6877
nap
6978
cocoapods-search (1.0.1)
@@ -75,18 +84,19 @@ GEM
7584
colored2 (3.1.2)
7685
commander (4.6.0)
7786
highline (~> 2.0.0)
78-
concurrent-ruby (1.2.2)
87+
concurrent-ruby (1.2.3)
88+
connection_pool (2.4.1)
7989
declarative (0.0.20)
8090
digest-crc (0.6.5)
8191
rake (>= 12.0.0, < 14.0.0)
82-
domain_name (0.5.20190701)
83-
unf (>= 0.0.5, < 1.0.0)
92+
domain_name (0.6.20240107)
8493
dotenv (2.8.1)
94+
drb (2.2.1)
8595
emoji_regex (3.2.3)
8696
escape (0.0.4)
8797
ethon (0.16.0)
8898
ffi (>= 1.15.0)
89-
excon (0.104.0)
99+
excon (0.110.0)
90100
faraday (1.10.3)
91101
faraday-em_http (~> 1.0)
92102
faraday-em_synchrony (~> 1.0)
@@ -115,15 +125,15 @@ GEM
115125
faraday-retry (1.0.3)
116126
faraday_middleware (1.2.0)
117127
faraday (~> 1.0)
118-
fastimage (2.2.7)
119-
fastlane (2.216.0)
128+
fastimage (2.3.1)
129+
fastlane (2.220.0)
120130
CFPropertyList (>= 2.3, < 4.0.0)
121131
addressable (>= 2.8, < 3.0.0)
122132
artifactory (~> 3.0)
123133
aws-sdk-s3 (~> 1.0)
124134
babosa (>= 1.0.3, < 2.0.0)
125135
bundler (>= 1.12.0, < 3.0.0)
126-
colored
136+
colored (~> 1.2)
127137
commander (~> 4.6)
128138
dotenv (>= 2.1.1, < 3.0.0)
129139
emoji_regex (>= 0.1, < 4.0)
@@ -135,6 +145,7 @@ GEM
135145
gh_inspector (>= 1.1.2, < 2.0.0)
136146
google-apis-androidpublisher_v3 (~> 0.3)
137147
google-apis-playcustomapp_v1 (~> 0.1)
148+
google-cloud-env (>= 1.6.0, < 2.0.0)
138149
google-cloud-storage (~> 1.31)
139150
highline (~> 2.0)
140151
http-cookie (~> 1.0.5)
@@ -143,10 +154,10 @@ GEM
143154
mini_magick (>= 4.9.4, < 5.0.0)
144155
multipart-post (>= 2.0.0, < 3.0.0)
145156
naturally (~> 2.2)
146-
optparse (~> 0.1.1)
157+
optparse (>= 0.1.1, < 1.0.0)
147158
plist (>= 3.1.0, < 4.0.0)
148159
rubyzip (>= 2.0.0, < 3.0.0)
149-
security (= 0.1.3)
160+
security (= 0.1.5)
150161
simctl (~> 1.6.3)
151162
terminal-notifier (>= 2.0.0, < 3.0.0)
152163
terminal-table (~> 3)
@@ -155,41 +166,40 @@ GEM
155166
word_wrap (~> 1.0.0)
156167
xcodeproj (>= 1.13.0, < 2.0.0)
157168
xcpretty (~> 0.3.0)
158-
xcpretty-travis-formatter (>= 0.0.3)
169+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
159170
fastlane-plugin-auth0_shipper (0.4.1)
160171
semantic (~> 1.5)
161-
ffi (1.16.2)
172+
ffi (1.16.3)
162173
fourflusher (2.3.1)
163174
fuzzy_match (2.0.4)
164175
gh_inspector (1.1.3)
165-
google-apis-androidpublisher_v3 (0.50.0)
176+
google-apis-androidpublisher_v3 (0.54.0)
166177
google-apis-core (>= 0.11.0, < 2.a)
167-
google-apis-core (0.11.1)
178+
google-apis-core (0.11.3)
168179
addressable (~> 2.5, >= 2.5.1)
169180
googleauth (>= 0.16.2, < 2.a)
170181
httpclient (>= 2.8.1, < 3.a)
171182
mini_mime (~> 1.0)
172183
representable (~> 3.0)
173184
retriable (>= 2.0, < 4.a)
174185
rexml
175-
webrick
176186
google-apis-iamcredentials_v1 (0.17.0)
177187
google-apis-core (>= 0.11.0, < 2.a)
178188
google-apis-playcustomapp_v1 (0.13.0)
179189
google-apis-core (>= 0.11.0, < 2.a)
180-
google-apis-storage_v1 (0.19.0)
181-
google-apis-core (>= 0.9.0, < 2.a)
182-
google-cloud-core (1.6.0)
183-
google-cloud-env (~> 1.0)
190+
google-apis-storage_v1 (0.31.0)
191+
google-apis-core (>= 0.11.0, < 2.a)
192+
google-cloud-core (1.7.0)
193+
google-cloud-env (>= 1.0, < 3.a)
184194
google-cloud-errors (~> 1.0)
185195
google-cloud-env (1.6.0)
186196
faraday (>= 0.17.3, < 3.0)
187-
google-cloud-errors (1.3.1)
188-
google-cloud-storage (1.44.0)
197+
google-cloud-errors (1.4.0)
198+
google-cloud-storage (1.47.0)
189199
addressable (~> 2.8)
190200
digest-crc (~> 0.4)
191201
google-apis-iamcredentials_v1 (~> 0.1)
192-
google-apis-storage_v1 (~> 0.19.0)
202+
google-apis-storage_v1 (~> 0.31.0)
193203
google-cloud-core (~> 1.6)
194204
googleauth (>= 0.16.2, < 2.a)
195205
mini_mime (~> 1.0)
@@ -203,29 +213,34 @@ GEM
203213
http-cookie (1.0.5)
204214
domain_name (~> 0.5)
205215
httpclient (2.8.3)
206-
i18n (1.14.1)
216+
i18n (1.14.4)
207217
concurrent-ruby (~> 1.0)
208218
jmespath (1.6.2)
209-
json (2.6.3)
210-
jwt (2.7.1)
219+
json (2.7.2)
220+
jwt (2.8.1)
221+
base64
211222
mini_magick (4.12.0)
212223
mini_mime (1.1.5)
213-
minitest (5.20.0)
224+
minitest (5.22.3)
214225
molinillo (0.8.0)
215226
multi_json (1.15.0)
216-
multipart-post (2.3.0)
227+
multipart-post (2.4.0)
228+
mutex_m (0.2.0)
217229
nanaimo (0.3.0)
218230
nap (1.1.0)
219231
naturally (2.2.1)
220232
netrc (0.11.0)
221-
nokogiri (1.15.4-x86_64-darwin)
233+
nkf (0.2.0)
234+
nokogiri (1.16.4-arm64-darwin)
235+
racc (~> 1.4)
236+
nokogiri (1.16.4-x86_64-darwin)
222237
racc (~> 1.4)
223-
optparse (0.1.1)
238+
optparse (0.4.0)
224239
os (1.1.4)
225-
plist (3.7.0)
240+
plist (3.7.1)
226241
public_suffix (4.0.7)
227-
racc (1.7.1)
228-
rake (13.0.6)
242+
racc (1.7.3)
243+
rake (13.2.1)
229244
representable (3.2.0)
230245
declarative (< 0.1.0)
231246
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -236,17 +251,17 @@ GEM
236251
ruby-macho (2.5.1)
237252
ruby2_keywords (0.0.5)
238253
rubyzip (2.3.2)
239-
security (0.1.3)
254+
security (0.1.5)
240255
semantic (1.6.1)
241-
signet (0.18.0)
256+
signet (0.19.0)
242257
addressable (~> 2.8)
243258
faraday (>= 0.17.5, < 3.a)
244259
jwt (>= 1.5, < 3.0)
245260
multi_json (~> 1.10)
246261
simctl (1.6.10)
247262
CFPropertyList
248263
naturally
249-
slather (2.7.5)
264+
slather (2.8.0)
250265
CFPropertyList (>= 2.2, < 4)
251266
activesupport
252267
clamp (~> 1.3)
@@ -257,21 +272,17 @@ GEM
257272
unicode-display_width (>= 1.1.1, < 3)
258273
trailblazer-option (0.1.2)
259274
tty-cursor (0.7.1)
260-
tty-screen (0.8.1)
275+
tty-screen (0.8.2)
261276
tty-spinner (0.9.3)
262277
tty-cursor (~> 0.7)
263-
typhoeus (1.4.0)
278+
typhoeus (1.4.1)
264279
ethon (>= 0.9.0)
265280
tzinfo (2.0.6)
266281
concurrent-ruby (~> 1.0)
267282
uber (0.1.0)
268-
unf (0.1.4)
269-
unf_ext
270-
unf_ext (0.0.8.2)
271283
unicode-display_width (2.5.0)
272-
webrick (1.8.1)
273284
word_wrap (1.0.0)
274-
xcodeproj (1.23.0)
285+
xcodeproj (1.24.0)
275286
CFPropertyList (>= 2.3.3, < 4.0)
276287
atomos (~> 0.1.3)
277288
claide (>= 1.0.2, < 2.0)
@@ -284,7 +295,8 @@ GEM
284295
xcpretty (~> 0.2, >= 0.0.7)
285296

286297
PLATFORMS
287-
ruby
298+
arm64-darwin-23
299+
x86_64-darwin-20
288300

289301
DEPENDENCIES
290302
cocoapods
@@ -293,4 +305,4 @@ DEPENDENCIES
293305
slather
294306

295307
BUNDLED WITH
296-
2.4.10
308+
2.5.3

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, select the dependency rule and press **Add Package**.
5555
Add the following line to your `Podfile`:
5656

5757
```ruby
58-
pod 'Auth0', '~> 2.6'
58+
pod 'Auth0', '~> 2.7'
5959
```
6060

6161
Then, run `pod install`.
@@ -65,7 +65,7 @@ Then, run `pod install`.
6565
Add the following line to your `Cartfile`:
6666

6767
```text
68-
github "auth0/Auth0.swift" ~> 2.6
68+
github "auth0/Auth0.swift" ~> 2.7
6969
```
7070

7171
Then, run `carthage bootstrap --use-xcframeworks`.

docs/data/documentation/auth0.json

+1-1
Large diffs are not rendered by default.

docs/data/documentation/auth0/auth0apierror.json

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"metadata":{"required":true,"roleHeading":"Instance Property","externalID":"s:5Auth00A8APIErrorP4codeSSvp","role":"symbol","symbolKind":"property","title":"code","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"}],"modules":[{"name":"Auth0"}]},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"The code of the error as a string."}],"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"code"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["iOS"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/auth0apierror\/code"]}],"sections":[],"references":{"doc://com.auth0.Auth0/documentation/Auth0":{"kind":"symbol","title":"Auth0","type":"topic","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","url":"\/documentation\/auth0","role":"collection"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/code":{"required":true,"url":"\/documentation\/auth0\/auth0apierror\/code","role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","kind":"symbol","title":"code","abstract":[{"type":"text","text":"The code of the error as a string."}],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"code","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}]},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Auth0APIError","kind":"identifier"}],"kind":"symbol","title":"Auth0APIError","abstract":[{"text":"Generic representation of Auth0 API errors.","type":"text"}],"url":"\/documentation\/auth0\/auth0apierror","navigatorTitle":[{"text":"Auth0APIError","kind":"identifier"}]}}}
1+
{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError"]]},"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"Auth0"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"required":true,"roleHeading":"Instance Property","title":"code","externalID":"s:5Auth00A8APIErrorP4codeSSvp","role":"symbol"},"abstract":[{"type":"text","text":"The code of the error as a string."}],"variants":[{"paths":["\/documentation\/auth0\/auth0apierror\/code"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"code","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["iOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code"},"references":{"doc://com.auth0.Auth0/documentation/Auth0":{"url":"\/documentation\/auth0","type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","title":"Auth0","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"kind":"symbol","role":"collection"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/code":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"required":true,"url":"\/documentation\/auth0\/auth0apierror\/code","abstract":[{"type":"text","text":"The code of the error as a string."}],"title":"code","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","kind":"symbol"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"navigatorTitle":[{"text":"Auth0APIError","kind":"identifier"}],"title":"Auth0APIError","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","kind":"symbol","role":"symbol","abstract":[{"text":"Generic representation of Auth0 API errors.","type":"text"}],"url":"\/documentation\/auth0\/auth0apierror","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Auth0APIError","kind":"identifier"}],"type":"topic"}}}

0 commit comments

Comments
 (0)