Ben Copsey

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

Clean up for release
#!/bin/sh
scan-build xcodebuild -target iPhone -configuration Debug -project iPhone.xcodeproj -sdk iphonesimulator2.2.1
scan-build xcodebuild -target Mac -configuration Debug -project Mac.xcodeproj
... ...
... ... @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>iphone-icon.png</string>
<key>CFBundleIdentifier</key>
<string>com.allseeinginteractive.trailsnetwork.asitest1234</string>
<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
... ...