Skip to content

Commit a1028f4

Browse files
committed
Remove extraneous pods.
1 parent 9e61685 commit a1028f4

File tree

1 file changed

+5
-70
lines changed

1 file changed

+5
-70
lines changed

auth/testapp/testapp.xcodeproj/project.pbxproj

Lines changed: 5 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
529227241C85FB7600C89379 /* ios_main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 529227221C85FB7600C89379 /* ios_main.mm */; };
1616
52B71EBB1C8600B600398745 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 52B71EBA1C8600B600398745 /* Images.xcassets */; };
1717
D66B16871CE46E8900E5638A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D66B16861CE46E8900E5638A /* LaunchScreen.storyboard */; };
18-
FA08030EA3D096D266A6DE7B /* Pods_testapp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 46C2548FA84411C2A9D067CB /* Pods_testapp.framework */; };
18+
D6FC32B32C06595E00E3E028 /* GameKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6FC32B22C06595E00E3E028 /* GameKit.framework */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
22-
46C2548FA84411C2A9D067CB /* Pods_testapp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_testapp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2322
520BC0381C869159008CFBC3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
2423
529226D21C85F68000C89379 /* testapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testapp.app; sourceTree = BUILT_PRODUCTS_DIR; };
2524
529226D51C85F68000C89379 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -31,9 +30,8 @@
3130
529227221C85FB7600C89379 /* ios_main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ios_main.mm; path = src/ios/ios_main.mm; sourceTree = "<group>"; };
3231
52B71EBA1C8600B600398745 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = testapp/Images.xcassets; sourceTree = "<group>"; };
3332
52FD1FF81C85FFA000BC68E3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = testapp/Info.plist; sourceTree = "<group>"; };
34-
B1320FFA7E8D45124716A662 /* Pods-testapp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-testapp.release.xcconfig"; path = "Target Support Files/Pods-testapp/Pods-testapp.release.xcconfig"; sourceTree = "<group>"; };
3533
D66B16861CE46E8900E5638A /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
36-
FC7EC0D42BD90C2E1CAB03EE /* Pods-testapp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-testapp.debug.xcconfig"; path = "Target Support Files/Pods-testapp/Pods-testapp.debug.xcconfig"; sourceTree = "<group>"; };
34+
D6FC32B22C06595E00E3E028 /* GameKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameKit.framework; path = System/Library/Frameworks/GameKit.framework; sourceTree = SDKROOT; };
3735
/* End PBXFileReference section */
3836

3937
/* Begin PBXFrameworksBuildPhase section */
@@ -42,9 +40,9 @@
4240
buildActionMask = 2147483647;
4341
files = (
4442
529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */,
43+
D6FC32B32C06595E00E3E028 /* GameKit.framework in Frameworks */,
4544
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */,
4645
529226D61C85F68000C89379 /* Foundation.framework in Frameworks */,
47-
FA08030EA3D096D266A6DE7B /* Pods_testapp.framework in Frameworks */,
4846
);
4947
runOnlyForDeploymentPostprocessing = 0;
5048
};
@@ -54,10 +52,7 @@
5452
3E2FC86EB58D8B5977042124 /* Pods */ = {
5553
isa = PBXGroup;
5654
children = (
57-
FC7EC0D42BD90C2E1CAB03EE /* Pods-testapp.debug.xcconfig */,
58-
B1320FFA7E8D45124716A662 /* Pods-testapp.release.xcconfig */,
5955
);
60-
name = Pods;
6156
path = Pods;
6257
sourceTree = "<group>";
6358
};
@@ -86,11 +81,11 @@
8681
529226D41C85F68000C89379 /* Frameworks */ = {
8782
isa = PBXGroup;
8883
children = (
84+
D6FC32B22C06595E00E3E028 /* GameKit.framework */,
8985
529226D51C85F68000C89379 /* Foundation.framework */,
9086
529226D71C85F68000C89379 /* CoreGraphics.framework */,
9187
529226D91C85F68000C89379 /* UIKit.framework */,
9288
529226EE1C85F68000C89379 /* XCTest.framework */,
93-
46C2548FA84411C2A9D067CB /* Pods_testapp.framework */,
9489
);
9590
name = Frameworks;
9691
sourceTree = "<group>";
@@ -120,11 +115,9 @@
120115
isa = PBXNativeTarget;
121116
buildConfigurationList = 529226F91C85F68000C89379 /* Build configuration list for PBXNativeTarget "testapp" */;
122117
buildPhases = (
123-
17179573A7AC37A3937EFB3C /* [CP] Check Pods Manifest.lock */,
124118
529226CE1C85F68000C89379 /* Sources */,
125119
529226CF1C85F68000C89379 /* Frameworks */,
126120
529226D01C85F68000C89379 /* Resources */,
127-
D4E64C05496F0F15FA3C6510 /* [CP] Embed Pods Frameworks */,
128121
);
129122
buildRules = (
130123
);
@@ -154,6 +147,7 @@
154147
developmentRegion = English;
155148
hasScannedForEncodings = 0;
156149
knownRegions = (
150+
English,
157151
en,
158152
);
159153
mainGroup = 529226C91C85F68000C89379;
@@ -179,63 +173,6 @@
179173
};
180174
/* End PBXResourcesBuildPhase section */
181175

