From d4cbb2fedb0450118035c5c7ee15fcc7147ce532 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 31 Jan 2019 14:27:27 +0200 Subject: [PATCH] fix: prompt to install Xcode Command Line Tools when listing devices `tns devices --availableDevices` prompts to install Xcode Command Line Tools (with popup), when command line tools (Xcode) are not installed on the machine. Update the `ios-sim-portable` package, where the issue is resolved. --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ce0273a34c..d339813092 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3578,9 +3578,9 @@ } }, "ios-sim-portable": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.0.8.tgz", - "integrity": "sha512-/yk204on3c1qFux7h3u3rS6z051yB6OzVTLoGry210JizaqKYmkPJr6KKfLSeZIyZxF4GsBZI2KMzlFbavjUhA==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.0.9.tgz", + "integrity": "sha512-hnHhQY5IrqE6XikmgG6JrL7/gYViifEZCGylvUstAfm56v0vXSwGDmtlg7vWcVCNgs46AB8WUgGT+WZ8tDcMzA==", "requires": { "bplist-parser": "https://github.com/telerik/node-bplist-parser/tarball/master", "colors": "0.6.2", diff --git a/package.json b/package.json index 4a0078f6a4..6deae80682 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "inquirer": "6.2.0", "ios-device-lib": "0.5.1", "ios-mobileprovision-finder": "1.0.10", - "ios-sim-portable": "4.0.8", + "ios-sim-portable": "4.0.9", "istextorbinary": "2.2.1", "jimp": "0.2.28", "lockfile": "1.0.3",