|
14 | 14 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
|
15 | 15 | 8FE0839D2B60C8CB9E84808C /* libPods-integration_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F6E59CEC74C199ECF8BB8BF /* libPods-integration_test.a */; };
|
16 | 16 | BC1D678326799F8C005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D678126799F8C005DC2DA /* Main.storyboard */; };
|
17 |
| - BC1D678526799F8D005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D678426799F8D005DC2DA /* Assets.xcassets */; }; |
18 | 17 | BC1D678826799F8D005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D678626799F8D005DC2DA /* LaunchScreen.storyboard */; };
|
19 | 18 | BC1D678F26799F9A005DC2DA /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
|
20 | 19 | BC1D679026799F9D005DC2DA /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D67D355622BABD2100292C1D /* gtest-all.cc */; };
|
|
55 | 54 | B8017C9163F3D385CCDD3E9D /* 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>"; };
|
56 | 55 | BC1D677926799F8C005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
57 | 56 | BC1D678226799F8C005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
58 |
| - BC1D678426799F8D005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
59 | 57 | BC1D678726799F8D005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
60 |
| - BC1D678926799F8D005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
61 | 58 | BC1D67972679A00B005DC2DA /* 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; };
|
62 | 59 | BC1D67992679A012005DC2DA /* 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; };
|
63 | 60 | BC1D679B2679A017005DC2DA /* 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; };
|
|
194 | 191 | isa = PBXGroup;
|
195 | 192 | children = (
|
196 | 193 | BC1D678126799F8C005DC2DA /* Main.storyboard */,
|
197 |
| - BC1D678426799F8D005DC2DA /* Assets.xcassets */, |
198 | 194 | BC1D678626799F8D005DC2DA /* LaunchScreen.storyboard */,
|
199 |
| - BC1D678926799F8D005DC2DA /* Info.plist */, |
200 | 195 | );
|
201 | 196 | path = integration_test_tvos;
|
202 | 197 | sourceTree = "<group>";
|
|
296 | 291 | files = (
|
297 | 292 | BC1D67962679A005005DC2DA /* GoogleService-Info.plist in Resources */,
|
298 | 293 | BC1D678826799F8D005DC2DA /* LaunchScreen.storyboard in Resources */,
|
299 |
| - BC1D678526799F8D005DC2DA /* Assets.xcassets in Resources */, |
300 | 294 | BC1D678326799F8C005DC2DA /* Main.storyboard in Resources */,
|
301 | 295 | );
|
302 | 296 | runOnlyForDeploymentPostprocessing = 0;
|
|
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 = (
|
624 | 618 | "$(inherited)",
|
625 | 619 | "@executable_path/Frameworks",
|
|
631 | 625 | PROVISIONING_PROFILE_SPECIFIER = "";
|
632 | 626 | SDKROOT = appletvos;
|
633 | 627 | TARGETED_DEVICE_FAMILY = 3;
|
634 |
| - TVOS_DEPLOYMENT_TARGET = 14.5; |
| 628 | + TVOS_DEPLOYMENT_TARGET = 10.1; |
635 | 629 | };
|
636 | 630 | name = Debug;
|
637 | 631 | };
|
|
676 | 670 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
677 | 671 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
678 | 672 | );
|
679 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 673 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
680 | 674 | LD_RUNPATH_SEARCH_PATHS = (
|
681 | 675 | "$(inherited)",
|
682 | 676 | "@executable_path/Frameworks",
|
|
687 | 681 | PROVISIONING_PROFILE_SPECIFIER = "";
|
688 | 682 | SDKROOT = appletvos;
|
689 | 683 | TARGETED_DEVICE_FAMILY = 3;
|
690 |
| - TVOS_DEPLOYMENT_TARGET = 14.5; |
| 684 | + TVOS_DEPLOYMENT_TARGET = 10.1; |
691 | 685 | };
|
692 | 686 | name = Release;
|
693 | 687 | };
|
|
0 commit comments