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 1
1
import * as path from "path" ;
2
2
import * as temp from "temp" ;
3
- import { PROJECT_FRAMEWORK_FOLDER_NAME , NativePlatformStatus } from "../../constants" ;
3
+ import { PROJECT_FRAMEWORK_FOLDER_NAME } from "../../constants" ;
4
4
import { performanceLog } from "../../common/decorators" ;
5
5
6
6
export class AddPlatformService implements IAddPlatformService {
7
7
constructor (
8
8
private $fs : IFileSystem ,
9
9
private $pacoteService : IPacoteService ,
10
- private $projectChangesService : IProjectChangesService ,
11
10
private $projectDataService : IProjectDataService ,
12
11
private $terminalSpinnerService : ITerminalSpinnerService
13
12
) { }
@@ -61,7 +60,6 @@ export class AddPlatformService implements IAddPlatformService {
61
60
platformData . platformProjectService . ensureConfigurationFileInAppResources ( projectData ) ;
62
61
await platformData . platformProjectService . interpolateData ( projectData ) ;
63
62
platformData . platformProjectService . afterCreateProject ( platformData . projectRoot , projectData ) ;
64
- await this . $projectChangesService . setNativePlatformStatus ( platformData , projectData , { nativePlatformStatus : NativePlatformStatus . requiresPrepare } ) ;
65
63
}
66
64
}
67
65
$injector . register ( "addPlatformService" , AddPlatformService ) ;
You can’t perform that action at this time.
0 commit comments