1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE plist PUBLIC
"-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDevelopmentRegion
</key>
7 <key>CFBundleDisplayName
</key>
8 <string>${PRODUCT_NAME}
</string>
9 <key>CFBundleExecutable
</key>
10 <string>${EXECUTABLE_NAME}
</string>
11 <key>CFBundleIcons
</key>
13 <key>CFBundlePrimaryIcon
</key>
15 <key>CFBundleIconFiles
</key>
17 <string>Keychain_57x57.png
</string>
18 <string>Keychain_114x114.png
</string>
19 <string>Keychain_72x72.png
</string>
20 <string>Keychain_144x144.png
</string>
24 <key>CFBundleIdentifier
</key>
25 <string>com.apple.security.${PRODUCT_NAME:rfc1034identifier}
</string>
26 <key>CFBundleInfoDictionaryVersion
</key>
28 <key>CFBundleName
</key>
29 <string>${PRODUCT_NAME}
</string>
30 <key>CFBundlePackageType
</key>
32 <key>CFBundleShortVersionString
</key>
34 <key>CFBundleSignature
</key>
36 <key>CFBundleVersion
</key>
37 <string>${CURRENT_PROJECT_VERSION}
</string>
38 <key>LSRequiresIPhoneOS
</key>
40 <key>UIMainStoryboardFile
</key>
41 <string>MainStoryboard_iPhone
</string>
42 <key>UIMainStoryboardFile~ipad
</key>
43 <string>MainStoryboard_iPhone
</string>
44 <key>UIRequiredDeviceCapabilities
</key>
46 <string>armv7
</string>
48 <key>UIStatusBarTintParameters
</key>
50 <key>UINavigationBar
</key>
53 <string>UIBarStyleDefault
</string>
54 <key>Translucent
</key>
58 <key>UISupportedInterfaceOrientations
</key>
60 <string>UIInterfaceOrientationPortrait
</string>
61 <string>UIInterfaceOrientationLandscapeLeft
</string>
62 <string>UIInterfaceOrientationLandscapeRight
</string>
64 <key>UISupportedInterfaceOrientations~ipad
</key>
66 <string>UIInterfaceOrientationPortrait
</string>
67 <string>UIInterfaceOrientationPortraitUpsideDown
</string>
68 <string>UIInterfaceOrientationLandscapeLeft
</string>
69 <string>UIInterfaceOrientationLandscapeRight
</string>