Skip to content

Commit 162e6f4

Browse files
committed
cleanup firestore internal integration tests for tvos
removed workspace directory removed tvos specific assets and plist file sharing ios plist file with tvos target set tvos deployment target to 10.1
1 parent 2b07fae commit 162e6f4

File tree

23 files changed

+4
-310
lines changed

23 files changed

+4
-310
lines changed

firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; };
1515
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
1616
BC1D682C267B0030005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D682A267B0030005DC2DA /* Main.storyboard */; };
17-
BC1D682E267B0032005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D682D267B0032005DC2DA /* Assets.xcassets */; };
1817
BC1D6831267B0032005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D682F267B0032005DC2DA /* LaunchScreen.storyboard */; };
1918
BC1D6838267B00EB005DC2DA /* future_test_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6ED33B92606CD890058CBF9 /* future_test_util.cc */; };
2019
BC1D6839267B00EB005DC2DA /* type_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6AAAD392606C22D0025C53B /* type_test.cc */; };
@@ -104,9 +103,7 @@
104103
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>"; };
105104
BC1D6822267B0030005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
106105
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>"; };
108106
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>"; };
110107
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; };
111108
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; };
112109
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,9 +293,7 @@
296293
isa = PBXGroup;
297294
children = (
298295
BC1D682A267B0030005DC2DA /* Main.storyboard */,
299-
BC1D682D267B0032005DC2DA /* Assets.xcassets */,
300296
BC1D682F267B0032005DC2DA /* LaunchScreen.storyboard */,
301-
BC1D6832267B0032005DC2DA /* Info.plist */,
302297
);
303298
path = integration_test_tvos;
304299
sourceTree = "<group>";
@@ -401,7 +396,6 @@
401396
files = (
402397
BC1D6858267B0106005DC2DA /* GoogleService-Info.plist in Resources */,
403398
BC1D6831267B0032005DC2DA /* LaunchScreen.storyboard in Resources */,
404-
BC1D682E267B0032005DC2DA /* Assets.xcassets in Resources */,
405399
BC1D682C267B0030005DC2DA /* Main.storyboard in Resources */,
406400
);
407401
runOnlyForDeploymentPostprocessing = 0;
@@ -807,7 +801,7 @@
807801
"\"$(SRCROOT)/Pods/FirebaseFirestore\"",
808802
"\"$(SRCROOT)/../..\"",
809803
);
810-
INFOPLIST_FILE = integration_test_tvos/Info.plist;
804+
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
811805
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
812806
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
813807
MTL_FAST_MATH = YES;
@@ -816,7 +810,7 @@
816810
PROVISIONING_PROFILE_SPECIFIER = "";
817811
SDKROOT = appletvos;
818812
TARGETED_DEVICE_FAMILY = 3;
819-
TVOS_DEPLOYMENT_TARGET = 14.5;
813+
TVOS_DEPLOYMENT_TARGET = 10.1;
820814
};
821815
name = Debug;
822816
};
@@ -872,15 +866,15 @@
872866
"\"$(SRCROOT)/Pods/FirebaseFirestore\"",
873867
"\"$(SRCROOT)/../..\"",
874868
);
875-
INFOPLIST_FILE = integration_test_tvos/Info.plist;
869+
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
876870
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
877871
MTL_FAST_MATH = YES;
878872
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.firestore.testapp.integration-test-tvos";
879873
PRODUCT_NAME = "$(TARGET_NAME)";
880874
PROVISIONING_PROFILE_SPECIFIER = "";
881875
SDKROOT = appletvos;
882876
TARGETED_DEVICE_FAMILY = 3;
883-
TVOS_DEPLOYMENT_TARGET = 14.5;
877+
TVOS_DEPLOYMENT_TARGET = 10.1;
884878
};
885879
name = Release;
886880
};

firestore/integration_test_internal/integration_test.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

firestore/integration_test_internal/integration_test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

firestore/integration_test_internal/integration_test_tvos/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)