Ben Copsey

Added clang script to handle the fact we now have two projects

Clean up for release
  1 +#!/bin/sh
  2 +scan-build xcodebuild -target iPhone -configuration Debug -project iPhone.xcodeproj -sdk iphonesimulator2.2.1
  3 +scan-build xcodebuild -target Mac -configuration Debug -project Mac.xcodeproj
@@ -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>