Skip to content

Commit cde4a81

Browse files
ksroda-saclaude
andcommitted
bump AppAuth-iOS to 2.0.0
Drops the < 2.0.0 cap on both iOS samples now that the 2.x line is the supported major. The breaking changes in 2.0.0 (raised min iOS to 12, removed deprecated [UIApplication openURL:]) don't intersect our usage — both samples build and all tests pass on 2.0.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5c6310b commit cde4a81

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

samples/ios/login-pkce/Quickstart.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
F76342B15C804E11BAE6051A /* AuthClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthClient.swift; sourceTree = "<group>"; };
4242
FC442DD6C63867CA7CDF6B42 /* AuthExpiry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthExpiry.swift; sourceTree = "<group>"; };
4343
FF862174C6DBDE8356033575 /* Config.example.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.example.xcconfig; sourceTree = "<group>"; };
44-
"TEMP_74F96152-0D3F-40D3-B4F6-9691D30B07E7" /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
44+
"TEMP_4E798FEA-7E52-42CC-B8D0-AA30CA005102" /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
4545
/* End PBXFileReference section */
4646

4747
/* Begin PBXFrameworksBuildPhase section */
@@ -98,10 +98,10 @@
9898
path = QuickstartTests;
9999
sourceTree = "<group>";
100100
};
101-
"TEMP_4DFAB77F-FD72-4D33-AEE1-BFB7A2DF1336" /* login-pkce */ = {
101+
"TEMP_C550C51F-4AD9-4A9C-90AC-CB14653EBF12" /* login-pkce */ = {
102102
isa = PBXGroup;
103103
children = (
104-
"TEMP_74F96152-0D3F-40D3-B4F6-9691D30B07E7" /* Config.xcconfig */,
104+
"TEMP_4E798FEA-7E52-42CC-B8D0-AA30CA005102" /* Config.xcconfig */,
105105
);
106106
path = "login-pkce";
107107
sourceTree = "<group>";
@@ -233,7 +233,7 @@
233233
};
234234
36EAA512DC23D068A23E984E /* Release */ = {
235235
isa = XCBuildConfiguration;
236-
baseConfigurationReference = "TEMP_74F96152-0D3F-40D3-B4F6-9691D30B07E7" /* Config.xcconfig */;
236+
baseConfigurationReference = "TEMP_4E798FEA-7E52-42CC-B8D0-AA30CA005102" /* Config.xcconfig */;
237237
buildSettings = {
238238
ALWAYS_SEARCH_USER_PATHS = NO;
239239
CLANG_ANALYZER_NONNULL = YES;
@@ -343,7 +343,7 @@
343343
};
344344
C0849BB623D67D543C053764 /* Debug */ = {
345345
isa = XCBuildConfiguration;
346-
baseConfigurationReference = "TEMP_74F96152-0D3F-40D3-B4F6-9691D30B07E7" /* Config.xcconfig */;
346+
baseConfigurationReference = "TEMP_4E798FEA-7E52-42CC-B8D0-AA30CA005102" /* Config.xcconfig */;
347347
buildSettings = {
348348
ALWAYS_SEARCH_USER_PATHS = NO;
349349
CLANG_ANALYZER_NONNULL = YES;
@@ -443,7 +443,7 @@
443443
repositoryURL = "https://github.com/openid/AppAuth-iOS";
444444
requirement = {
445445
kind = upToNextMajorVersion;
446-
minimumVersion = 1.7.6;
446+
minimumVersion = 2.0.0;
447447
};
448448
};
449449
/* End XCRemoteSwiftPackageReference section */

samples/ios/login-pkce/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fileGroups:
1515
packages:
1616
AppAuth:
1717
url: https://github.com/openid/AppAuth-iOS
18-
from: 1.7.6
18+
from: 2.0.0
1919

2020
targets:
2121
Quickstart:

samples/ios/token-refresh/Quickstart.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
F76342B15C804E11BAE6051A /* AuthClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthClient.swift; sourceTree = "<group>"; };
4646
FC442DD6C63867CA7CDF6B42 /* AuthExpiry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthExpiry.swift; sourceTree = "<group>"; };
4747
FF862174C6DBDE8356033575 /* Config.example.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.example.xcconfig; sourceTree = "<group>"; };
48-
"TEMP_194B77FE-4336-4EA2-AA0D-E81215A58625" /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
48+
"TEMP_08000CAC-365B-4BF5-A30E-E2D725511B9B" /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
4949
/* End PBXFileReference section */
5050

5151
/* Begin PBXFrameworksBuildPhase section */
@@ -104,10 +104,10 @@
104104
path = QuickstartTests;
105105
sourceTree = "<group>";
106106
};
107-
"TEMP_20BC4284-A51D-4D08-9666-895F046CC075" /* token-refresh */ = {
107+
"TEMP_647D934F-E9EA-4025-9A97-044A3A22AA15" /* token-refresh */ = {
108108
isa = PBXGroup;
109109
children = (
110-
"TEMP_194B77FE-4336-4EA2-AA0D-E81215A58625" /* Config.xcconfig */,
110+
"TEMP_08000CAC-365B-4BF5-A30E-E2D725511B9B" /* Config.xcconfig */,
111111
);
112112
path = "token-refresh";
113113
sourceTree = "<group>";
@@ -251,7 +251,7 @@
251251
};
252252
36EAA512DC23D068A23E984E /* Release */ = {
253253
isa = XCBuildConfiguration;
254-
baseConfigurationReference = "TEMP_194B77FE-4336-4EA2-AA0D-E81215A58625" /* Config.xcconfig */;
254+
baseConfigurationReference = "TEMP_08000CAC-365B-4BF5-A30E-E2D725511B9B" /* Config.xcconfig */;
255255
buildSettings = {
256256
ALWAYS_SEARCH_USER_PATHS = NO;
257257
CLANG_ANALYZER_NONNULL = YES;
@@ -369,7 +369,7 @@
369369
};
370370
C0849BB623D67D543C053764 /* Debug */ = {
371371
isa = XCBuildConfiguration;
372-
baseConfigurationReference = "TEMP_194B77FE-4336-4EA2-AA0D-E81215A58625" /* Config.xcconfig */;
372+
baseConfigurationReference = "TEMP_08000CAC-365B-4BF5-A30E-E2D725511B9B" /* Config.xcconfig */;
373373
buildSettings = {
374374
ALWAYS_SEARCH_USER_PATHS = NO;
375375
CLANG_ANALYZER_NONNULL = YES;
@@ -469,7 +469,7 @@
469469
repositoryURL = "https://github.com/openid/AppAuth-iOS";
470470
requirement = {
471471
kind = upToNextMajorVersion;
472-
minimumVersion = 1.7.6;
472+
minimumVersion = 2.0.0;
473473
};
474474
};
475475
/* End XCRemoteSwiftPackageReference section */

samples/ios/token-refresh/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fileGroups:
1515
packages:
1616
AppAuth:
1717
url: https://github.com/openid/AppAuth-iOS
18-
from: 1.7.6
18+
from: 2.0.0
1919

2020
targets:
2121
Quickstart:

snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
],
692692
"framework": "ios",
693693
"lib": "AppAuth-iOS",
694-
"lib_version": "1.7.6",
694+
"lib_version": "2.0.0",
695695
"docs_url": "https://github.com/openid/AppAuth-iOS",
696696
"install": "",
697697
"repo_path": "samples/ios/login-pkce",
@@ -789,7 +789,7 @@
789789
],
790790
"framework": "ios",
791791
"lib": "AppAuth-iOS",
792-
"lib_version": "1.7.6",
792+
"lib_version": "2.0.0",
793793
"docs_url": "https://github.com/openid/AppAuth-iOS",
794794
"install": "",
795795
"repo_path": "samples/ios/token-refresh",

0 commit comments

Comments
 (0)