iOS: Allow all orientations

This commit is contained in:
Jonathan Schleifer 2017-10-21 22:07:42 +02:00
parent d414924126
commit 60b483c499
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3

View file

@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
@ -33,6 +33,7 @@
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
</dict>
</plist>