Skip to content

Commit cee3c70

Browse files
committed
Remove GTMAppAuth remote package refs from example apps.
1 parent bb45efc commit cee3c70

File tree

2 files changed

+16
-28
lines changed

2 files changed

+16
-28
lines changed

Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
346E91991C2A245000D3620B /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 346E91981C2A245000D3620B /* SafariServices.framework */; };
1515
34CB09BD1C42007600A54261 /* GTMAppAuthExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CB09BB1C42007600A54261 /* GTMAppAuthExampleViewController.m */; };
1616
34CB09BE1C42007600A54261 /* GTMAppAuthExampleViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34CB09BC1C42007600A54261 /* GTMAppAuthExampleViewController.xib */; };
17+
C1021F742926B27D000E52A5 /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1021F732926B27D000E52A5 /* GTMAppAuth */; };
1718
C1AF3AEB28187F71003BAEFF /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C1AF3AE928187F71003BAEFF /* README.md */; };
18-
C1B5D3572825968E0068D12B /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3562825968E0068D12B /* GTMAppAuth */; };
1919
C1B5D35A282596F00068D12B /* AppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D359282596F00068D12B /* AppAuth */; };
2020
C1B5D3622825A4900068D12B /* GTMSessionFetcherCore in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3612825A4900068D12B /* GTMSessionFetcherCore */; };
2121
/* End PBXBuildFile section */
@@ -42,8 +42,8 @@
4242
buildActionMask = 2147483647;
4343
files = (
4444
C1B5D35A282596F00068D12B /* AppAuth in Frameworks */,
45+
C1021F742926B27D000E52A5 /* GTMAppAuth in Frameworks */,
4546
346E91991C2A245000D3620B /* SafariServices.framework in Frameworks */,
46-
C1B5D3572825968E0068D12B /* GTMAppAuth in Frameworks */,
4747
C1B5D3622825A4900068D12B /* GTMSessionFetcherCore in Frameworks */,
4848
);
4949
runOnlyForDeploymentPostprocessing = 0;
@@ -119,9 +119,9 @@
119119
);
120120
name = "Example-iOS";
121121
packageProductDependencies = (
122-
C1B5D3562825968E0068D12B /* GTMAppAuth */,
123122
C1B5D359282596F00068D12B /* AppAuth */,
124123
C1B5D3612825A4900068D12B /* GTMSessionFetcherCore */,
124+
C1021F732926B27D000E52A5 /* GTMAppAuth */,
125125
);
126126
productName = Example;
127127
productReference = 346E91691C29D42800D3620B /* Example-iOS.app */;
@@ -152,7 +152,6 @@
152152
);
153153
mainGroup = 346E91601C29D42800D3620B;
154154
packageReferences = (
155-
C1B5D3552825968E0068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */,
156155
C1B5D358282596F00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */,
157156
C1B5D3602825A4900068D12B /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
158157
);
@@ -358,14 +357,6 @@
358357
/* End XCConfigurationList section */
359358

