Switch to use .com and lowercase bundle names

This commit is contained in:
Tzu-ping Chung
2014-06-18 10:41:37 +08:00
parent 4129234d48
commit 645401ce23
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>org.uranusjr.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.uranusjr.${PRODUCT_NAME:rfc1034identifier:lower}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.uranusjr.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.uranusjr.${PRODUCT_NAME:rfc1034identifier:lower}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>