Skip to content

Commit

Permalink
[react_native] Update default bundle name to org.reactjs.native.*
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Mar 26, 2015
1 parent 031adab commit 02ff495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/SampleApp/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 02ff495

Please sign in to comment.