File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -880,6 +880,7 @@ interface IAddExtensionsFromPathOptions extends IAddTargetFromPathOptions {
880880
881881interface IAddWatchAppFromPathOptions extends IAddTargetFromPathOptions {
882882 watchAppFolderPath : string ;
883+ disableStubBinary ?: boolean ;
883884}
884885
885886interface IRemoveExtensionsOptions {
@@ -919,7 +920,6 @@ interface IWatchAppJSONConfig {
919920 SPMPackages ?: Array < IOSSPMPackage > ;
920921}
921922
922-
923923interface IRubyFunction {
924924 functionName : string ;
925925 functionParameters ?: string ;
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ export class IOSWatchAppService implements IIOSWatchAppService {
103103 projectData,
104104 platformData,
105105 pbxProjPath,
106+ disableStubBinary = false ,
106107 } : IAddWatchAppFromPathOptions ) : Promise < boolean > {
107108 const targetUuids : string [ ] = [ ] ;
108109 const targetNames : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments