Skip to content

Commit

Permalink
Fixed full screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
superjohan committed Nov 8, 2015
1 parent daf52d1 commit da675f1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Resources/Circlo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<string>English</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
Expand Down Expand Up @@ -39,8 +37,6 @@
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<key>LSRequiresIPhoneOS</key>
Expand All @@ -55,16 +51,16 @@
</array>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UTExportedTypeDeclarations</key>
<array/>
<key>UTImportedTypeDeclarations</key>
<array/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

0 comments on commit da675f1

Please sign in to comment.