diff options
author | Starla Insigna <starla4444@gmail.com> | 2013-01-02 23:27:26 -0500 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2013-01-02 23:27:26 -0500 |
commit | ba19dd3f2517a95e09dcfe288a781c6f335b5e81 (patch) | |
tree | 681e43be807ed46b75dab6b291a6a6dd3e67b6e5 /Resources | |
parent | 28497668761472e085d0c9955aa8077d11bf353c (diff) | |
parent | f82fdb7134632c1a52902d44c0d555dac0225898 (diff) | |
download | cartcollect-ba19dd3f2517a95e09dcfe288a781c6f335b5e81.tar.gz cartcollect-ba19dd3f2517a95e09dcfe288a781c6f335b5e81.tar.bz2 cartcollect-ba19dd3f2517a95e09dcfe288a781c6f335b5e81.zip |
Pulled in trunk changes because the iOS 6 bug was making it impossible to test
Diffstat (limited to 'Resources')
-rwxr-xr-x | Resources/Info.plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 4a70f3c..de7139a 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist | |||
@@ -46,7 +46,9 @@ | |||
46 | <key>UIStatusBarHidden</key> | 46 | <key>UIStatusBarHidden</key> |
47 | <true/> | 47 | <true/> |
48 | <key>UISupportedInterfaceOrientations</key> | 48 | <key>UISupportedInterfaceOrientations</key> |
49 | <array/> | 49 | <array> |
50 | <string>UIInterfaceOrientationLandscapeRight</string> | ||
51 | </array> | ||
50 | <key>UTExportedTypeDeclarations</key> | 52 | <key>UTExportedTypeDeclarations</key> |
51 | <array/> | 53 | <array/> |
52 | <key>UTImportedTypeDeclarations</key> | 54 | <key>UTImportedTypeDeclarations</key> |