We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f445267 commit 6392c75Copy full SHA for 6392c75
lib/services/ios-project-service.ts
@@ -787,9 +787,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
787
const projectDir = projectData.projectDir;
788
const infoPlistPath = path.join(
789
projectData.appResourcesDirectoryPath,
790
- // TODO Igor: vision will not merge Info.plist properly without this
791
- this.$devicePlatformsConstants.iOS,
792
- // this.getPlatformData(projectData).normalizedPlatformName,
+ this.getPlatformData(projectData).normalizedPlatformName,
793
this.getPlatformData(projectData).configurationFileName
794
);
795
this.ensureConfigurationFileInAppResources();
0 commit comments