Created
June 18, 2009 07:06
-
-
Save boucher/131762 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>CFBundleDevelopmentRegion</key> | |
| <string>English</string> | |
| <key>CFBundleDisplayName</key> | |
| #ifdef PREMIUM | |
| <string>iReddit</string> | |
| #else | |
| <string>iReddit Free</string> | |
| #endif | |
| <key>CFBundleExecutable</key> | |
| <string>${EXECUTABLE_NAME}</string> | |
| <key>CFBundleIconFile</key> | |
| <string>RedditIcon2.png</string> | |
| <key>CFBundleIdentifier</key> | |
| #ifdef PREMIUM | |
| <string>com.280north.ireddit</string> | |
| #else | |
| <string>com.280north.ireddit-free</string> | |
| #endif | |
| <key>CFBundleInfoDictionaryVersion</key> | |
| <string>6.0</string> | |
| <key>CFBundleName</key> | |
| #ifdef PREMIUM | |
| <string>iReddit</string> | |
| #else | |
| <string>iReddit Free</string> | |
| #endif | |
| <key>CFBundlePackageType</key> | |
| <string>APPL</string> | |
| <key>CFBundleSignature</key> | |
| <string>????</string> | |
| <key>CFBundleVersion</key> | |
| <string>2.0</string> | |
| <key>LSRequiresIPhoneOS</key> | |
| <true/> | |
| <key>NSMainNibFile</key> | |
| <string>MainWindow</string> | |
| <key>UIPrerenderedIcon</key> | |
| <true/> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment