summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-10 20:35:14 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-10 20:35:14 -0600
commite0392872bb83b0570a3e295d3b8c1953704199f5 (patch)
tree5bdec58d2927623ba1301d3c11c424b75c02bf01 /StoneIsland/platforms/ios/Stone Island
parentb10c59b70991ad32fc1c978310fd3d5e32a7e5ff (diff)
android semi working state
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island')
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist14
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island/config.xml1
2 files changed, 15 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
index d5fe1394..922e8c25 100755
--- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
+++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
@@ -191,5 +191,19 @@
</array>
<key>UIRequiresFullScreen</key>
<true/>
+ <key>UIInterfaceOrientation</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ </array>
</dict>
</plist> \ No newline at end of file
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml
index e75369da..1114ca1f 100755
--- a/StoneIsland/platforms/ios/Stone Island/config.xml
+++ b/StoneIsland/platforms/ios/Stone Island/config.xml
@@ -70,6 +70,7 @@
<preference name="SuppressesIncrementalRendering" value="true" />
<preference name="DisallowOverscroll" value="true" />
<preference name="HideKeyboardFormAccessoryBar" value="true" />
+ <preference name="orientation" value="portrait" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarStyle" value="lightcontent" />