diff options
| author | Starla Insigna <starla4444@gmail.com> | 2012-12-25 18:21:31 -0500 |
|---|---|---|
| committer | Starla Insigna <starla4444@gmail.com> | 2012-12-25 18:21:31 -0500 |
| commit | bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48 (patch) | |
| tree | 06318e6922145a0ce29b7385a2ad81d3d0e74703 /Resources | |
| parent | 08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc (diff) | |
| download | cartcollect-bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48.tar.gz cartcollect-bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48.tar.bz2 cartcollect-bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48.zip | |
Fixed rotation bug with iOS 6 and made highscores landscape v0.4.9
Diffstat (limited to 'Resources')
| -rwxr-xr-x | Resources/Info.plist | 8 |
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> |
