Skip to content

Commit 98ebc1e

Browse files
MoOxfacebook-github-bot
authored andcommitted
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: #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
1 parent 022f9cc commit 98ebc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/ios/HelloWorld-tvOSTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)