]>
Commit | Line | Data |
---|---|---|
427c49bc A |
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"> | |
3 | <plist version="1.0"> | |
4 | <dict> | |
5 | <key>CFBundleDevelopmentRegion</key> | |
6 | <string>en</string> | |
d8f41ccd A |
7 | <key>CFBundleDisplayName</key> |
8 | <string>${PRODUCT_NAME}</string> | |
427c49bc A |
9 | <key>CFBundleExecutable</key> |
10 | <string>${EXECUTABLE_NAME}</string> | |
d8f41ccd A |
11 | <key>CFBundleIcons</key> |
12 | <dict> | |
13 | <key>CFBundlePrimaryIcon</key> | |
14 | <dict> | |
15 | <key>CFBundleIconFiles</key> | |
16 | <array> | |
17 | <string>Keychain_57x57.png</string> | |
18 | <string>Keychain_114x114.png</string> | |
19 | <string>Keychain_72x72.png</string> | |
20 | <string>Keychain_144x144.png</string> | |
21 | </array> | |
22 | </dict> | |
23 | </dict> | |
427c49bc | 24 | <key>CFBundleIdentifier</key> |
fa7225c8 | 25 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
427c49bc A |
26 | <key>CFBundleInfoDictionaryVersion</key> |
27 | <string>6.0</string> | |
28 | <key>CFBundleName</key> | |
29 | <string>${PRODUCT_NAME}</string> | |
30 | <key>CFBundlePackageType</key> | |
31 | <string>APPL</string> | |
32 | <key>CFBundleShortVersionString</key> | |
d8f41ccd | 33 | <string>10.0</string> |
427c49bc A |
34 | <key>CFBundleSignature</key> |
35 | <string>????</string> | |
36 | <key>CFBundleVersion</key> | |
d8f41ccd A |
37 | <string>${CURRENT_PROJECT_VERSION}</string> |
38 | <key>LSRequiresIPhoneOS</key> | |
39 | <true/> | |
fa7225c8 A |
40 | <key>UIRequiresFullScreen</key> |
41 | <true/> | |
d8f41ccd A |
42 | <key>UIMainStoryboardFile</key> |
43 | <string>MainStoryboard_iPhone</string> | |
44 | <key>UIMainStoryboardFile~ipad</key> | |
45 | <string>MainStoryboard_iPhone</string> | |
d8f41ccd A |
46 | <key>UIStatusBarTintParameters</key> |
47 | <dict> | |
48 | <key>UINavigationBar</key> | |
49 | <dict> | |
50 | <key>Style</key> | |
51 | <string>UIBarStyleDefault</string> | |
52 | <key>Translucent</key> | |
53 | <false/> | |
54 | </dict> | |
55 | </dict> | |
56 | <key>UISupportedInterfaceOrientations</key> | |
57 | <array> | |
58 | <string>UIInterfaceOrientationPortrait</string> | |
59 | <string>UIInterfaceOrientationLandscapeLeft</string> | |
60 | <string>UIInterfaceOrientationLandscapeRight</string> | |
61 | </array> | |
62 | <key>UISupportedInterfaceOrientations~ipad</key> | |
63 | <array> | |
64 | <string>UIInterfaceOrientationPortrait</string> | |
65 | <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
66 | <string>UIInterfaceOrientationLandscapeLeft</string> | |
67 | <string>UIInterfaceOrientationLandscapeRight</string> | |
68 | </array> | |
427c49bc A |
69 | </dict> |
70 | </plist> |