Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Master, 4.3.0
-
None
Description
Launch storyboard images were not updated or cleaned in
updateLaunchStoryboardImages() or cleanLaunchStoryboardImages()
because the check for Images.xcassets in
getLaunchStoryboardImagesDir() failed.
The reason was that the platformProjDir and projectRoot were
joined, while both were relative to the root directory. So the
resulting directory was non-sensical. This changes makes
platformProjDir relative to cordovaProject.root, which matches the
same check in updateSplashScreens() and updateIcons().
Attachments
Issue Links
- relates to
-
CB-9762 App icon and Launch image for iPad Pro
- Closed
- links to