<?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> <string>${PRODUCT_NAME}</string> <key>CFBundleDocumentTypes</key> <array/> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> <string></string> <key>CFBundleIconFiles</key> <array> <string>Icon.png</string> <string>Icon@2x.png</string> <string>Icon-72.png</string> </array> <key>CFBundleIdentifier</key> <string>com.apatheticink.${PRODUCT_NAME:rfc1034identifier}</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> <array/> <key>CFBundleVersion</key> <string>BUILD_NUMBER</string> <key>LSRequiresIPhoneOS</key> <true/> <key>UIPrerenderedIcon</key> <true/> <key>UIRequiredDeviceCapabilities</key> <dict> <key>accelerometer</key> <true/> <key>opengles-1</key> <true/> </dict> <key>UIStatusBarHidden</key> <true/> <key>UISupportedInterfaceOrientations</key> <array/> <key>UTExportedTypeDeclarations</key> <array/> <key>UTImportedTypeDeclarations</key> <array/> </dict> </plist>