Skip to content

Commit d512500

Browse files
committed
cleanup remote_config tvos integration test
removed user specific directories removed references to tvos specific assets and plist file sharing ios plist files for tvos
1 parent 7e6c182 commit d512500

File tree

23 files changed

+2
-309
lines changed

23 files changed

+2
-309
lines changed

remote_config/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
1414
822C726309B9C5EF761AEB0D /* libPods-integration_test_tvos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C72064CD0A7906E678F38564 /* libPods-integration_test_tvos.a */; };
1515
BC1D66562668D109005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66542668D109005DC2DA /* Main.storyboard */; };
16-
BC1D66582668D10A005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66572668D10A005DC2DA /* Assets.xcassets */; };
1716
BC1D665B2668D10A005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66592668D10A005DC2DA /* LaunchScreen.storyboard */; };
1817
BC1D66622668D287005DC2DA /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
1918
BC1D66632668D2AF005DC2DA /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D67D355622BABD2100292C1D /* gtest-all.cc */; };
@@ -51,9 +50,7 @@
5150
A94183ADD2E1F886166BEE94 /* Pods-integration_test.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.debug.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.debug.xcconfig"; sourceTree = "<group>"; };
5251
BC1D664C2668D109005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
5352
BC1D66552668D109005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
54-
BC1D66572668D10A005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5553
BC1D665A2668D10A005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
56-
BC1D665C2668D10A005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5754
BC1D66692668D4AE005DC2DA /* 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; };
5855
BC1D666B2668D4B3005DC2DA /* 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
BC1D666D2668D4BB005DC2DA /* 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; };
@@ -171,9 +168,7 @@
171168
isa = PBXGroup;
172169
children = (
173170
BC1D66542668D109005DC2DA /* Main.storyboard */,
174-
BC1D66572668D10A005DC2DA /* Assets.xcassets */,
175171
BC1D66592668D10A005DC2DA /* LaunchScreen.storyboard */,
176-
BC1D665C2668D10A005DC2DA /* Info.plist */,
177172
);
178173
path = integration_test_tvos;
179174
sourceTree = "<group>";
@@ -285,7 +280,6 @@
285280
files = (
286281
BC1D666F2668D520005DC2DA /* GoogleService-Info.plist in Resources */,
287282
BC1D665B2668D10A005DC2DA /* LaunchScreen.storyboard in Resources */,
288-
BC1D66582668D10A005DC2DA /* Assets.xcassets in Resources */,
289283
BC1D66562668D109005DC2DA /* Main.storyboard in Resources */,
290284
);
291285
runOnlyForDeploymentPostprocessing = 0;
@@ -568,7 +562,7 @@
568562
"\"$(SRCROOT)/external/googletest/src/googletest\"",
569563
"\"$(SRCROOT)/external/googletest/src/googlemock\"",
570564
);
571-
INFOPLIST_FILE = integration_test_tvos/Info.plist;
565+
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
572566
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
573567
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
574568
MTL_FAST_MATH = YES;
@@ -619,7 +613,7 @@
619613
"\"$(SRCROOT)/external/googletest/src/googletest\"",
620614
"\"$(SRCROOT)/external/googletest/src/googlemock\"",
621615
);
622-
INFOPLIST_FILE = integration_test_tvos/Info.plist;
616+
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
623617
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
624618
MTL_FAST_MATH = YES;
625619
PRODUCT_BUNDLE_IDENTIFIER = com.google.ios.remoteconfig.testapp;

remote_config/integration_test/integration_test.xcodeproj/xcuserdata/vimanyujain.xcuserdatad/xcschemes/xcschememanagement.plist

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

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

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

remote_config/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.

remote_config/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.

remote_config/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.

remote_config/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.

remote_config/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.

remote_config/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)