182-
/* Begin PBXShellScriptBuildPhase section */
183-
17179573A7AC37A3937EFB3C /* [CP] Check Pods Manifest.lock */ = {
184-
isa = PBXShellScriptBuildPhase;
185-
buildActionMask = 2147483647;
186-
files = (
187-
);
188-
inputFileListPaths = (
189-
);
190-
inputPaths = (
191-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
192-
"${PODS_ROOT}/Manifest.lock",
193-
);
194-
name = "[CP] Check Pods Manifest.lock";
195-
outputFileListPaths = (
196-
);
197-
outputPaths = (
198-
"$(DERIVED_FILE_DIR)/Pods-testapp-checkManifestLockResult.txt",
199-
);
200-
runOnlyForDeploymentPostprocessing = 0;
201-
shellPath = /bin/sh;
202-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
203-
showEnvVarsInLog = 0;
204-
};
205-
D4E64C05496F0F15FA3C6510 /* [CP] Embed Pods Frameworks */ = {
206-
isa = PBXShellScriptBuildPhase;
207-
buildActionMask = 2147483647;
208-
files = (
209-
);
210-
inputPaths = (
211-
"${PODS_ROOT}/Target Support Files/Pods-testapp/Pods-testapp-frameworks.sh",
212-
"${BUILT_PRODUCTS_DIR}/FirebaseAppCheckInterop/FirebaseAppCheckInterop.framework",
213-
"${BUILT_PRODUCTS_DIR}/FirebaseAuth/FirebaseAuth.framework",
214-
"${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework",
215-
"${BUILT_PRODUCTS_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework",
216-
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
217-
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
218-
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
219-
"${BUILT_PRODUCTS_DIR}/RecaptchaInterop/RecaptchaInterop.framework",
220-
);
221-
name = "[CP] Embed Pods Frameworks";
222-
outputPaths = (
223-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseAppCheckInterop.framework",
224-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseAuth.framework",
225-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework",
226-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreInternal.framework",
227-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
228-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
229-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
230-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RecaptchaInterop.framework",
231-
);
232-
runOnlyForDeploymentPostprocessing = 0;
233-
shellPath = /bin/sh;
234-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-testapp/Pods-testapp-frameworks.sh\"\n";
235-
showEnvVarsInLog = 0;
236-
};
237-
/* End PBXShellScriptBuildPhase section */
238-
239176
/* Begin PBXSourcesBuildPhase section */
240177
529226CE1C85F68000C89379 /* Sources */ = {
241178
isa = PBXSourcesBuildPhase;
@@ -331,7 +268,6 @@
331268
};
332269
529226FA1C85F68000C89379 /* Debug */ = {
333270
isa = XCBuildConfiguration;
334-
baseConfigurationReference = FC7EC0D42BD90C2E1CAB03EE /* Pods-testapp.debug.xcconfig */;
335271
buildSettings = {
336272
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
337273
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -348,7 +284,6 @@
348284
};
349285
529226FB1C85F68000C89379 /* Release */ = {
350286
isa = XCBuildConfiguration;
351-
baseConfigurationReference = B1320FFA7E8D45124716A662 /* Pods-testapp.release.xcconfig */;
352287
buildSettings = {
353288
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
354289
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;

0 commit comments

Comments
 (0)