snej@0: <?xml version="1.0" encoding="UTF-8"?> snej@0: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> snej@0: <plist version="1.0"> snej@0: <dict> snej@0: <key>CFBundleDevelopmentRegion</key> snej@0: <string>English</string> snej@0: <key>CFBundleDisplayName</key> snej@0: <string>${PRODUCT_NAME}</string> snej@0: <key>CFBundleExecutable</key> snej@0: <string>${EXECUTABLE_NAME}</string> snej@0: <key>CFBundleIconFile</key> snej@0: <string></string> snej@0: <key>CFBundleIdentifier</key> snej@0: <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> snej@0: <key>CFBundleInfoDictionaryVersion</key> snej@0: <string>6.0</string> snej@0: <key>CFBundleName</key> snej@0: <string>${PRODUCT_NAME}</string> snej@0: <key>CFBundlePackageType</key> snej@0: <string>APPL</string> snej@0: <key>CFBundleSignature</key> snej@0: <string>????</string> snej@0: <key>CFBundleVersion</key> snej@0: <string>1.0</string> snej@0: <key>LSRequiresIPhoneOS</key> snej@0: <true/> snej@0: <key>NSMainNibFile</key> snej@0: <string>MainWindow</string> snej@0: </dict> snej@0: </plist>