Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2009-03-22 15:53:26 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a09218c4541df8e9b87fd8fbd99a90d46b0f66f
7a09218c
1 parent
389dbe65
Added clang script to handle the fact we now have two projects
Clean up for release
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
clang.sh
iPhone Sample/Info.plist
clang.sh
0 → 100755
View file @
7a09218
#!/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
...
...
iPhone Sample/Info.plist
View file @
7a09218
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment