Skip to content

Commit

Permalink
Remove GTMAppAuth remote package refs from example apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
petea committed Nov 17, 2022
1 parent bb45efc commit cee3c70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
18 changes: 4 additions & 14 deletions Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
346E91991C2A245000D3620B /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 346E91981C2A245000D3620B /* SafariServices.framework */; };
34CB09BD1C42007600A54261 /* GTMAppAuthExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CB09BB1C42007600A54261 /* GTMAppAuthExampleViewController.m */; };
34CB09BE1C42007600A54261 /* GTMAppAuthExampleViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34CB09BC1C42007600A54261 /* GTMAppAuthExampleViewController.xib */; };
C1021F742926B27D000E52A5 /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1021F732926B27D000E52A5 /* GTMAppAuth */; };
C1AF3AEB28187F71003BAEFF /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C1AF3AE928187F71003BAEFF /* README.md */; };
C1B5D3572825968E0068D12B /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3562825968E0068D12B /* GTMAppAuth */; };
C1B5D35A282596F00068D12B /* AppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D359282596F00068D12B /* AppAuth */; };
C1B5D3622825A4900068D12B /* GTMSessionFetcherCore in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3612825A4900068D12B /* GTMSessionFetcherCore */; };
/* End PBXBuildFile section */
Expand All @@ -42,8 +42,8 @@
buildActionMask = 2147483647;
files = (
C1B5D35A282596F00068D12B /* AppAuth in Frameworks */,
C1021F742926B27D000E52A5 /* GTMAppAuth in Frameworks */,
346E91991C2A245000D3620B /* SafariServices.framework in Frameworks */,
C1B5D3572825968E0068D12B /* GTMAppAuth in Frameworks */,
C1B5D3622825A4900068D12B /* GTMSessionFetcherCore in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -119,9 +119,9 @@
);
name = "Example-iOS";
packageProductDependencies = (
C1B5D3562825968E0068D12B /* GTMAppAuth */,
C1B5D359282596F00068D12B /* AppAuth */,
C1B5D3612825A4900068D12B /* GTMSessionFetcherCore */,
C1021F732926B27D000E52A5 /* GTMAppAuth */,
);
productName = Example;
productReference = 346E91691C29D42800D3620B /* Example-iOS.app */;
Expand Down Expand Up @@ -152,7 +152,6 @@
);
mainGroup = 346E91601C29D42800D3620B;
packageReferences = (
C1B5D3552825968E0068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */,
C1B5D358282596F00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */,
C1B5D3602825A4900068D12B /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
);
Expand Down Expand Up @@ -358,14 +357,6 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
C1B5D3552825968E0068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/google/GTMAppAuth.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
C1B5D358282596F00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/openid/AppAuth-iOS.git";
Expand All @@ -386,9 +377,8 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
C1B5D3562825968E0068D12B /* GTMAppAuth */ = {
C1021F732926B27D000E52A5 /* GTMAppAuth */ = {
isa = XCSwiftPackageProductDependency;
package = C1B5D3552825968E0068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */;
productName = GTMAppAuth;
};
C1B5D359282596F00068D12B /* AppAuth */ = {
Expand Down
26 changes: 12 additions & 14 deletions Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
C1021F772926B2CC000E52A5 /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1021F762926B2CC000E52A5 /* GTMAppAuth */; };
C1AF3AE72818785B003BAEFF /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = C1AF3AE52818785B003BAEFF /* Podfile */; };
C1AF3AE82818785B003BAEFF /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C1AF3AE62818785B003BAEFF /* README.md */; };
C1B5D3652825B0870068D12B /* GTMAppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3642825B0870068D12B /* GTMAppAuth */; };
C1B5D3682825B0A00068D12B /* AppAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D3672825B0A00068D12B /* AppAuth */; };
C1B5D36B2825B0C30068D12B /* GTMSessionFetcherCore in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D36A2825B0C30068D12B /* GTMSessionFetcherCore */; };
F6016E951D2BD988003497D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F6016E8B1D2BD988003497D7 /* AppDelegate.m */; };
Expand Down Expand Up @@ -43,13 +43,20 @@
files = (
C1B5D36B2825B0C30068D12B /* GTMSessionFetcherCore in Frameworks */,
C1B5D3682825B0A00068D12B /* AppAuth in Frameworks */,
C1B5D3652825B0870068D12B /* GTMAppAuth in Frameworks */,
C1021F772926B2CC000E52A5 /* GTMAppAuth in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
C1021F752926B2CC000E52A5 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
C1B5D36C2825B0D80068D12B /* Packages */ = {
isa = PBXGroup;
children = (
Expand All @@ -66,6 +73,7 @@
C1AF3AE62818785B003BAEFF /* README.md */,
F6016E8A1D2BD973003497D7 /* Source */,
F6016E711D2AC11F003497D7 /* Products */,
C1021F752926B2CC000E52A5 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -110,9 +118,9 @@
);
name = "Example-macOS";
packageProductDependencies = (
C1B5D3642825B0870068D12B /* GTMAppAuth */,
C1B5D3672825B0A00068D12B /* AppAuth */,
C1B5D36A2825B0C30068D12B /* GTMSessionFetcherCore */,
C1021F762926B2CC000E52A5 /* GTMAppAuth */,
);
productName = "Example-Mac";
productReference = F6016E701D2AC11F003497D7 /* Example-macOS.app */;
Expand Down Expand Up @@ -143,7 +151,6 @@
);
mainGroup = F6016E671D2AC11E003497D7;
packageReferences = (
C1B5D3632825B0870068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */,
C1B5D3662825B0A00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */,
C1B5D3692825B0C30068D12B /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
);
Expand Down Expand Up @@ -339,14 +346,6 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
C1B5D3632825B0870068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/google/GTMAppAuth.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
C1B5D3662825B0A00068D12B /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/openid/AppAuth-iOS.git";
Expand All @@ -367,9 +366,8 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
C1B5D3642825B0870068D12B /* GTMAppAuth */ = {
C1021F762926B2CC000E52A5 /* GTMAppAuth */ = {
isa = XCSwiftPackageProductDependency;
package = C1B5D3632825B0870068D12B /* XCRemoteSwiftPackageReference "GTMAppAuth" */;
productName = GTMAppAuth;
};
C1B5D3672825B0A00068D12B /* AppAuth */ = {
Expand Down

0 comments on commit cee3c70

Please sign in to comment.