Last active
October 8, 2015 10:27
-
-
Save michaelcontento/3318396 to your computer and use it in GitHub Desktop.
Monkey: Hide the statusbar since the first second
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git targets/ios/MonkeyGame-Info.plist targets/ios/MonkeyGame-Info.plist | |
index e24e750..675f1e0 100755 | |
--- targets/ios/MonkeyGame-Info.plist | |
+++ targets/ios/MonkeyGame-Info.plist | |
@@ -33,5 +33,9 @@ | |
<string>UIInterfaceOrientationLandscapeLeft</string> | |
<string>UIInterfaceOrientationLandscapeRight</string> | |
</array> | |
+ <key>UIStatusBarHidden</key> | |
+ <true/> | |
+ <key>UIStatusBarHidden~ipad</key> | |
+ <true/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment