|
13 | 13 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
|
14 | 14 | 822C726309B9C5EF761AEB0D /* libPods-integration_test_tvos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C72064CD0A7906E678F38564 /* libPods-integration_test_tvos.a */; };
|
15 | 15 | BC1D66562668D109005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66542668D109005DC2DA /* Main.storyboard */; };
|
16 |
| - BC1D66582668D10A005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66572668D10A005DC2DA /* Assets.xcassets */; }; |
17 | 16 | BC1D665B2668D10A005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66592668D10A005DC2DA /* LaunchScreen.storyboard */; };
|
18 | 17 | BC1D66622668D287005DC2DA /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
|
19 | 18 | BC1D66632668D2AF005DC2DA /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D67D355622BABD2100292C1D /* gtest-all.cc */; };
|
|
51 | 50 | 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>"; };
|
52 | 51 | BC1D664C2668D109005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
53 | 52 | BC1D66552668D109005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
54 |
| - BC1D66572668D10A005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
55 | 53 | BC1D665A2668D10A005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
56 |
| - BC1D665C2668D10A005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
57 | 54 | 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 | 55 | 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 | 56 | 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; };
|
|
171 | 168 | isa = PBXGroup;
|
172 | 169 | children = (
|
173 | 170 | BC1D66542668D109005DC2DA /* Main.storyboard */,
|
174 |
| - BC1D66572668D10A005DC2DA /* Assets.xcassets */, |
175 | 171 | BC1D66592668D10A005DC2DA /* LaunchScreen.storyboard */,
|
176 |
| - BC1D665C2668D10A005DC2DA /* Info.plist */, |
177 | 172 | );
|
178 | 173 | path = integration_test_tvos;
|
179 | 174 | sourceTree = "<group>";
|
|
285 | 280 | files = (
|
286 | 281 | BC1D666F2668D520005DC2DA /* GoogleService-Info.plist in Resources */,
|
287 | 282 | BC1D665B2668D10A005DC2DA /* LaunchScreen.storyboard in Resources */,
|
288 |
| - BC1D66582668D10A005DC2DA /* Assets.xcassets in Resources */, |
289 | 283 | BC1D66562668D109005DC2DA /* Main.storyboard in Resources */,
|
290 | 284 | );
|
291 | 285 | runOnlyForDeploymentPostprocessing = 0;
|
|
568 | 562 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
569 | 563 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
570 | 564 | );
|
571 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 565 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
572 | 566 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
573 | 567 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
574 | 568 | MTL_FAST_MATH = YES;
|
|
619 | 613 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
620 | 614 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
621 | 615 | );
|
622 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 616 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
623 | 617 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
624 | 618 | MTL_FAST_MATH = YES;
|
625 | 619 | PRODUCT_BUNDLE_IDENTIFIER = com.google.ios.remoteconfig.testapp;
|
|
0 commit comments