From 90b593da9bf2facf7a7ea92fdefdae71ced64a1b Mon Sep 17 00:00:00 2001 From: "Kristian D. Dimitrov" Date: Mon, 25 Mar 2019 13:12:22 +0200 Subject: [PATCH] fix: update ns-dev-xcode to fix extension framework removal --- npm-shrinkwrap.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 12da76ac96..ae508103b4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5551,8 +5551,9 @@ } }, "nativescript-dev-xcode": { - "version": "https://github.com/NativeScript/nativescript-dev-xcode/archive/d62fa9e2bcbc7733fb41f360ee3df30d575c85bd.tar.gz", - "integrity": "sha512-NEBdB5kj1YGE+WzzuBBhWjwqsyUFvZEy4OVSAkzQ/ZWSJIrSmJkmuz9LV+AwVtUP2xX8jMFuXjuhgqeGSg1eIQ==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/nativescript-dev-xcode/-/nativescript-dev-xcode-0.1.0.tgz", + "integrity": "sha512-auQd2/qVdOwD/8v+rHKLflYE8jpT4o1wMwtEFkFGp7sewLkBQz7y9pH79oNM7ztyw0gnL/cFAhLT/ViGLWdw6w==", "requires": { "simple-plist": "^1.0.0", "uuid": "^3.3.2" diff --git a/package.json b/package.json index adae762c95..aa0f51a830 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "minimatch": "3.0.2", "mkdirp": "0.5.1", "mute-stream": "0.0.5", - "nativescript-dev-xcode": "https://github.com/NativeScript/nativescript-dev-xcode/archive/d62fa9e2bcbc7733fb41f360ee3df30d575c85bd.tar.gz", + "nativescript-dev-xcode": "0.1.0", "nativescript-doctor": "1.8.1", "nativescript-preview-sdk": "0.3.3", "open": "0.0.5",