@@ -253,19 +253,15 @@ export class PlatformsDataStub implements IPlatformsData {
253
253
public getPlatformData ( platform : string ) : IPlatformData {
254
254
return {
255
255
frameworkPackageName : "" ,
256
- normalizedPlatformName : "" ,
257
256
platformProjectService : new PlatformProjectServiceStub ( ) ,
258
257
emulatorServices : undefined ,
259
258
projectRoot : "" ,
259
+ normalizedPlatformName : "" ,
260
+ appDestinationDirectoryPath : "" ,
260
261
deviceBuildOutputPath : "" ,
261
262
validPackageNamesForDevice : [ ] ,
262
263
frameworkFilesExtensions : [ ] ,
263
- frameworkVersion : "" ,
264
- appDestinationDirectoryPath : "" ,
265
264
relativeToFrameworkConfigurationFilePath : "" ,
266
- preparePluginNativeCode : ( ) => Future . fromResult ( ) ,
267
- removePluginNativeCode : ( ) => Future . fromResult ( ) ,
268
- afterPrepareAllPlugins : ( ) => Future . fromResult ( )
269
265
} ;
270
266
}
271
267
@@ -285,7 +281,6 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
285
281
deviceBuildOutputPath : "" ,
286
282
validPackageNamesForDevice : [ ] ,
287
283
frameworkFilesExtensions : [ ] ,
288
- frameworkVersion : "" ,
289
284
appDestinationDirectoryPath : "" ,
290
285
relativeToFrameworkConfigurationFilePath : ""
291
286
} ;
0 commit comments