Niels Leenheer created CB-12130:
-----------------------------------

             Summary: Launch storyboard images are not updated or cleaned
                 Key: CB-12130
                 URL: https://issues.apache.org/jira/browse/CB-12130
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: Master, 4.3.0
            Reporter: Niels Leenheer


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().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to