Skip to content

Commit e6c2821

Browse files
author
Dimitar Kerezov
committed
Move notification service to common
1 parent 4bb0330 commit e6c2821

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

lib/declarations.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,11 +485,6 @@ interface IiOSNotification {
485485
getAttachAvailable(projectId: string): string;
486486
}
487487

488-
interface IiOSNotificationService {
489-
awaitNotification(deviceIdentifier: string, socket: number, timeout: number): Promise<string>;
490-
postNotification(deviceIdentifier: string, notification: string, commandType?: string): Promise<number>;
491-
}
492-
493488
interface IiOSSocketRequestExecutor {
494489
executeLaunchRequest(deviceIdentifier: string, timeout: number, readyForAttachTimeout: number, projectId: string, shouldBreak?: boolean): Promise<void>;
495490
executeAttachRequest(device: Mobile.IiOSDevice, timeout: number, projectId: string): Promise<void>;

lib/services/ios-notification-service.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)