2011-10-25 05:03:10 +00:00
|
|
|
<?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>CFBundleExecutable</key>
|
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
|
<string></string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
2012-08-15 21:26:06 +00:00
|
|
|
<string>com.kearwood.${PRODUCT_NAME:rfc1034identifier}</string>
|
2011-10-25 05:03:10 +00:00
|
|
|
<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>CFBundleVersion</key>
|
|
|
|
|
<string>1.0</string>
|
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2012-08-09 20:33:45 +00:00
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
|
<true/>
|
2013-01-13 08:09:45 +00:00
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
|
<string>Storyboard</string>
|
|
|
|
|
<key>UIMainStoryboardFile~ipad</key>
|
|
|
|
|
<string>Storyboard-ipad</string>
|
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
|
<false/>
|
2011-10-25 05:03:10 +00:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|