Skip to content

Commit b2c1414

Browse files
authored
Release 1.26.0 (#394)
1 parent 3547cee commit b2c1414

File tree

9 files changed

+17
-14
lines changed

9 files changed

+17
-14
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>1.25.0</string>
18+
<string>1.26.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

Auth0/Info-tvOS.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>1.25.0</string>
18+
<string>1.26.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

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

Auth0Tests/AuthenticationSpec.swift

-6
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ class AuthenticationSpec: QuickSpec {
268268
hasNoneOf(["user_profile"])
269269
) { _ in return authResponse(accessToken: AccessToken, idToken: IdToken) }.name = "Token Exchange Apple Success with missing user profile"
270270

271-
272271
stub(condition: isToken(Domain) && hasAtLeast([
273272
"grant_type": TokenExchangeGrantType,
274273
"subject_token": "VALIDNAMEANDPROFILECODE",
@@ -755,7 +754,6 @@ class AuthenticationSpec: QuickSpec {
755754
}
756755
}
757756

758-
759757
it("should create a user with email, username & password") {
760758
waitUntil(timeout: Timeout) { done in
761759
auth.createUser(email: SupportAtAuth0, username: Support, password: ValidPassword, connection: ConnectionName).start { result in
@@ -766,7 +764,6 @@ class AuthenticationSpec: QuickSpec {
766764
}
767765

768766
it("should provide error payload from auth api") {
769-
770767
waitUntil(timeout: Timeout) { done in
771768
let code = "invalid_username_password"
772769
let description = "Invalid password"
@@ -1375,7 +1372,6 @@ class AuthenticationSpec: QuickSpec {
13751372
}
13761373

13771374
it("should provide error payload from auth api") {
1378-
13791375
waitUntil(timeout: Timeout) { done in
13801376
let code = "invalid_token"
13811377
let description = "Invalid token"
@@ -1389,7 +1385,6 @@ class AuthenticationSpec: QuickSpec {
13891385
}
13901386

13911387
it("should provide error payload from lock auth api") {
1392-
13931388
waitUntil(timeout: Timeout) { done in
13941389
let code = "invalid_token"
13951390
let description = "Invalid token"
@@ -1440,7 +1435,6 @@ class AuthenticationSpec: QuickSpec {
14401435
}
14411436

14421437
it("should provide error payload from auth api") {
1443-
14441438
waitUntil(timeout: Timeout) { done in
14451439
let code = "invalid_code"
14461440
let description = "Invalid code"

Auth0Tests/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>1.25.0</string>
18+
<string>1.26.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.26.0](https://github.com/auth0/Auth0.swift/tree/1.26.0) (2020-06-10)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.25.0...1.26.0)
5+
6+
**Added**
7+
- Added Sign In with Apple profile parameter [\#392](https://github.com/auth0/Auth0.swift/pull/392) ([ejensen](https://github.com/ejensen))
8+
9+
**Changed**
10+
- Moved NativeAuth.start() into the NativeAuth protocol declaration [\#390](https://github.com/auth0/Auth0.swift/pull/390) ([ejensen](https://github.com/ejensen))
11+
312
## [1.25.0](https://github.com/auth0/Auth0.swift/tree/1.25.0) (2020-05-18)
413
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.24.1...1.25.0)
514

OAuth2Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.25.0</string>
20+
<string>1.26.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

OAuth2TV/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>1.25.0</string>
18+
<string>1.26.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
3838
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
3939

4040
```ruby
41-
pod 'Auth0', '~> 1.25'
41+
pod 'Auth0', '~> 1.26'
4242
```
4343

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

5252
```ruby
53-
github "auth0/Auth0.swift" ~> 1.25
53+
github "auth0/Auth0.swift" ~> 1.26
5454
```
5555

5656
Then run `carthage bootstrap`.

0 commit comments

Comments
 (0)