Skip to content

Commit c1d898a

Browse files
FatmeFatme
authored andcommitted
Merge pull request #20 from telerik/fatme/fix-broken-device-option
Fix broken device option
2 parents 5f7e33c + c950f3d commit c1d898a

12 files changed

+6500
-3231
lines changed

lib/declarations.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ interface ICommandExecutor {
1717

1818
interface IDevice {
1919
device: any; // NodObjC wrapper to device
20-
deviceTypeIdentifier: string;
20+
deviceIdentifier: string;
21+
fullDeviceIdentifier: string;
2122
runtimeVersion: string;
2223
}
2324

@@ -27,6 +28,7 @@ interface IDictionary<T> {
2728

2829
interface ISimulator {
2930
validDeviceIdentifiers: string[];
31+
deviceIdentifiersInfo: string[];
3032
setSimulatedDevice(config: any): void;
3133
}
3234

0 commit comments

Comments
 (0)