summaryrefslogtreecommitdiffstats
path: root/PicCast-Info.plist
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-29 16:35:15 -0400
committermatt handler <matt.handler@gmail.com>2011-04-29 16:35:15 -0400
commit869398ebfb18702b9de42f723ff8072b116eb04f (patch)
tree84a8bbff635bcd4d5c0f6edc42dc535134e02ab4 /PicCast-Info.plist
parente788dbb246a2c9673d595420beca061123526d50 (diff)
downloadpiccast-app-869398ebfb18702b9de42f723ff8072b116eb04f.tar.gz
piccast-app-869398ebfb18702b9de42f723ff8072b116eb04f.zip
changing subscribedSources -> sources, adding instant level today/tomorrow/yesterday for section headers, setting status bar to black and showing once app loads, handling url just an nslog right now, updated image, added piccast:// protocol, setting up faves in the db, adding search and browse views
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>