File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { IOSProvisionService } from "./ios-provision-service";
13
13
import { IOSEntitlementsService } from "./ios-entitlements-service" ;
14
14
import { IOSBuildData } from "../data/build-data" ;
15
15
import { IOSPrepareData } from "../data/prepare-data" ;
16
- import { BUILD_XCCONFIG_FILE_NAME , IosProjectConstants } from "../constants" ;
16
+ import { BUILD_XCCONFIG_FILE_NAME , CONFIG_FILE_NAME_DISPLAY , IosProjectConstants } from "../constants" ;
17
17
import { hook } from "../common/helpers" ;
18
18
import {
19
19
IPlatformData ,
@@ -1489,7 +1489,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
1489
1489
infoPlist . CFBundleIdentifier !== mergedPlist . CFBundleIdentifier
1490
1490
) {
1491
1491
this . $logger . warn (
1492
- " [WARNING]: The CFBundleIdentifier key inside the 'Info.plist' will be overriden by the 'id' inside 'package.json'."
1492
+ ` [WARNING]: The CFBundleIdentifier key inside the 'Info.plist' will be overriden by the 'id' set inside the " ${ CONFIG_FILE_NAME_DISPLAY } ".`
1493
1493
) ;
1494
1494
}
1495
1495
}
You can’t perform that action at this time.
0 commit comments