Browse Source

UIRequiresFullScreen for test host

Marcin Krzyżanowski 7 years ago
parent
commit
3f6b09cb88
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CryptoSwift-TestHostApp/Info.plist

+ 2 - 0
CryptoSwift-TestHostApp/Info.plist

@@ -24,6 +24,8 @@
 	<array>
 		<string>armv7</string>
 	</array>
+	<key>UIRequiresFullScreen</key>
+	<true/>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>