Skip to content

Commit 6392c75

Browse files
committed
fix(visionos): use App_Resources/visionOS to merge Info.plist
1 parent f445267 commit 6392c75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/services/ios-project-service.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,9 +787,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
787787
const projectDir = projectData.projectDir;
788788
const infoPlistPath = path.join(
789789
projectData.appResourcesDirectoryPath,
790-
// TODO Igor: vision will not merge Info.plist properly without this
791-
this.$devicePlatformsConstants.iOS,
792-
// this.getPlatformData(projectData).normalizedPlatformName,
790+
this.getPlatformData(projectData).normalizedPlatformName,
793791
this.getPlatformData(projectData).configurationFileName
794792
);
795793
this.ensureConfigurationFileInAppResources();

0 commit comments

Comments
 (0)