Showing
3 changed files
with
3 additions
and
1 deletions
| @@ -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.yourcompany.${PRODUCT_NAME:identifier}</string> | 12 | + <string>com.allseeinginteractive.trailsnetwork.asidemo</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> |
| @@ -20,5 +20,7 @@ | @@ -20,5 +20,7 @@ | ||
| 20 | <string>GHUnitIPhone</string> | 20 | <string>GHUnitIPhone</string> |
| 21 | <key>CFBundleDisplayName</key> | 21 | <key>CFBundleDisplayName</key> |
| 22 | <string>ASIHTTPRequest Unit Tests</string> | 22 | <string>ASIHTTPRequest Unit Tests</string> |
| 23 | + <key>CFBundleIconFile</key> | ||
| 24 | + <string>iphone-icon.png</string> | ||
| 23 | </dict> | 25 | </dict> |
| 24 | </plist> | 26 | </plist> |
This diff was suppressed by a .gitattributes entry.
-
Please register or login to post a comment