From 98ebc1ea25102049ec53288a458ff16ed5b4ada0 Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Thu, 26 Dec 2019 22:57:51 -0800 Subject: [PATCH] Adjust HelloWorld-tvOSTests/Info.plist `CFBundleIdentifier` to use PR ODUCT_BUNDLE_IDENTIFIER (#27601) Summary: In other part of the hello world, this replacement has been made already. The only place left this way (which make sense) is in `HelloWorld.xcodeproj/project.pbxproj`. ## Changelog [General] [Fixed] - Adjust HelloWorld-tvOSTests/Info.plist `CFBundleIdentifier` to use PRODUCT_BUNDLE_IDENTIFIER Pull Request resolved: https://github.com/facebook/react-native/pull/27601 Test Plan: I made this change locally on a project. No big deal as this is a test piece, not going to go on any kind of real world environment. Differential Revision: D19235760 Pulled By: cpojer fbshipit-source-id: 95b9936acc1eaddf3f5a86c733f46c5a80ac6423 --- template/ios/HelloWorld-tvOSTests/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/ios/HelloWorld-tvOSTests/Info.plist b/template/ios/HelloWorld-tvOSTests/Info.plist index 886825ccc9..ba72822e87 100644 --- a/template/ios/HelloWorld-tvOSTests/Info.plist +++ b/template/ios/HelloWorld-tvOSTests/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName