annotate XCodeiPhoneOS/Test/Info.plist @ 2463:5788d70cd280 gsoc2008_iphone

update template script
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Mon, 18 Aug 2008 18:16:48 +0000
parents fcb9fb150484
children
rev   line source
2389
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
3 <plist version="1.0">
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
4 <dict>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
5 <key>CFBundleDevelopmentRegion</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
6 <string>en</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
7 <key>CFBundleDisplayName</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
8 <string>${PRODUCT_NAME}</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
9 <key>CFBundleExecutable</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
10 <string>${EXECUTABLE_NAME}</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
11 <key>CFBundleIconFile</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
12 <string></string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
13 <key>CFBundleIdentifier</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
14 <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
15 <key>CFBundleInfoDictionaryVersion</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
16 <string>6.0</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
17 <key>CFBundleName</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
18 <string>${PRODUCT_NAME}</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
19 <key>CFBundlePackageType</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
20 <string>APPL</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
21 <key>CFBundleSignature</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
22 <string>????</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
23 <key>CFBundleVersion</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
24 <string>1.0</string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
25 <key>NSMainNibFile</key>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
26 <string></string>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
27 </dict>
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
28 </plist>