From d9a7a8a4d4a23fb65e6319e0e8a435046cc39fea Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 28 Feb 2015 13:16:36 -0500 Subject: Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestrict. Not tested yet. --- darwin-bootstrap/safety-dance/Info.plist | 88 ++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 darwin-bootstrap/safety-dance/Info.plist (limited to 'darwin-bootstrap/safety-dance/Info.plist') diff --git a/darwin-bootstrap/safety-dance/Info.plist b/darwin-bootstrap/safety-dance/Info.plist new file mode 100644 index 0000000..f2fa520 --- /dev/null +++ b/darwin-bootstrap/safety-dance/Info.plist @@ -0,0 +1,88 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + SafetyDance + CFBundleIdentifier + com.ex.SafetyDance + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SafetyDance + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchImages + + + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageName + Default + UILaunchImageOrientation + Portrait + UILaunchImageSize + {320, 480} + + + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageName + Default + UILaunchImageOrientation + Portrait + UILaunchImageSize + {320, 568} + + + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageName + Default + UILaunchImageOrientation + Portrait + UILaunchImageSize + {375, 667} + + + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageName + Default + UILaunchImageOrientation + Portrait + UILaunchImageSize + {414, 736} + + + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageName + Default + UILaunchImageOrientation + Portrait + UILaunchImageSize + {768, 1024} + + + UIStatusBarStyle + UIStatusBarStyleLightContent + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + -- cgit v1.2.3