@@ -86,7 +86,7 @@ export class AndroidNativeScriptCompanionAppIdentifier extends AppBuilderCompani
86
86
$deployHelper : IDeployHelper ,
87
87
$devicePlatformsConstants : Mobile . IDevicePlatformsConstants ,
88
88
private $companionAppsService : ICompanionAppsService ) {
89
- super ( $companionAppsService . getCompanionAppIdentifier ( TARGET_FRAMEWORK_IDENTIFIERS . Cordova , platform ) , device , platform , $deployHelper , $devicePlatformsConstants ) ;
89
+ super ( $companionAppsService . getCompanionAppIdentifier ( TARGET_FRAMEWORK_IDENTIFIERS . NativeScript , platform ) , device , platform , $deployHelper , $devicePlatformsConstants ) ;
90
90
}
91
91
92
92
public get deviceProjectRootPath ( ) : string {
@@ -186,7 +186,7 @@ export class IOSNativeScriptCompanionAppIdentifier extends AppBuilderCompanionDe
186
186
$deployHelper : IDeployHelper ,
187
187
$devicePlatformsConstants : Mobile . IDevicePlatformsConstants ,
188
188
private $companionAppsService : ICompanionAppsService ) {
189
- super ( $companionAppsService . getCompanionAppIdentifier ( TARGET_FRAMEWORK_IDENTIFIERS . Cordova , platform ) , device , platform , $deployHelper , $devicePlatformsConstants ) ;
189
+ super ( $companionAppsService . getCompanionAppIdentifier ( TARGET_FRAMEWORK_IDENTIFIERS . NativeScript , platform ) , device , platform , $deployHelper , $devicePlatformsConstants ) ;
190
190
}
191
191
192
192
public get deviceProjectRootPath ( ) : string {
0 commit comments