|
11 | 11 | 529226D61C85F68000C89379 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D51C85F68000C89379 /* Foundation.framework */; };
|
12 | 12 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; };
|
13 | 13 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
|
| 14 | + 822C726309B9C5EF761AEB0D /* libPods-integration_test_tvos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C72064CD0A7906E678F38564 /* libPods-integration_test_tvos.a */; }; |
14 | 15 | BC1D66562668D109005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66542668D109005DC2DA /* Main.storyboard */; };
|
15 | 16 | BC1D66582668D10A005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66572668D10A005DC2DA /* Assets.xcassets */; };
|
16 | 17 | BC1D665B2668D10A005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66592668D10A005DC2DA /* LaunchScreen.storyboard */; };
|
|
21 | 22 | BC1D66662668D2B9005DC2DA /* integration_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D61C5F9222BABAD100A79141 /* integration_test.cc */; };
|
22 | 23 | BC1D66672668D2BE005DC2DA /* ios_app_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E722CB322900C2651A /* ios_app_framework.mm */; };
|
23 | 24 | BC1D66682668D2C1005DC2DA /* ios_firebase_test_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E822CB322900C2651A /* ios_firebase_test_framework.mm */; };
|
| 25 | + BC1D666A2668D4AE005DC2DA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D66692668D4AE005DC2DA /* CoreGraphics.framework */; }; |
| 26 | + BC1D666C2668D4B3005DC2DA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D666B2668D4B3005DC2DA /* UIKit.framework */; }; |
| 27 | + BC1D666E2668D4BB005DC2DA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D666D2668D4BB005DC2DA /* Foundation.framework */; }; |
| 28 | + BC1D666F2668D520005DC2DA /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */; }; |
24 | 29 | D61C5F8E22BABA9C00A79141 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D61C5F8C22BABA9B00A79141 /* Images.xcassets */; };
|
25 | 30 | D61C5F9622BABAD200A79141 /* integration_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D61C5F9222BABAD100A79141 /* integration_test.cc */; };
|
26 | 31 | D62CCBC022F367140099BE9F /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
|
|
30 | 35 | D6C179EA22CB322900C2651A /* ios_firebase_test_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E822CB322900C2651A /* ios_firebase_test_framework.mm */; };
|
31 | 36 | D6C179EE22CB323300C2651A /* firebase_test_framework.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6C179EC22CB323300C2651A /* firebase_test_framework.cc */; };
|
32 | 37 | D6C179F022CB32A000C2651A /* app_framework.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6C179EF22CB32A000C2651A /* app_framework.cc */; };
|
| 38 | + DCEDCB7465C960E876AD7E4F /* libPods-integration_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 08BEC1E1347C2FECB5DCC35B /* libPods-integration_test.a */; }; |
33 | 39 | /* End PBXBuildFile section */
|
34 | 40 |
|
35 | 41 | /* Begin PBXFileReference section */
|
| 42 | + 08BEC1E1347C2FECB5DCC35B /* libPods-integration_test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 43 | 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
37 | 44 | 529226D21C85F68000C89379 /* integration_test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
38 | 45 | 529226D51C85F68000C89379 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
39 | 46 | 529226D71C85F68000C89379 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
40 | 47 | 529226D91C85F68000C89379 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
41 | 48 | 529226EE1C85F68000C89379 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
| 49 | + 57CF37BDC8261E0269E19B03 /* Pods-integration_test.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.release.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.release.xcconfig"; sourceTree = "<group>"; }; |
| 50 | + A30CA3D685160EE321B542D2 /* Pods-integration_test_tvos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test_tvos.release.xcconfig"; path = "Target Support Files/Pods-integration_test_tvos/Pods-integration_test_tvos.release.xcconfig"; sourceTree = "<group>"; }; |
| 51 | + A94183ADD2E1F886166BEE94 /* Pods-integration_test.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.debug.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.debug.xcconfig"; sourceTree = "<group>"; }; |
42 | 52 | BC1D664C2668D109005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
43 | 53 | BC1D66552668D109005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
44 | 54 | BC1D66572668D10A005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
45 | 55 | BC1D665A2668D10A005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
46 | 56 | BC1D665C2668D10A005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 57 | + BC1D66692668D4AE005DC2DA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS14.5.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; |
| 58 | + BC1D666B2668D4B3005DC2DA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS14.5.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; |
| 59 | + BC1D666D2668D4BB005DC2DA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS14.5.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; |
| 60 | + C72064CD0A7906E678F38564 /* libPods-integration_test_tvos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test_tvos.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 61 | + D0B9D7145A1AFB7DBC364751 /* Pods-integration_test_tvos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test_tvos.debug.xcconfig"; path = "Target Support Files/Pods-integration_test_tvos/Pods-integration_test_tvos.debug.xcconfig"; sourceTree = "<group>"; }; |
47 | 62 | D61C5F8C22BABA9B00A79141 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
48 | 63 | D61C5F8D22BABA9C00A79141 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
49 | 64 | D61C5F9222BABAD100A79141 /* integration_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = integration_test.cc; path = src/integration_test.cc; sourceTree = "<group>"; };
|
|
68 | 83 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */,
|
69 | 84 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */,
|
70 | 85 | 529226D61C85F68000C89379 /* Foundation.framework in Frameworks */,
|
| 86 | + DCEDCB7465C960E876AD7E4F /* libPods-integration_test.a in Frameworks */, |
71 | 87 | );
|
72 | 88 | runOnlyForDeploymentPostprocessing = 0;
|
73 | 89 | };
|
74 | 90 | BC1D66492668D109005DC2DA /* Frameworks */ = {
|
75 | 91 | isa = PBXFrameworksBuildPhase;
|
76 | 92 | buildActionMask = 2147483647;
|
77 | 93 | files = (
|
| 94 | + BC1D666E2668D4BB005DC2DA /* Foundation.framework in Frameworks */, |
| 95 | + BC1D666C2668D4B3005DC2DA /* UIKit.framework in Frameworks */, |
| 96 | + BC1D666A2668D4AE005DC2DA /* CoreGraphics.framework in Frameworks */, |
| 97 | + 822C726309B9C5EF761AEB0D /* libPods-integration_test_tvos.a in Frameworks */, |
78 | 98 | );
|
79 | 99 | runOnlyForDeploymentPostprocessing = 0;
|
80 | 100 | };
|
|
92 | 112 | BC1D664D2668D109005DC2DA /* integration_test_tvos */,
|
93 | 113 | 529226D41C85F68000C89379 /* Frameworks */,
|
94 | 114 | 529226D31C85F68000C89379 /* Products */,
|
| 115 | + F1AC01800972843EF17B5A52 /* Pods */, |
95 | 116 | );
|
96 | 117 | sourceTree = "<group>";
|
97 | 118 | };
|
|
107 | 128 | 529226D41C85F68000C89379 /* Frameworks */ = {
|
108 | 129 | isa = PBXGroup;
|
109 | 130 | children = (
|
| 131 | + BC1D666D2668D4BB005DC2DA /* Foundation.framework */, |
| 132 | + BC1D666B2668D4B3005DC2DA /* UIKit.framework */, |
| 133 | + BC1D66692668D4AE005DC2DA /* CoreGraphics.framework */, |
110 | 134 | 529226D51C85F68000C89379 /* Foundation.framework */,
|
111 | 135 | 529226D71C85F68000C89379 /* CoreGraphics.framework */,
|
112 | 136 | 529226D91C85F68000C89379 /* UIKit.framework */,
|
113 | 137 | 529226EE1C85F68000C89379 /* XCTest.framework */,
|
| 138 | + 08BEC1E1347C2FECB5DCC35B /* libPods-integration_test.a */, |
| 139 | + C72064CD0A7906E678F38564 /* libPods-integration_test_tvos.a */, |
114 | 140 | );
|
115 | 141 | name = Frameworks;
|
116 | 142 | sourceTree = "<group>";
|
|
152 | 178 | path = integration_test_tvos;
|
153 | 179 | sourceTree = "<group>";
|
154 | 180 | };
|
| 181 | + F1AC01800972843EF17B5A52 /* Pods */ = { |
| 182 | + isa = PBXGroup; |
| 183 | + children = ( |
| 184 | + A94183ADD2E1F886166BEE94 /* Pods-integration_test.debug.xcconfig */, |
| 185 | + 57CF37BDC8261E0269E19B03 /* Pods-integration_test.release.xcconfig */, |
| 186 | + D0B9D7145A1AFB7DBC364751 /* Pods-integration_test_tvos.debug.xcconfig */, |
| 187 | + A30CA3D685160EE321B542D2 /* Pods-integration_test_tvos.release.xcconfig */, |
| 188 | + ); |
| 189 | + path = Pods; |
| 190 | + sourceTree = "<group>"; |
| 191 | + }; |
155 | 192 | /* End PBXGroup section */
|
156 | 193 |
|
157 | 194 | /* Begin PBXNativeTarget section */
|
158 | 195 | 529226D11C85F68000C89379 /* integration_test */ = {
|
159 | 196 | isa = PBXNativeTarget;
|
160 | 197 | buildConfigurationList = 529226F91C85F68000C89379 /* Build configuration list for PBXNativeTarget "integration_test" */;
|
161 | 198 | buildPhases = (
|
| 199 | + AD3D1FDEE4CF418AF7FD6E76 /* [CP] Check Pods Manifest.lock */, |
162 | 200 | 529226CE1C85F68000C89379 /* Sources */,
|
163 | 201 | 529226CF1C85F68000C89379 /* Frameworks */,
|
164 | 202 | 529226D01C85F68000C89379 /* Resources */,
|
|
176 | 214 | isa = PBXNativeTarget;
|
177 | 215 | buildConfigurationList = BC1D66612668D10A005DC2DA /* Build configuration list for PBXNativeTarget "integration_test_tvos" */;
|
178 | 216 | buildPhases = (
|
| 217 | + 8958A3A33BBDC5DD317A123E /* [CP] Check Pods Manifest.lock */, |
179 | 218 | BC1D66482668D109005DC2DA /* Sources */,
|
180 | 219 | BC1D66492668D109005DC2DA /* Frameworks */,
|
181 | 220 | BC1D664A2668D109005DC2DA /* Resources */,
|
|
244 | 283 | isa = PBXResourcesBuildPhase;
|
245 | 284 | buildActionMask = 2147483647;
|
246 | 285 | files = (
|
| 286 | + BC1D666F2668D520005DC2DA /* GoogleService-Info.plist in Resources */, |
247 | 287 | BC1D665B2668D10A005DC2DA /* LaunchScreen.storyboard in Resources */,
|
248 | 288 | BC1D66582668D10A005DC2DA /* Assets.xcassets in Resources */,
|
249 | 289 | BC1D66562668D109005DC2DA /* Main.storyboard in Resources */,
|
|
252 | 292 | };
|
253 | 293 | /* End PBXResourcesBuildPhase section */
|
254 | 294 |
|
| 295 | +/* Begin PBXShellScriptBuildPhase section */ |
| 296 | + 8958A3A33BBDC5DD317A123E /* [CP] Check Pods Manifest.lock */ = { |
| 297 | + isa = PBXShellScriptBuildPhase; |
| 298 | + buildActionMask = 2147483647; |
| 299 | + files = ( |
| 300 | + ); |
| 301 | + inputFileListPaths = ( |
| 302 | + ); |
| 303 | + inputPaths = ( |
| 304 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 305 | + "${PODS_ROOT}/Manifest.lock", |
| 306 | + ); |
| 307 | + name = "[CP] Check Pods Manifest.lock"; |
| 308 | + outputFileListPaths = ( |
| 309 | + ); |
| 310 | + outputPaths = ( |
| 311 | + "$(DERIVED_FILE_DIR)/Pods-integration_test_tvos-checkManifestLockResult.txt", |
| 312 | + ); |
| 313 | + runOnlyForDeploymentPostprocessing = 0; |
| 314 | + shellPath = /bin/sh; |
| 315 | + 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"; |
| 316 | + showEnvVarsInLog = 0; |
| 317 | + }; |
| 318 | + AD3D1FDEE4CF418AF7FD6E76 /* [CP] Check Pods Manifest.lock */ = { |
| 319 | + isa = PBXShellScriptBuildPhase; |
| 320 | + buildActionMask = 2147483647; |
| 321 | + files = ( |
| 322 | + ); |
| 323 | + inputFileListPaths = ( |
| 324 | + ); |
| 325 | + inputPaths = ( |
| 326 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 327 | + "${PODS_ROOT}/Manifest.lock", |
| 328 | + ); |
| 329 | + name = "[CP] Check Pods Manifest.lock"; |
| 330 | + outputFileListPaths = ( |
| 331 | + ); |
| 332 | + outputPaths = ( |
| 333 | + "$(DERIVED_FILE_DIR)/Pods-integration_test-checkManifestLockResult.txt", |
| 334 | + ); |
| 335 | + runOnlyForDeploymentPostprocessing = 0; |
| 336 | + shellPath = /bin/sh; |
| 337 | + 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"; |
| 338 | + showEnvVarsInLog = 0; |
| 339 | + }; |
| 340 | +/* End PBXShellScriptBuildPhase section */ |
| 341 | + |
255 | 342 | /* Begin PBXSourcesBuildPhase section */
|
256 | 343 | 529226CE1C85F68000C89379 /* Sources */ = {
|
257 | 344 | isa = PBXSourcesBuildPhase;
|
|
385 | 472 | };
|
386 | 473 | 529226FA1C85F68000C89379 /* Debug */ = {
|
387 | 474 | isa = XCBuildConfiguration;
|
| 475 | + baseConfigurationReference = A94183ADD2E1F886166BEE94 /* Pods-integration_test.debug.xcconfig */; |
388 | 476 | buildSettings = {
|
389 | 477 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
390 | 478 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
413 | 501 | };
|
414 | 502 | 529226FB1C85F68000C89379 /* Release */ = {
|
415 | 503 | isa = XCBuildConfiguration;
|
| 504 | + baseConfigurationReference = 57CF37BDC8261E0269E19B03 /* Pods-integration_test.release.xcconfig */; |
416 | 505 | buildSettings = {
|
417 | 506 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
418 | 507 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
441 | 530 | };
|
442 | 531 | BC1D665F2668D10A005DC2DA /* Debug */ = {
|
443 | 532 | isa = XCBuildConfiguration;
|
| 533 | + baseConfigurationReference = D0B9D7145A1AFB7DBC364751 /* Pods-integration_test_tvos.debug.xcconfig */; |
444 | 534 | buildSettings = {
|
445 | 535 | ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
446 | 536 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
479 | 569 | };
|
480 | 570 | BC1D66602668D10A005DC2DA /* Release */ = {
|
481 | 571 | isa = XCBuildConfiguration;
|
| 572 | + baseConfigurationReference = A30CA3D685160EE321B542D2 /* Pods-integration_test_tvos.release.xcconfig */; |
482 | 573 | buildSettings = {
|
483 | 574 | ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
484 | 575 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
0 commit comments