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>$(PRODUCT_BUNDLE_IDENTIFIER)
</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>UIRequiresFullScreen
</key>
42 <key>UIMainStoryboardFile
</key>
43 <string>MainStoryboard_iPhone
</string>
44 <key>UIMainStoryboardFile~ipad
</key>
45 <string>MainStoryboard_iPhone
</string>
46 <key>UIStatusBarTintParameters
</key>
48 <key>UINavigationBar
</key>
51 <string>UIBarStyleDefault
</string>
52 <key>Translucent
</key>
56 <key>UISupportedInterfaceOrientations
</key>
58 <string>UIInterfaceOrientationPortrait
</string>
59 <string>UIInterfaceOrientationLandscapeLeft
</string>
60 <string>UIInterfaceOrientationLandscapeRight
</string>
62 <key>UISupportedInterfaceOrientations~ipad
</key>
64 <string>UIInterfaceOrientationPortrait
</string>
65 <string>UIInterfaceOrientationPortraitUpsideDown
</string>
66 <string>UIInterfaceOrientationLandscapeLeft
</string>
67 <string>UIInterfaceOrientationLandscapeRight
</string>