diff --git a/elpha-ios/Info.plist b/elpha-ios/Info.plist index f71a244..99fbcbf 100644 --- a/elpha-ios/Info.plist +++ b/elpha-ios/Info.plist @@ -2,8 +2,6 @@ - UIViewControllerBasedStatusBarAppearance - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -19,7 +17,18 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1 + CFBundleURLTypes + + + CFBundleURLName + xyz.elpha.elpha-ios + CFBundleURLSchemes + + elpha + + + CFBundleVersion 1 LSRequiresIPhoneOS @@ -48,17 +57,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - CFBundleURLTypes - - - CFBundleURLName - xyz.elpha.elpha-ios - CFBundleURLSchemes - - elpha - - - UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait @@ -66,5 +64,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIViewControllerBasedStatusBarAppearance +