Skip to content

Commit 2b07fae

Browse files
committed
cleanup functions tvos integration test
removed workspace directory removed tvos specific assets and plist file sharing ios plist file with tvos target deployment target set to 10.1
1 parent 9b07050 commit 2b07fae

File tree

23 files changed

+4
-310
lines changed

23 files changed

+4
-310
lines changed

functions/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
1515
981D7B79193F1EDB1C9EF318 /* libPods-integration_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AAB44827137900B6A0CA149C /* libPods-integration_test.a */; };
1616
BC1D674F26799A44005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D674D26799A44005DC2DA /* Main.storyboard */; };
17-
BC1D675126799A45005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D675026799A45005DC2DA /* Assets.xcassets */; };
1817
BC1D675426799A45005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D675226799A45005DC2DA /* LaunchScreen.storyboard */; };
1918
BC1D675B26799A53005DC2DA /* ios_firebase_test_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E822CB322900C2651A /* ios_firebase_test_framework.mm */; };
2019
BC1D675C26799A55005DC2DA /* ios_app_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E722CB322900C2651A /* ios_app_framework.mm */; };
@@ -51,9 +50,7 @@
5150
AAB44827137900B6A0CA149C /* libPods-integration_test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5251
BC1D674526799A44005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
5352
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>"; };
5553
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>"; };
5754
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; };
5855
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; };
5956
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,9 +185,7 @@
188185
isa = PBXGroup;
189186
children = (
190187
BC1D674D26799A44005DC2DA /* Main.storyboard */,
191-
BC1D675026799A45005DC2DA /* Assets.xcassets */,
192188
BC1D675226799A45005DC2DA /* LaunchScreen.storyboard */,
193-
BC1D675526799A45005DC2DA /* Info.plist */,
194189
);
195190
path = integration_test_tvos;
196191
sourceTree = "<group>";
@@ -291,7 +286,6 @@
291286
files = (
292287
BC1D676226799AA3005DC2DA /* GoogleService-Info.plist in Resources */,
293288
BC1D675426799A45005DC2DA /* LaunchScreen.storyboard in Resources */,
294-
BC1D675126799A45005DC2DA /* Assets.xcassets in Resources */,
295289
BC1D674F26799A44005DC2DA /* Main.storyboard in Resources */,
296290
);
297291
runOnlyForDeploymentPostprocessing = 0;
@@ -576,7 +570,7 @@
576570
"\"$(SRCROOT)/external/googletest/src/googletest\"",
577571
"\"$(SRCROOT)/external/googletest/src/googlemock\"",
578572
);
579-
INFOPLIST_FILE = integration_test_tvos/Info.plist;
573+
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
580574
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
581575
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
582576
MTL_FAST_MATH = YES;
@@ -585,7 +579,7 @@
585579
PROVISIONING_PROFILE_SPECIFIER = "";
586580
SDKROOT = appletvos;
587581
TARGETED_DEVICE_FAMILY = 3;
588-
TVOS_DEPLOYMENT_TARGET = 14.5;
582+
TVOS_DEPLOYMENT_TARGET = 10.1;
589583
};
590584
name = Debug;
591585
};
@@ -630,15 +624,15 @@
630624
"\"$(SRCROOT)/external/googletest/src/googletest\"",
631625
"\"$(SRCROOT)/external/googletest/src/googlemock\"",
632626
);
633-
INFOPLIST_FILE = integration_test_tvos/Info.plist;
627+
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
634628
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
635629
MTL_FAST_MATH = YES;
636630
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.functions.testapp.integration-test-tvos";
637631
PRODUCT_NAME = "$(TARGET_NAME)";
638632
PROVISIONING_PROFILE_SPECIFIER = "";
639633
SDKROOT = appletvos;
640634
TARGETED_DEVICE_FAMILY = 3;
641-
TVOS_DEPLOYMENT_TARGET = 14.5;
635+
TVOS_DEPLOYMENT_TARGET = 10.1;
642636
};
643637
name = Release;
644638
};

functions/integration_test/integration_test.xcworkspace/contents.xcworkspacedata

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

functions/integration_test/integration_test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

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

functions/integration_test/integration_test_tvos/Assets.xcassets/AccentColor.colorset/Contents.json

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

functions/integration_test/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.

functions/integration_test/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.

functions/integration_test/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.

functions/integration_test/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.

functions/integration_test/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.

functions/integration_test/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)