File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11import * as path from "path" ;
22import * as temp from "temp" ;
3- import { PROJECT_FRAMEWORK_FOLDER_NAME , NativePlatformStatus } from "../../constants" ;
3+ import { PROJECT_FRAMEWORK_FOLDER_NAME } from "../../constants" ;
44import { performanceLog } from "../../common/decorators" ;
55
66export class AddPlatformService implements IAddPlatformService {
77 constructor (
88 private $fs : IFileSystem ,
99 private $pacoteService : IPacoteService ,
10- private $projectChangesService : IProjectChangesService ,
1110 private $projectDataService : IProjectDataService ,
1211 private $terminalSpinnerService : ITerminalSpinnerService
1312 ) { }
@@ -61,7 +60,6 @@ export class AddPlatformService implements IAddPlatformService {
6160 platformData . platformProjectService . ensureConfigurationFileInAppResources ( projectData ) ;
6261 await platformData . platformProjectService . interpolateData ( projectData ) ;
6362 platformData . platformProjectService . afterCreateProject ( platformData . projectRoot , projectData ) ;
64- await this . $projectChangesService . setNativePlatformStatus ( platformData , projectData , { nativePlatformStatus : NativePlatformStatus . requiresPrepare } ) ;
6563 }
6664}
6765$injector . register ( "addPlatformService" , AddPlatformService ) ;
You can’t perform that action at this time.
0 commit comments