dpa99c / cordova-custom-config

Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml
317 stars 85 forks source link

cordova-ios renamed Images.xcassets as Assets.xcassets meaning that asset_catalog needs to be updated #179

Open mreis1 opened 11 months ago

mreis1 commented 11 months ago

cordova-IOS@7 introduces some breaking changes:

The one i'm reporting here is stated at https://cordova.apache.org/announcements/2023/07/10/cordova-ios-7.0.0.html as follow:

...
Rename Images.xcassets to Assets.xcassets
...

And impacts this line of code: As stated here:

So based on cordova-ios version we need to change the default asset_catalog name:

CORDOVA_IOS < 7.X.X : Images.xcassets else Assets.xcassets