diff options
author | comex | 2015-07-13 14:53:09 -0400 |
---|---|---|
committer | comex | 2015-07-13 14:53:09 -0400 |
commit | 0f7e0eb62315472d47de3118d1425fcfb91823ad (patch) | |
tree | 5112ca1350954274cab360ea44ba4b6d05a66749 /darwin-bootstrap/safety-dance/Info.plist | |
parent | don't be n^2 for removal, lol. i should probably switch to rust's robin hood... (diff) | |
download | substitute-0f7e0eb62315472d47de3118d1425fcfb91823ad.tar.gz |
sort of works, but marking it as setup is causing problems - probably better not to, actually
Diffstat (limited to 'darwin-bootstrap/safety-dance/Info.plist')
-rw-r--r-- | darwin-bootstrap/safety-dance/Info.plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/darwin-bootstrap/safety-dance/Info.plist b/darwin-bootstrap/safety-dance/Info.plist index 59579b3..2647c36 100644 --- a/darwin-bootstrap/safety-dance/Info.plist +++ b/darwin-bootstrap/safety-dance/Info.plist @@ -86,5 +86,20 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> + <key>SBAppTags</key> + <array> + <string>hidden</string> + </array> + <key>UIBackgroundModes</key> + <array> + <string>continuous</string> + <string>unboundedTaskCompletion</string> + </array> + <key>_UILaunchAlwaysFullScreen</key> + <true/> + <key>SBIsLaunchableDuringSetup</key> + <true/> + <key>BKRequiresExtendedLaunchInterval</key> + <true/> </dict> </plist> |