Skip to content

Commit c222ba1

Browse files
committed
Migrate from GTMAppAuth to AppAuth
1 parent 939a760 commit c222ba1

File tree

4 files changed

+309
-71
lines changed

4 files changed

+309
-71
lines changed

MeetingBar.xcodeproj/project.pbxproj

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
1418907C26F23CCD00DCD9B1 /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = 1418907B26F23CCD00DCD9B1 /* KeyboardShortcuts */; };
1111
1418907F26F23CF600DCD9B1 /* Defaults in Frameworks */ = {isa = PBXBuildFile; productRef = 1418907E26F23CF600DCD9B1 /* Defaults */; };
1212
1432D98C25C4B94900FD121D /* SwiftyStoreKit in Frameworks */ = {isa = PBXBuildFile; productRef = 1432D98B25C4B94900FD121D /* SwiftyStoreKit */; };
13-
14B08ACE2749A57B002E3892 /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 14B08ACD2749A57B002E3892 /* GTMAppAuth */; };
1413
40DC7054250E5E1000217DD9 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40DC7053250E5E1000217DD9 /* ServiceManagement.framework */; };
1514
4616E3A729BB62D100665FE0 /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 4616E3A629BB62D100665FE0 /* LaunchAtLogin */; };
15+
467D98092DDB501F00EB205C /* AppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 467D98082DDB501F00EB205C /* AppAuth */; };
16+
467D980B2DDB501F00EB205C /* AppAuthCore in Frameworks */ = {isa = PBXBuildFile; productRef = 467D980A2DDB501F00EB205C /* AppAuthCore */; };
1617
/* End PBXBuildFile section */
1718

1819
/* Begin PBXContainerItemProxy section */
@@ -60,9 +61,10 @@
6061
isa = PBXFrameworksBuildPhase;
6162
buildActionMask = 2147483647;
6263
files = (
64+
467D98092DDB501F00EB205C /* AppAuth in Frameworks */,
6365
40DC7054250E5E1000217DD9 /* ServiceManagement.framework in Frameworks */,
6466
4616E3A729BB62D100665FE0 /* LaunchAtLogin in Frameworks */,
65-
14B08ACE2749A57B002E3892 /* GTMAppAuth in Frameworks */,
67+
467D980B2DDB501F00EB205C /* AppAuthCore in Frameworks */,
6668
1418907C26F23CCD00DCD9B1 /* KeyboardShortcuts in Frameworks */,
6769
1432D98C25C4B94900FD121D /* SwiftyStoreKit in Frameworks */,
6870
1418907F26F23CF600DCD9B1 /* Defaults in Frameworks */,
@@ -133,8 +135,9 @@
133135
1432D98B25C4B94900FD121D /* SwiftyStoreKit */,
134136
1418907B26F23CCD00DCD9B1 /* KeyboardShortcuts */,
135137
1418907E26F23CF600DCD9B1 /* Defaults */,
136-
14B08ACD2749A57B002E3892 /* GTMAppAuth */,
137138
4616E3A629BB62D100665FE0 /* LaunchAtLogin */,
139+
467D98082DDB501F00EB205C /* AppAuth */,
140+
467D980A2DDB501F00EB205C /* AppAuthCore */,
138141
);
139142
productName = MeetingBar;
140143
productReference = 144C01792462D0C3000C9FFC /* MeetingBar.app */;
@@ -213,8 +216,8 @@
213216
1432D98A25C4B94900FD121D /* XCRemoteSwiftPackageReference "SwiftyStoreKit" */,
214217
1418907A26F23CCD00DCD9B1 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
215218
1418907D26F23CF600DCD9B1 /* XCRemoteSwiftPackageReference "Defaults" */,
216-
14B08ACC2749A57B002E3892 /* XCRemoteSwiftPackageReference "GTMAppAuth" */,
217219
4616E3A529BB62D100665FE0 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */,
220+
467D98072DDB4ED700EB205C /* XCRemoteSwiftPackageReference "AppAuth-iOS" */,
218221
);
219222
productRefGroup = 144C017A2462D0C3000C9FFC /* Products */;
220223
projectDirPath = "";
@@ -603,20 +606,20 @@
603606
minimumVersion = 0.16.3;
604607
};
605608
};
606-
14B08ACC2749A57B002E3892 /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = {
609+
4616E3A529BB62D100665FE0 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */ = {
607610
isa = XCRemoteSwiftPackageReference;
608-
repositoryURL = "https://github.com/google/GTMAppAuth";
611+
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin";
609612
requirement = {
610-
kind = upToNextMinorVersion;
611-
minimumVersion = 1.3.1;
613+
kind = upToNextMajorVersion;
614+
minimumVersion = 5.0.2;
612615
};
613616
};
614-
4616E3A529BB62D100665FE0 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */ = {
617+
467D98072DDB4ED700EB205C /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {
615618
isa = XCRemoteSwiftPackageReference;
616-
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin";
619+
repositoryURL = "https://github.com/openid/AppAuth-iOS.git";
617620
requirement = {
618621
kind = upToNextMajorVersion;
619-
minimumVersion = 5.0.2;
622+
minimumVersion = 2.0.0;
620623
};
621624
};
622625
/* End XCRemoteSwiftPackageReference section */
@@ -637,16 +640,21 @@
637640
package = 1432D98A25C4B94900FD121D /* XCRemoteSwiftPackageReference "SwiftyStoreKit" */;
638641
productName = SwiftyStoreKit;
639642
};
640-
14B08ACD2749A57B002E3892 /* GTMAppAuth */ = {
641-
isa = XCSwiftPackageProductDependency;
642-
package = 14B08ACC2749A57B002E3892 /* XCRemoteSwiftPackageReference "GTMAppAuth" */;
643-
productName = GTMAppAuth;
644-
};
645643
4616E3A629BB62D100665FE0 /* LaunchAtLogin */ = {
646644
isa = XCSwiftPackageProductDependency;
647645
package = 4616E3A529BB62D100665FE0 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */;
648646
productName = LaunchAtLogin;
649647
};
648+
467D98082DDB501F00EB205C /* AppAuth */ = {
649+
isa = XCSwiftPackageProductDependency;
650+
package = 467D98072DDB4ED700EB205C /* XCRemoteSwiftPackageReference "AppAuth-iOS" */;
651+
productName = AppAuth;
652+
};
653+
467D980A2DDB501F00EB205C /* AppAuthCore */ = {
654+
isa = XCSwiftPackageProductDependency;
655+
package = 467D98072DDB4ED700EB205C /* XCRemoteSwiftPackageReference "AppAuth-iOS" */;
656+
productName = AppAuthCore;
657+
};
650658
/* End XCSwiftPackageProductDependency section */
651659
};
652660
rootObject = 144C01712462D0C3000C9FFC /* Project object */;

0 commit comments

Comments
 (0)