better bundle id name for iphone build (no underscores)

This commit is contained in:
Albert Zeyer
2009-11-19 11:55:31 +01:00
parent c7cb940b96
commit 3ff5d0c693

View File

@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>cglogo-iphone.png</string>
<key>CFBundleIdentifier</key>
<string>org.CommanderGenius.${PRODUCT_NAME:identifier}</string>
<string>org.CommanderGenius.commandergenius</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
@@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>0.1</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
</dict>