Added clang script to handle the fact we now have two projects
Clean up for release
Showing
2 changed files
with
4 additions
and
1 deletions
clang.sh
0 → 100755
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | <key>CFBundleIconFile</key> | 9 | <key>CFBundleIconFile</key> |
10 | <string>iphone-icon.png</string> | 10 | <string>iphone-icon.png</string> |
11 | <key>CFBundleIdentifier</key> | 11 | <key>CFBundleIdentifier</key> |
12 | - <string>com.allseeinginteractive.trailsnetwork.asitest1234</string> | 12 | + <string>com.yourcompany.${PRODUCT_NAME:identifier}</string> |
13 | <key>CFBundleInfoDictionaryVersion</key> | 13 | <key>CFBundleInfoDictionaryVersion</key> |
14 | <string>6.0</string> | 14 | <string>6.0</string> |
15 | <key>CFBundlePackageType</key> | 15 | <key>CFBundlePackageType</key> |
-
Please register or login to post a comment