skurgansky-sugarcrm opened a new issue #1118:
URL: https://github.com/apache/cordova-ios/issues/1118


   I have an issue with 6.2.0 version. prepare.js checks if 
PRODUCT_BUNDLE_IDENTIFIER and widget id in config.xml are different. If they 
are prepare.js will set PRODUCT_BUNDLE_IDENTIFIER from config.xml in project 
file.
   I have PRODUCT_BUNDLE_IDENTIFIER=${APPLICATION_BUNDLE_ID} in project file 
for purpose and i can't delete it. **APPLICATION_BUNDLE_ID** is set via some 
xcconfig files for prod and dev builds. I also have 
`<key>CFBundleIdentifier</key<string>${APPLICATION_BUNDLE_ID}</string>` in 
plist but it is overridden via project file after prepare.js replaces 
`PRODUCT_BUNDLE_IDENTIFIER=${APPLICATION_BUNDLE_ID}` with 
`PRODUCT_BUNDLE_IDENTIFIER=com.acme.crm` .... Can i bypass it with some 
configuration settings?


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to