|
14 | 14 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
|
15 | 15 | 981D7B79193F1EDB1C9EF318 /* libPods-integration_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AAB44827137900B6A0CA149C /* libPods-integration_test.a */; };
|
16 | 16 | BC1D674F26799A44005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D674D26799A44005DC2DA /* Main.storyboard */; };
|
17 |
| - BC1D675126799A45005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D675026799A45005DC2DA /* Assets.xcassets */; }; |
18 | 17 | BC1D675426799A45005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D675226799A45005DC2DA /* LaunchScreen.storyboard */; };
|
19 | 18 | BC1D675B26799A53005DC2DA /* ios_firebase_test_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E822CB322900C2651A /* ios_firebase_test_framework.mm */; };
|
20 | 19 | BC1D675C26799A55005DC2DA /* ios_app_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E722CB322900C2651A /* ios_app_framework.mm */; };
|
|
51 | 50 | AAB44827137900B6A0CA149C /* libPods-integration_test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 51 | BC1D674526799A44005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
53 | 52 | BC1D674E26799A44005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
54 |
| - BC1D675026799A45005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
55 | 53 | BC1D675326799A45005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
56 |
| - BC1D675526799A45005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
57 | 54 | BC1D676326799AA8005DC2DA /* 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; };
|
58 | 55 | BC1D676526799AAC005DC2DA /* 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 | BC1D676726799AB0005DC2DA /* 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; };
|
|
188 | 185 | isa = PBXGroup;
|
189 | 186 | children = (
|
190 | 187 | BC1D674D26799A44005DC2DA /* Main.storyboard */,
|
191 |
| - BC1D675026799A45005DC2DA /* Assets.xcassets */, |
192 | 188 | BC1D675226799A45005DC2DA /* LaunchScreen.storyboard */,
|
193 |
| - BC1D675526799A45005DC2DA /* Info.plist */, |
194 | 189 | );
|
195 | 190 | path = integration_test_tvos;
|
196 | 191 | sourceTree = "<group>";
|
|
291 | 286 | files = (
|
292 | 287 | BC1D676226799AA3005DC2DA /* GoogleService-Info.plist in Resources */,
|
293 | 288 | BC1D675426799A45005DC2DA /* LaunchScreen.storyboard in Resources */,
|
294 |
| - BC1D675126799A45005DC2DA /* Assets.xcassets in Resources */, |
295 | 289 | BC1D674F26799A44005DC2DA /* Main.storyboard in Resources */,
|
296 | 290 | );
|
297 | 291 | runOnlyForDeploymentPostprocessing = 0;
|
|
576 | 570 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
577 | 571 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
578 | 572 | );
|
579 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 573 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
580 | 574 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
581 | 575 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
582 | 576 | MTL_FAST_MATH = YES;
|
|
585 | 579 | PROVISIONING_PROFILE_SPECIFIER = "";
|
586 | 580 | SDKROOT = appletvos;
|
587 | 581 | TARGETED_DEVICE_FAMILY = 3;
|
588 |
| - TVOS_DEPLOYMENT_TARGET = 14.5; |
| 582 | + TVOS_DEPLOYMENT_TARGET = 10.1; |
589 | 583 | };
|
590 | 584 | name = Debug;
|
591 | 585 | };
|
|
630 | 624 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
631 | 625 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
632 | 626 | );
|
633 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 627 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
634 | 628 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
635 | 629 | MTL_FAST_MATH = YES;
|
636 | 630 | PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.functions.testapp.integration-test-tvos";
|
637 | 631 | PRODUCT_NAME = "$(TARGET_NAME)";
|
638 | 632 | PROVISIONING_PROFILE_SPECIFIER = "";
|
639 | 633 | SDKROOT = appletvos;
|
640 | 634 | TARGETED_DEVICE_FAMILY = 3;
|
641 |
| - TVOS_DEPLOYMENT_TARGET = 14.5; |
| 635 | + TVOS_DEPLOYMENT_TARGET = 10.1; |
642 | 636 | };
|
643 | 637 | name = Release;
|
644 | 638 | };
|
|
0 commit comments