Skip to content

Commit ae9c2e9

Browse files
committed
fix: fix the missing icons in newly created apps on iOS devices
1 parent 27fae6f commit ae9c2e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/platform/add-platform-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export class AddPlatformService implements IAddPlatformService {
6161
platformData.platformProjectService.ensureConfigurationFileInAppResources(projectData);
6262
await platformData.platformProjectService.interpolateData(projectData);
6363
platformData.platformProjectService.afterCreateProject(platformData.projectRoot, projectData);
64-
await this.$projectChangesService.setNativePlatformStatus(platformData, projectData, { nativePlatformStatus: NativePlatformStatus.requiresPrepare });
6564
}
6665
}
6766
$injector.register("addPlatformService", AddPlatformService);

0 commit comments

Comments
 (0)