You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
privatestaticNOT_INSTALLED_iTUNES_ERROR_MESSAGE="iTunes is not installed. Install it on your system and run this command again.";
10
10
privatestaticBITNESS_MISMATCH_ERROR_MESSAGE="The bitness of Node.js and iTunes must match. Verify that both Node.js and iTunes are 32-bit or 64-bit and try again.";
11
+
privatestaticUNSUPPORTED_OS_ERROR_MESSAGE="iTunes is not available for this operating system. You will not be able to work with connected iOS devices.";
11
12
12
13
constructor(private$fs: IFileSystem){}
13
14
@@ -38,21 +39,23 @@ export class ITunesValidator implements Mobile.IiTunesValidator {
0 commit comments