@ebowwa/ios-devices 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,162 @@
1
+ /**
2
+ * LibIMobileDevice - Wrapper for idevice* tools
3
+ * Cross-platform iOS device communication (works with iOS 4+)
4
+ */
5
+ import { type CommandResult, type LogFilter, type DiagnosticsType } from './types.js';
6
+ export interface LibIMobileDeviceOptions {
7
+ udid?: string;
8
+ timeout?: number;
9
+ }
10
+ export declare class LibIMobileDevice {
11
+ private options;
12
+ constructor(options?: LibIMobileDeviceOptions);
13
+ private buildArgs;
14
+ /**
15
+ * List connected devices
16
+ */
17
+ listDevices(): Promise<CommandResult>;
18
+ /**
19
+ * Get device info
20
+ */
21
+ getDeviceInfo(): Promise<CommandResult>;
22
+ /**
23
+ * Get device name
24
+ */
25
+ getDeviceName(): Promise<CommandResult>;
26
+ /**
27
+ * Set device name
28
+ */
29
+ setDeviceName(name: string): Promise<CommandResult>;
30
+ /**
31
+ * Get device date/time
32
+ */
33
+ getDeviceDate(): Promise<CommandResult>;
34
+ /**
35
+ * Stream syslog (returns immediately, use for real-time monitoring)
36
+ */
37
+ streamSyslog(filter?: LogFilter): Promise<CommandResult>;
38
+ /**
39
+ * Get syslog archive
40
+ */
41
+ getSyslogArchive(outputPath: string, options?: {
42
+ startTime?: number;
43
+ ageLimit?: string;
44
+ sizeLimit?: string;
45
+ }): Promise<CommandResult>;
46
+ /**
47
+ * Get process list from syslog
48
+ */
49
+ getProcessList(): Promise<CommandResult>;
50
+ /**
51
+ * Take screenshot
52
+ */
53
+ takeScreenshot(outputPath?: string): Promise<CommandResult>;
54
+ /**
55
+ * Set simulated location
56
+ */
57
+ setLocation(latitude: number, longitude: number): Promise<CommandResult>;
58
+ /**
59
+ * Reset location (stop simulation)
60
+ */
61
+ resetLocation(): Promise<CommandResult>;
62
+ /**
63
+ * Get diagnostics info
64
+ */
65
+ getDiagnostics(type?: DiagnosticsType): Promise<CommandResult>;
66
+ /**
67
+ * Get IO Registry
68
+ */
69
+ getIORegistry(plane?: 'IODeviceTree' | 'IOPower' | 'IOService'): Promise<CommandResult>;
70
+ /**
71
+ * Get IO Registry entry
72
+ */
73
+ getIORegistryEntry(key: string): Promise<CommandResult>;
74
+ /**
75
+ * Get MobileGestalt values
76
+ */
77
+ getMobileGestalt(...keys: string[]): Promise<CommandResult>;
78
+ /**
79
+ * Shutdown device
80
+ */
81
+ shutdown(): Promise<CommandResult>;
82
+ /**
83
+ * Restart device
84
+ */
85
+ restart(): Promise<CommandResult>;
86
+ /**
87
+ * Sleep device
88
+ */
89
+ sleep(): Promise<CommandResult>;
90
+ /**
91
+ * Pair with device
92
+ */
93
+ pair(): Promise<CommandResult>;
94
+ /**
95
+ * Validate pairing
96
+ */
97
+ validatePair(): Promise<CommandResult>;
98
+ /**
99
+ * Create backup
100
+ */
101
+ createBackup(directory: string, encrypt?: boolean, password?: string): Promise<CommandResult>;
102
+ /**
103
+ * Restore backup
104
+ */
105
+ restoreBackup(directory: string, password?: string): Promise<CommandResult>;
106
+ /**
107
+ * Get backup info
108
+ */
109
+ getBackupInfo(directory: string): Promise<CommandResult>;
110
+ /**
111
+ * List backups
112
+ */
113
+ listBackups(): Promise<CommandResult>;
114
+ /**
115
+ * Unpack backup
116
+ */
117
+ unpackBackup(directory: string): Promise<CommandResult>;
118
+ /**
119
+ * List provisioning profiles
120
+ */
121
+ listProfiles(): Promise<CommandResult>;
122
+ /**
123
+ * Install provisioning profile
124
+ */
125
+ installProfile(profilePath: string): Promise<CommandResult>;
126
+ /**
127
+ * Remove provisioning profile
128
+ */
129
+ removeProfile(uuid: string): Promise<CommandResult>;
130
+ /**
131
+ * Download crash reports
132
+ */
133
+ downloadCrashReports(outputDirectory: string, options?: {
134
+ extract?: boolean;
135
+ keep?: boolean;
136
+ }): Promise<CommandResult>;
137
+ /**
138
+ * List developer mode status
139
+ */
140
+ listDevMode(): Promise<CommandResult>;
141
+ /**
142
+ * Mount developer disk image
143
+ */
144
+ mountImage(imagePath: string, signaturePath?: string): Promise<CommandResult>;
145
+ /**
146
+ * Enter recovery mode
147
+ */
148
+ enterRecovery(): Promise<CommandResult>;
149
+ /**
150
+ * Start Bluetooth packet logging
151
+ */
152
+ startBluetoothLogging(outputPath?: string): Promise<CommandResult>;
153
+ /**
154
+ * Start debug server proxy
155
+ */
156
+ startDebugServerProxy(port?: number): Promise<CommandResult>;
157
+ /**
158
+ * Start AFC shell
159
+ */
160
+ startAFCShell(): Promise<CommandResult>;
161
+ }
162
+ //# sourceMappingURL=lib-imobiledevice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib-imobiledevice.d.ts","sourceRoot":"","sources":["../src/lib-imobiledevice.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,216 @@
1
+ /**
2
+ * SimCtl - Wrapper for xcrun simctl
3
+ * iOS Simulator control
4
+ */
5
+ import { type CommandResult } from './types.js';
6
+ export interface SimCtlOptions {
7
+ timeout?: number;
8
+ }
9
+ export declare class SimCtl {
10
+ private options;
11
+ constructor(options?: SimCtlOptions);
12
+ /**
13
+ * List simulators
14
+ */
15
+ list(options?: {
16
+ devices?: boolean;
17
+ deviceTypes?: boolean;
18
+ runtimes?: boolean;
19
+ pairs?: boolean;
20
+ search?: string;
21
+ available?: boolean;
22
+ }): Promise<CommandResult>;
23
+ /**
24
+ * Create a new simulator
25
+ */
26
+ create(name: string, deviceTypeId: string, runtimeId: string): Promise<CommandResult>;
27
+ /**
28
+ * Clone a simulator
29
+ */
30
+ clone(sourceUdid: string, name: string): Promise<CommandResult>;
31
+ /**
32
+ * Delete simulators
33
+ */
34
+ delete(udids: string | string[]): Promise<CommandResult>;
35
+ /**
36
+ * Delete unavailable simulators
37
+ */
38
+ deleteUnavailable(): Promise<CommandResult>;
39
+ /**
40
+ * Erase simulator
41
+ */
42
+ erase(udid: string): Promise<CommandResult>;
43
+ /**
44
+ * Rename simulator
45
+ */
46
+ rename(udid: string, name: string): Promise<CommandResult>;
47
+ /**
48
+ * Boot simulator
49
+ */
50
+ boot(udid: string): Promise<CommandResult>;
51
+ /**
52
+ * Shutdown simulator
53
+ */
54
+ shutdown(udid: string): Promise<CommandResult>;
55
+ /**
56
+ * Shutdown all simulators
57
+ */
58
+ shutdownAll(): Promise<CommandResult>;
59
+ /**
60
+ * Install app
61
+ */
62
+ install(udid: string, appPath: string): Promise<CommandResult>;
63
+ /**
64
+ * Uninstall app
65
+ */
66
+ uninstall(udid: string, bundleId: string): Promise<CommandResult>;
67
+ /**
68
+ * Get app container path
69
+ */
70
+ getAppContainer(udid: string, bundleId: string, containerType?: string): Promise<CommandResult>;
71
+ /**
72
+ * Install app data
73
+ */
74
+ installAppData(udid: string, xcappdataPath: string): Promise<CommandResult>;
75
+ /**
76
+ * Launch app
77
+ */
78
+ launch(udid: string, bundleId: string, options?: {
79
+ waitForDebugger?: boolean;
80
+ console?: boolean;
81
+ env?: Record<string, string>;
82
+ args?: string[];
83
+ }): Promise<CommandResult>;
84
+ /**
85
+ * Terminate app
86
+ */
87
+ terminate(udid: string, bundleId: string): Promise<CommandResult>;
88
+ /**
89
+ * Spawn process
90
+ */
91
+ spawn(udid: string, executable: string, args?: string[]): Promise<CommandResult>;
92
+ /**
93
+ * Take screenshot
94
+ */
95
+ screenshot(udid: string, outputPath: string, options?: {
96
+ type?: 'png' | 'jpeg' | 'tiff';
97
+ display?: string;
98
+ mask?: string;
99
+ }): Promise<CommandResult>;
100
+ /**
101
+ * Record video
102
+ */
103
+ recordVideo(udid: string, outputPath: string, options?: {
104
+ codec?: 'h264' | 'hevc';
105
+ display?: string;
106
+ mask?: string;
107
+ force?: boolean;
108
+ }): Promise<CommandResult>;
109
+ /**
110
+ * Set location
111
+ */
112
+ setLocation(udid: string, latitude: number, longitude: number): Promise<CommandResult>;
113
+ /**
114
+ * Reset location
115
+ */
116
+ resetLocation(udid: string): Promise<CommandResult>;
117
+ /**
118
+ * Override status bar
119
+ */
120
+ statusBar(udid: string, overrides: {
121
+ time?: string;
122
+ dataNetwork?: string;
123
+ wifiMode?: 'active' | 'searching' | 'failed';
124
+ cellularMode?: 'active' | 'searching' | 'failed';
125
+ operatorName?: string;
126
+ batteryLevel?: number;
127
+ batteryState?: 'charging' | 'charged' | 'discharging';
128
+ }): Promise<CommandResult>;
129
+ /**
130
+ * Clear status bar overrides
131
+ */
132
+ clearStatusBar(udid: string): Promise<CommandResult>;
133
+ /**
134
+ * Open URL
135
+ */
136
+ openURL(udid: string, url: string): Promise<CommandResult>;
137
+ /**
138
+ * Send push notification
139
+ */
140
+ push(udid: string, bundleId: string, jsonPayload: object): Promise<CommandResult>;
141
+ /**
142
+ * Grant privacy permission
143
+ */
144
+ grantPrivacy(udid: string, bundleId: string, service: string): Promise<CommandResult>;
145
+ /**
146
+ * Revoke privacy permission
147
+ */
148
+ revokePrivacy(udid: string, bundleId: string, service: string): Promise<CommandResult>;
149
+ /**
150
+ * Reset privacy permissions
151
+ */
152
+ resetPrivacy(udid: string, bundleId: string, service: string): Promise<CommandResult>;
153
+ /**
154
+ * Copy to pasteboard
155
+ */
156
+ pbcopy(udid: string, data: string): Promise<CommandResult>;
157
+ /**
158
+ * Paste from pasteboard
159
+ */
160
+ pbpaste(udid: string): Promise<CommandResult>;
161
+ /**
162
+ * Add keychain item
163
+ */
164
+ keychainAdd(udid: string, service: string, account: string, password: string, options?: {
165
+ accessGroup?: string;
166
+ accessible?: 'always' | 'unlocked' | 'first-unlock';
167
+ }): Promise<CommandResult>;
168
+ /**
169
+ * Reset keychain
170
+ */
171
+ keychainReset(udid: string): Promise<CommandResult>;
172
+ /**
173
+ * Get environment variable
174
+ */
175
+ getenv(udid: string, variable?: string): Promise<CommandResult>;
176
+ /**
177
+ * Collect diagnostics
178
+ */
179
+ diagnose(outputPath?: string): Promise<CommandResult>;
180
+ /**
181
+ * Trigger iCloud sync
182
+ */
183
+ icloudSync(udid: string): Promise<CommandResult>;
184
+ /**
185
+ * Add media (photos, videos, contacts)
186
+ */
187
+ addMedia(udid: string, mediaPaths: string | string[]): Promise<CommandResult>;
188
+ /**
189
+ * Upgrade simulator runtime
190
+ */
191
+ upgrade(udid: string, runtimeId: string): Promise<CommandResult>;
192
+ /**
193
+ * Create watch/phone pair
194
+ */
195
+ pair(watchUdid: string, phoneUdid: string): Promise<CommandResult>;
196
+ /**
197
+ * Unpair watch/phone
198
+ */
199
+ unpair(watchUdid: string, phoneUdid: string): Promise<CommandResult>;
200
+ /**
201
+ * Activate pair
202
+ */
203
+ pairActivate(watchUdid: string, phoneUdid: string): Promise<CommandResult>;
204
+ /**
205
+ * Get UI options
206
+ */
207
+ getUI(udid: string): Promise<CommandResult>;
208
+ /**
209
+ * Set UI appearance
210
+ */
211
+ setUI(udid: string, options: {
212
+ appearance?: 'light' | 'dark';
213
+ contentSize?: 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large' | 'accessibility-medium' | 'accessibility-large' | 'accessibility-extra-large';
214
+ }): Promise<CommandResult>;
215
+ }
216
+ //# sourceMappingURL=sim-ctl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-ctl.d.ts","sourceRoot":"","sources":["../src/sim-ctl.ts"],"names":[],"mappings":"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"}