Update the default Info.plist values to not include storyboards (#1289)

This commit is contained in:
Pedro Piñera Buendía 2020-04-29 18:40:56 +02:00 committed by GitHub
parent 58d7be1d2f
commit a2c175c988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -123,8 +123,6 @@ final class InfoPlistContentProvider: InfoPlistContentProviding {
func iosApp() -> [String: Any] { func iosApp() -> [String: Any] {
[ [
"LSRequiresIPhoneOS": true, "LSRequiresIPhoneOS": true,
"UILaunchStoryboardName": "LaunchScreen",
"UIMainStoryboardFile": "Main",
"UIRequiredDeviceCapabilities": [ "UIRequiredDeviceCapabilities": [
"armv7", "armv7",
], ],

View File

@ -33,10 +33,8 @@ final class InfoPlistContentProviderTests: XCTestCase {
"UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeRight",
], ],
"CFBundleShortVersionString": "1.0", "CFBundleShortVersionString": "1.0",
"UIMainStoryboardFile": "Main",
"LSRequiresIPhoneOS": true, "LSRequiresIPhoneOS": true,
"CFBundleDevelopmentRegion": "$(DEVELOPMENT_LANGUAGE)", "CFBundleDevelopmentRegion": "$(DEVELOPMENT_LANGUAGE)",
"UILaunchStoryboardName": "LaunchScreen",
"CFBundlePackageType": "APPL", "CFBundlePackageType": "APPL",
"UISupportedInterfaceOrientations~ipad": [ "UISupportedInterfaceOrientations~ipad": [
"UIInterfaceOrientationPortrait", "UIInterfaceOrientationPortrait",