We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fae6f commit ae9c2e9Copy full SHA for ae9c2e9
lib/services/platform/add-platform-service.ts
@@ -61,7 +61,6 @@ export class AddPlatformService implements IAddPlatformService {
61
platformData.platformProjectService.ensureConfigurationFileInAppResources(projectData);
62
await platformData.platformProjectService.interpolateData(projectData);
63
platformData.platformProjectService.afterCreateProject(platformData.projectRoot, projectData);
64
- await this.$projectChangesService.setNativePlatformStatus(platformData, projectData, { nativePlatformStatus: NativePlatformStatus.requiresPrepare });
65
}
66
67
$injector.register("addPlatformService", AddPlatformService);
0 commit comments