lukas2 edited a comment on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-667083315
Unfortunately, setting the `deployment-target` preference does not work in my setup. As mentioned above, what does work is a hacky editing of the storyboard file. Basically i do this: ``` sed -i'.bak' 's/<deployment identifier=\"iOS\"\/>/<deployment version=\"4352\" identifier=\"iOS\"\/>/g' "path/to/my/CDVLaunchScreen.storyboard" ``` Perhaps the storyboard should be "parameterise-able" like this? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
