55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
<?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>趣味扫雷</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>Minesweeper</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.digitalchocolate.minesweeper</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Minesweeper</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleResourceSpecification</key>
|
|
<string>ResourceRules.plist</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>iPhoneOS</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.10</string>
|
|
<key>DTPlatformName</key>
|
|
<string>iphoneos</string>
|
|
<key>DTSDKName</key>
|
|
<string>iphoneos3.0</string>
|
|
<key>GET_MORE_GAMES_URL</key>
|
|
<string>http://www.digitalchocolate.com/iphone/</string>
|
|
<key>ICRM_GAME_ID</key>
|
|
<string>iMine_Full</string>
|
|
<key>ICRM_GAME_VERSION</key>
|
|
<string>1.0.10</string>
|
|
<key>ICRM_URL</key>
|
|
<string>http://icrm.digitalchocolate.com</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>MinimumOSVersion</key>
|
|
<string>2.1</string>
|
|
<key>SignerIdentity</key>
|
|
<string>Apple iPhone OS Application Signing</string>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
<key>UIRoleDisplayName</key>
|
|
<string>趣味扫雷</string>
|
|
<key>UIStatusBarHidden</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|