[react_native] Update default bundle name to org.reactjs.native.*

This commit is contained in:
Krzysztof Magiera 2015-03-26 11:19:05 -07:00
parent 031adabd18
commit 02ff4955fd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>org.react.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>