| <?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"> |
| <key>CFBundleDevelopmentRegion</key> |
| <key>CFBundleExecutable</key> |
| <string>${EXECUTABLE_NAME}</string> |
| <key>CFBundleIconFile</key> |
| <key>CFBundleIdentifier</key> |
| <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> |
| <key>CFBundleInfoDictionaryVersion</key> |
| <string>${PRODUCT_NAME}</string> |
| <key>CFBundlePackageType</key> |
| <key>CFBundleShortVersionString</key> |
| <key>CFBundleSignature</key> |
| <key>CFBundleVersion</key> |
| <key>LSMinimumSystemVersion</key> |
| <string>${MACOSX_DEPLOYMENT_TARGET}</string> |
| <string>SimpleApp</string> |
| <key>NSPrincipalClass</key> |
| <string>NSApplication</string> |