Skip to content

Commit 4f0c1a8

Browse files
committed
updated bundle identifier for tvos target.
1 parent fbdf861 commit 4f0c1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote_config/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
573573
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
574574
MTL_FAST_MATH = YES;
575-
PRODUCT_BUNDLE_IDENTIFIER = "com.google.ios.remoteconfig.testapp.integration-test-tvos";
575+
PRODUCT_BUNDLE_IDENTIFIER = com.google.ios.remoteconfig.testapp;
576576
PRODUCT_NAME = "$(TARGET_NAME)";
577577
SDKROOT = appletvos;
578578
TARGETED_DEVICE_FAMILY = 3;
@@ -622,7 +622,7 @@
622622
INFOPLIST_FILE = integration_test_tvos/Info.plist;
623623
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
624624
MTL_FAST_MATH = YES;
625-
PRODUCT_BUNDLE_IDENTIFIER = "com.google.ios.remoteconfig.testapp.integration-test-tvos";
625+
PRODUCT_BUNDLE_IDENTIFIER = com.google.ios.remoteconfig.testapp;
626626
PRODUCT_NAME = "$(TARGET_NAME)";
627627
SDKROOT = appletvos;
628628
TARGETED_DEVICE_FAMILY = 3;

0 commit comments

Comments
 (0)