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/03/06 10:32:02 UTC

[GitHub] [cordova-ios] malwatte edited a comment on issue #565: ios-CFBundleIdentifier not working in cordova-ios 5.0.0

malwatte edited a comment on issue #565: ios-CFBundleIdentifier not working in cordova-ios 5.0.0
URL: https://github.com/apache/cordova-ios/issues/565#issuecomment-470052292
 
 
   I added few console.logs to `prepare.js` and `create.js`
   
   I think what happens in the new project is this,
   
   1. Xcode project is create with app id = my.cordova.project when a platform is added.
   2. App id updated with the correct value (which is `ios-CFBundleIdentifier`) when the plugin cordova-plugin-whitelist added.
   
   I compared `create.js` of cordova-android and cordova-ios. Here is the difference.
   
   - Android gets the `android-packageName` value from config.xml by calling `config.android_packageName()`
   - iOS does not get the `ios-CFBundleIdentifier` value from config.xml by calling `config.android_packageName()`
   
   Now I'm trying to see why step 2 is not happening in my project as I use many plugins. But I still think there is an issue in cordova-ios create.js
   
   

----------------------------------------------------------------
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:
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