360359
/* Begin XCRemoteSwiftPackageReference section */
361-
C1B5D3552825968E0068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = {
362-
isa = XCRemoteSwiftPackageReference;
363-
repositoryURL = "https://github.com/google/GTMAppAuth.git";
364-
requirement = {
365-
kind = upToNextMajorVersion;
366-
minimumVersion = 1.0.0;
367-
};
368-
};
369360
C1B5D358282596F00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {
370361
isa = XCRemoteSwiftPackageReference;
371362
repositoryURL = "https://github.com/openid/AppAuth-iOS.git";
@@ -386,9 +377,8 @@
386377
/* End XCRemoteSwiftPackageReference section */
387378

388379
/* Begin XCSwiftPackageProductDependency section */
389-
C1B5D3562825968E0068D12B /* GTMAppAuth */ = {
380+
C1021F732926B27D000E52A5 /* GTMAppAuth */ = {
390381
isa = XCSwiftPackageProductDependency;
391-
package = C1B5D3552825968E0068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */;
392382
productName = GTMAppAuth;
393383
};
394384
C1B5D359282596F00068D12B /* AppAuth */ = {

Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
C1021F772926B2CC000E52A5 /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1021F762926B2CC000E52A5 /* GTMAppAuth */; };
1011
C1AF3AE72818785B003BAEFF /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = C1AF3AE52818785B003BAEFF /* Podfile */; };
1112
C1AF3AE82818785B003BAEFF /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C1AF3AE62818785B003BAEFF /* README.md */; };
12-
C1B5D3652825B0870068D12B /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3642825B0870068D12B /* GTMAppAuth */; };
1313
C1B5D3682825B0A00068D12B /* AppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3672825B0A00068D12B /* AppAuth */; };
1414
C1B5D36B2825B0C30068D12B /* GTMSessionFetcherCore in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D36A2825B0C30068D12B /* GTMSessionFetcherCore */; };
1515
F6016E951D2BD988003497D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F6016E8B1D2BD988003497D7 /* AppDelegate.m */; };
@@ -43,13 +43,20 @@
4343
files = (
4444
C1B5D36B2825B0C30068D12B /* GTMSessionFetcherCore in Frameworks */,
4545
C1B5D3682825B0A00068D12B /* AppAuth in Frameworks */,
46-
C1B5D3652825B0870068D12B /* GTMAppAuth in Frameworks */,
46+
C1021F772926B2CC000E52A5 /* GTMAppAuth in Frameworks */,
4747
);
4848
runOnlyForDeploymentPostprocessing = 0;
4949
};
5050
/* End PBXFrameworksBuildPhase section */
5151

5252
/* Begin PBXGroup section */
53+
C1021F752926B2CC000E52A5 /* Frameworks */ = {
54+
isa = PBXGroup;
55+
children = (
56+
);
57+
name = Frameworks;
58+
sourceTree = "<group>";
59+
};
5360
C1B5D36C2825B0D80068D12B /* Packages */ = {
5461
isa = PBXGroup;
5562
children = (
@@ -66,6 +73,7 @@
6673
C1AF3AE62818785B003BAEFF /* README.md */,
6774
F6016E8A1D2BD973003497D7 /* Source */,
6875
F6016E711D2AC11F003497D7 /* Products */,
76+
C1021F752926B2CC000E52A5 /* Frameworks */,
6977
);
7078
sourceTree = "<group>";
7179
};
@@ -110,9 +118,9 @@
110118
);
111119
name = "Example-macOS";
112120
packageProductDependencies = (
113-
C1B5D3642825B0870068D12B /* GTMAppAuth */,
114121
C1B5D3672825B0A00068D12B /* AppAuth */,
115122
C1B5D36A2825B0C30068D12B /* GTMSessionFetcherCore */,
123+
C1021F762926B2CC000E52A5 /* GTMAppAuth */,
116124
);
117125
productName = "Example-Mac";
118126
productReference = F6016E701D2AC11F003497D7 /* Example-macOS.app */;
@@ -143,7 +151,6 @@
143151
);
144152
mainGroup = F6016E671D2AC11E003497D7;
145153
packageReferences = (
146-
C1B5D3632825B0870068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */,
147154
C1B5D3662825B0A00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */,
148155
C1B5D3692825B0C30068D12B /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
149156
);
@@ -339,14 +346,6 @@
339346
/* End XCConfigurationList section */
340347

341348
/* Begin XCRemoteSwiftPackageReference section */
342-
C1B5D3632825B0870068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = {
343-
isa = XCRemoteSwiftPackageReference;
344-
repositoryURL = "https://github.com/google/GTMAppAuth.git";
345-
requirement = {
346-
kind = upToNextMajorVersion;
347-
minimumVersion = 1.0.0;
348-
};
349-
};
350349
C1B5D3662825B0A00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {
351350
isa = XCRemoteSwiftPackageReference;
352351
repositoryURL = "https://github.com/openid/AppAuth-iOS.git";
@@ -367,9 +366,8 @@
367366
/* End XCRemoteSwiftPackageReference section */
368367

369368
/* Begin XCSwiftPackageProductDependency section */
370-
C1B5D3642825B0870068D12B /* GTMAppAuth */ = {
369+
C1021F762926B2CC000E52A5 /* GTMAppAuth */ = {
371370
isa = XCSwiftPackageProductDependency;
372-
package = C1B5D3632825B0870068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */;
373371
productName = GTMAppAuth;
374372
};
375373
C1B5D3672825B0A00068D12B /* AppAuth */ = {

0 commit comments

Comments
 (0)