You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/11 16:44:10 UTC

[GitHub] globules-io opened a new issue #519: Config not updated after iOS 5.0.0 installed

globules-io opened a new issue #519: Config not updated after iOS 5.0.0 installed
URL: https://github.com/apache/cordova-ios/issues/519
 
 
   I had platform ios 4.5.4 installed.
   >cordova platform rm ios
   >cordova platform add ios@5.0.0
   fetch shows
   {
     "ios": "5.0.0"
   }
   config.xml still show
   <engine name="ios" spec="~4.5.4" />
   Even changing this to
   <engine name="ios" spec="~5.0.0" />
   will be rewritten to 
   <engine name="ios" spec="~4.5.4" />
   upon build
   
   Cordova version is 7.1 here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org