ypasswordiphone/Info.plist

44 lines
1.2 KiB
Text
Raw Permalink Normal View History

2010-07-14 12:26:57 +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>
2011-03-14 22:11:35 +00:00
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
2011-03-14 23:12:59 +00:00
<string>Icon@2x.png</string>
2011-03-14 22:11:35 +00:00
</array>
2010-07-14 12:26:57 +00:00
<key>CFBundleIdentifier</key>
2011-03-01 01:01:25 +00:00
<string>com.yannesposito.ypassword</string>
2010-07-14 12:26:57 +00:00
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
2011-08-05 19:57:03 +00:00
<key>CFBundleShortVersionString</key>
<string>1.1</string>
2010-07-14 12:26:57 +00:00
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
2011-08-05 19:57:03 +00:00
<string>1.1</string>
2010-07-14 12:26:57 +00:00
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
2010-11-29 22:32:14 +00:00
<key>UIPrerenderedIcon</key>
<true/>
2011-03-14 22:11:35 +00:00
<key>UIStatusBarStyle</key>
2011-05-01 22:38:28 +00:00
<string>UIStatusBarStyleDefault</string>
2011-03-14 22:11:35 +00:00
<key>UISupportedInterfaceOrientations</key>
2011-03-14 23:12:59 +00:00
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
2010-07-14 12:26:57 +00:00
</dict>
</plist>