Skip to content

Commit

Permalink
Only set bundleid to main app target (#820)
Browse files Browse the repository at this point in the history
Closes #538
  • Loading branch information
NiklasMerz authored Apr 14, 2020
1 parent 132f73a commit fca1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/templates/scripts/cordova/lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function handleBuildSettings (platformConfig, locations, infoPlist) {

if (origPkg !== pkg) {
events.emit('verbose', `Set PRODUCT_BUNDLE_IDENTIFIER to ${pkg}.`);
project.xcode.updateBuildProperty('PRODUCT_BUNDLE_IDENTIFIER', pkg);
project.xcode.updateBuildProperty('PRODUCT_BUNDLE_IDENTIFIER', pkg, null, platformConfig.name());
}

if (targetDevice) {
Expand Down

0 comments on commit fca1f3b

Please sign in to comment.