summaryrefslogtreecommitdiffstats
path: root/PicCast-Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'PicCast-Info.plist')
-rw-r--r--PicCast-Info.plist21
1 files changed, 21 insertions, 0 deletions
diff --git a/PicCast-Info.plist b/PicCast-Info.plist
index 621b903..13e531c 100644
--- a/PicCast-Info.plist
+++ b/PicCast-Info.plist
@@ -26,5 +26,26 @@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
+ <key>UIRequiresPersistentWiFi</key>
+ <true/>
+ <key>UIStatusBarHidden</key>
+ <true/>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ </array>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>com.piccast.piccastapp</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>piccast</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>