|
14 | 14 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; }; |
15 | 15 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; }; |
16 | 16 | BC1D682C267B0030005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D682A267B0030005DC2DA /* Main.storyboard */; }; |
17 | | - BC1D682E267B0032005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D682D267B0032005DC2DA /* Assets.xcassets */; }; |
18 | 17 | BC1D6831267B0032005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D682F267B0032005DC2DA /* LaunchScreen.storyboard */; }; |
19 | 18 | BC1D6838267B00EB005DC2DA /* future_test_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6ED33B92606CD890058CBF9 /* future_test_util.cc */; }; |
20 | 19 | BC1D6839267B00EB005DC2DA /* type_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6AAAD392606C22D0025C53B /* type_test.cc */; }; |
|
104 | 103 | BC1D681A267AFF9B005DC2DA /* firebase_firestore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = firebase_firestore.xcframework; path = "../../../../firebase-cpp-sdk/ios_tvos_package/xcframeworks/firebase_firestore.xcframework"; sourceTree = "<group>"; }; |
105 | 104 | BC1D6822267B0030005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
106 | 105 | BC1D682B267B0030005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
107 | | - BC1D682D267B0032005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
108 | 106 | BC1D6830267B0032005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
109 | | - BC1D6832267B0032005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
110 | 107 | BC1D6859267B010D005DC2DA /* 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; }; |
111 | 108 | BC1D685B267B0112005DC2DA /* 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; }; |
112 | 109 | BC1D685D267B0116005DC2DA /* 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; }; |
|
296 | 293 | isa = PBXGroup; |
297 | 294 | children = ( |
298 | 295 | BC1D682A267B0030005DC2DA /* Main.storyboard */, |
299 | | - BC1D682D267B0032005DC2DA /* Assets.xcassets */, |
300 | 296 | BC1D682F267B0032005DC2DA /* LaunchScreen.storyboard */, |
301 | | - BC1D6832267B0032005DC2DA /* Info.plist */, |
302 | 297 | ); |
303 | 298 | path = integration_test_tvos; |
304 | 299 | sourceTree = "<group>"; |
|
401 | 396 | files = ( |
402 | 397 | BC1D6858267B0106005DC2DA /* GoogleService-Info.plist in Resources */, |
403 | 398 | BC1D6831267B0032005DC2DA /* LaunchScreen.storyboard in Resources */, |
404 | | - BC1D682E267B0032005DC2DA /* Assets.xcassets in Resources */, |
405 | 399 | BC1D682C267B0030005DC2DA /* Main.storyboard in Resources */, |
406 | 400 | ); |
407 | 401 | runOnlyForDeploymentPostprocessing = 0; |
|
807 | 801 | "\"$(SRCROOT)/Pods/FirebaseFirestore\"", |
808 | 802 | "\"$(SRCROOT)/../..\"", |
809 | 803 | ); |
810 | | - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 804 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
811 | 805 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
812 | 806 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
813 | 807 | MTL_FAST_MATH = YES; |
|
816 | 810 | PROVISIONING_PROFILE_SPECIFIER = ""; |
817 | 811 | SDKROOT = appletvos; |
818 | 812 | TARGETED_DEVICE_FAMILY = 3; |
819 | | - TVOS_DEPLOYMENT_TARGET = 14.5; |
| 813 | + TVOS_DEPLOYMENT_TARGET = 10.1; |
820 | 814 | }; |
821 | 815 | name = Debug; |
822 | 816 | }; |
|
872 | 866 | "\"$(SRCROOT)/Pods/FirebaseFirestore\"", |
873 | 867 | "\"$(SRCROOT)/../..\"", |
874 | 868 | ); |
875 | | - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 869 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
876 | 870 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
877 | 871 | MTL_FAST_MATH = YES; |
878 | 872 | PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.firestore.testapp.integration-test-tvos"; |
879 | 873 | PRODUCT_NAME = "$(TARGET_NAME)"; |
880 | 874 | PROVISIONING_PROFILE_SPECIFIER = ""; |
881 | 875 | SDKROOT = appletvos; |
882 | 876 | TARGETED_DEVICE_FAMILY = 3; |
883 | | - TVOS_DEPLOYMENT_TARGET = 14.5; |
| 877 | + TVOS_DEPLOYMENT_TARGET = 10.1; |
884 | 878 | }; |
885 | 879 | name = Release; |
886 | 880 | }; |
|
0 commit comments