author | morrowa |
Tue Jun 23 12:46:40 2009 -0700 (2009-06-23) | |
changeset 53 | e9f209a24d53 |
permissions | -rwxr-xr-x |
snej@25 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
snej@25 | 2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
snej@25 | 3 |
<plist version="1.0"> |
snej@25 | 4 |
<dict> |
snej@25 | 5 |
<key>CFBundleDevelopmentRegion</key> |
snej@25 | 6 |
<string>en</string> |
snej@25 | 7 |
<key>CFBundleDisplayName</key> |
snej@25 | 8 |
<string>BLIP Echo</string> |
snej@25 | 9 |
<key>LSRequiresIPhoneOS</key> |
snej@25 | 10 |
<true/> |
snej@25 | 11 |
<key>CFBundleExecutable</key> |
snej@25 | 12 |
<string>${EXECUTABLE_NAME}</string> |
snej@25 | 13 |
<key>CFBundleIconFile</key> |
snej@25 | 14 |
<string>icon.png</string> |
snej@25 | 15 |
<key>CFBundleIdentifier</key> |
snej@25 | 16 |
<string>com.yourcompany.${PRODUCT_NAME:identifier}</string> |
snej@25 | 17 |
<key>CFBundleInfoDictionaryVersion</key> |
snej@25 | 18 |
<string>6.0</string> |
snej@25 | 19 |
<key>CFBundleName</key> |
snej@25 | 20 |
<string>${PRODUCT_NAME}</string> |
snej@25 | 21 |
<key>CFBundlePackageType</key> |
snej@25 | 22 |
<string>APPL</string> |
snej@25 | 23 |
<key>CFBundleSignature</key> |
snej@25 | 24 |
<string>????</string> |
snej@25 | 25 |
<key>CFBundleVersion</key> |
snej@25 | 26 |
<string>1.7</string> |
snej@25 | 27 |
<key>NSMainNibFile</key> |
snej@25 | 28 |
<string>MainWindow</string> |
snej@25 | 29 |
</dict> |
snej@25 | 30 |
</plist> |