summary refs log tree commit diff stats
path: root/Resources/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/Info.plist')
-rwxr-xr-xResources/Info.plist8
1 files changed, 6 insertions, 2 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 4a70f3c..7a4d9c5 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist
@@ -26,12 +26,14 @@
26 <string>${PRODUCT_NAME}</string> 26 <string>${PRODUCT_NAME}</string>
27 <key>CFBundlePackageType</key> 27 <key>CFBundlePackageType</key>
28 <string>APPL</string> 28 <string>APPL</string>
29 <key>CFBundleShortVersionString</key>
30 <string>0.4.9</string>
29 <key>CFBundleSignature</key> 31 <key>CFBundleSignature</key>
30 <string>????</string> 32 <string>????</string>
31 <key>CFBundleURLTypes</key> 33 <key>CFBundleURLTypes</key>
32 <array/> 34 <array/>
33 <key>CFBundleVersion</key> 35 <key>CFBundleVersion</key>
34 <string>BUILD_NUMBER</string> 36 <string>61</string>
35 <key>LSRequiresIPhoneOS</key> 37 <key>LSRequiresIPhoneOS</key>
36 <true/> 38 <true/>
37 <key>UIPrerenderedIcon</key> 39 <key>UIPrerenderedIcon</key>
@@ -46,7 +48,9 @@
46 <key>UIStatusBarHidden</key> 48 <key>UIStatusBarHidden</key>
47 <true/> 49 <true/>
48 <key>UISupportedInterfaceOrientations</key> 50 <key>UISupportedInterfaceOrientations</key>
49 <array/> 51 <array>
52 <string>UIInterfaceOrientationLandscapeLeft</string>
53 </array>
50 <key>UTExportedTypeDeclarations</key> 54 <key>UTExportedTypeDeclarations</key>
51 <array/> 55 <array/>
52 <key>UTImportedTypeDeclarations</key> 56 <key>UTImportedTypeDeclarations</key>