annotate XCodeiPhoneOS/Test/Info.plist @ 2438:fe9d15725d96 gsoc2008_iphone

Added macro so that targetconditionals.h isn't included when compiling from versions of Mac OS X earlier than 10.3 (the header file doesn't exist there). Instead, it is just assumed that you want to compile for Mac OS X rather than iPhone ... a fine assumption since you need 10.5 to compile for iPhone.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 18:51:28 +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>