File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1222,11 +1222,11 @@ We will now place an empty obsolete compatability white screen LauncScreen.xib f
1222
1222
}
1223
1223
1224
1224
private readXCConfigProvisioningProfileSpecifier ( projectData : IProjectData ) : string {
1225
- return this . readXCConfig ( "PROVISIONING_PROFILE_SPECIFIER" , projectData ) ;
1225
+ return this . xCConfigService . readPropertyValue ( this . getBuildXCConfigFilePath ( projectData ) , "PROVISIONING_PROFILE_SPECIFIER" ) ;
1226
1226
}
1227
1227
1228
1228
private readXCConfigProvisioningProfileSpecifierForIPhoneOs ( projectData : IProjectData ) : string {
1229
- return this . readXCConfig ( "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" , projectData ) ;
1229
+ return this . xCConfigService . readPropertyValue ( this . getBuildXCConfigFilePath ( projectData ) , "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" ) ;
1230
1230
}
1231
1231
1232
1232
private async getDevelopmentTeam ( projectData : IProjectData , teamId ?: string ) : Promise < string > {
You can’t perform that action at this time.
0 commit comments