|
15 | 15 | 529227241C85FB7600C89379 /* ios_main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 529227221C85FB7600C89379 /* ios_main.mm */; }; |
16 | 16 | 52B71EBB1C8600B600398745 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 52B71EBA1C8600B600398745 /* Images.xcassets */; }; |
17 | 17 | 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 */; }; |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 |
|
21 | 21 | /* Begin PBXFileReference section */ |
22 | | - 46C2548FA84411C2A9D067CB /* Pods_testapp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_testapp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 22 | 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
24 | 23 | 529226D21C85F68000C89379 /* testapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testapp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 24 | 529226D51C85F68000C89379 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
31 | 30 | 529227221C85FB7600C89379 /* ios_main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ios_main.mm; path = src/ios/ios_main.mm; sourceTree = "<group>"; }; |
32 | 31 | 52B71EBA1C8600B600398745 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = testapp/Images.xcassets; sourceTree = "<group>"; }; |
33 | 32 | 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>"; }; |
35 | 33 | 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; }; |
37 | 35 | /* End PBXFileReference section */ |
38 | 36 |
|
39 | 37 | /* Begin PBXFrameworksBuildPhase section */ |
|
42 | 40 | buildActionMask = 2147483647; |
43 | 41 | files = ( |
44 | 42 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */, |
| 43 | + D6FC32B32C06595E00E3E028 /* GameKit.framework in Frameworks */, |
45 | 44 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */, |
46 | 45 | 529226D61C85F68000C89379 /* Foundation.framework in Frameworks */, |
47 | | - FA08030EA3D096D266A6DE7B /* Pods_testapp.framework in Frameworks */, |
48 | 46 | ); |
49 | 47 | runOnlyForDeploymentPostprocessing = 0; |
50 | 48 | }; |
|
54 | 52 | 3E2FC86EB58D8B5977042124 /* Pods */ = { |
55 | 53 | isa = PBXGroup; |
56 | 54 | children = ( |
57 | | - FC7EC0D42BD90C2E1CAB03EE /* Pods-testapp.debug.xcconfig */, |
58 | | - B1320FFA7E8D45124716A662 /* Pods-testapp.release.xcconfig */, |
59 | 55 | ); |
60 | | - name = Pods; |
61 | 56 | path = Pods; |
62 | 57 | sourceTree = "<group>"; |
63 | 58 | }; |
|
86 | 81 | 529226D41C85F68000C89379 /* Frameworks */ = { |
87 | 82 | isa = PBXGroup; |
88 | 83 | children = ( |
| 84 | + D6FC32B22C06595E00E3E028 /* GameKit.framework */, |
89 | 85 | 529226D51C85F68000C89379 /* Foundation.framework */, |
90 | 86 | 529226D71C85F68000C89379 /* CoreGraphics.framework */, |
91 | 87 | 529226D91C85F68000C89379 /* UIKit.framework */, |
92 | 88 | 529226EE1C85F68000C89379 /* XCTest.framework */, |
93 | | - 46C2548FA84411C2A9D067CB /* Pods_testapp.framework */, |
94 | 89 | ); |
95 | 90 | name = Frameworks; |
96 | 91 | sourceTree = "<group>"; |
|
120 | 115 | isa = PBXNativeTarget; |
121 | 116 | buildConfigurationList = 529226F91C85F68000C89379 /* Build configuration list for PBXNativeTarget "testapp" */; |
122 | 117 | buildPhases = ( |
123 | | - 17179573A7AC37A3937EFB3C /* [CP] Check Pods Manifest.lock */, |
124 | 118 | 529226CE1C85F68000C89379 /* Sources */, |
125 | 119 | 529226CF1C85F68000C89379 /* Frameworks */, |
126 | 120 | 529226D01C85F68000C89379 /* Resources */, |
127 | | - D4E64C05496F0F15FA3C6510 /* [CP] Embed Pods Frameworks */, |
128 | 121 | ); |
129 | 122 | buildRules = ( |
130 | 123 | ); |
|
154 | 147 | developmentRegion = English; |
155 | 148 | hasScannedForEncodings = 0; |
156 | 149 | knownRegions = ( |
| 150 | + English, |
157 | 151 | en, |
158 | 152 | ); |
159 | 153 | mainGroup = 529226C91C85F68000C89379; |
|
179 | 173 | }; |
180 | 174 | /* End PBXResourcesBuildPhase section */ |
181 | 175 |
|
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 | | - |
239 | 176 | /* Begin PBXSourcesBuildPhase section */ |
240 | 177 | 529226CE1C85F68000C89379 /* Sources */ = { |
241 | 178 | isa = PBXSourcesBuildPhase; |
|
331 | 268 | }; |
332 | 269 | 529226FA1C85F68000C89379 /* Debug */ = { |
333 | 270 | isa = XCBuildConfiguration; |
334 | | - baseConfigurationReference = FC7EC0D42BD90C2E1CAB03EE /* Pods-testapp.debug.xcconfig */; |
335 | 271 | buildSettings = { |
336 | 272 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
337 | 273 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
|
348 | 284 | }; |
349 | 285 | 529226FB1C85F68000C89379 /* Release */ = { |
350 | 286 | isa = XCBuildConfiguration; |
351 | | - baseConfigurationReference = B1320FFA7E8D45124716A662 /* Pods-testapp.release.xcconfig */; |
352 | 287 | buildSettings = { |
353 | 288 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
354 | 289 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
|
0 commit comments