-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for xcode7 #33
Conversation
cce926c
to
0131f6f
Compare
var future = new Future<any>(); | ||
|
||
child_process.exec(command, (error: Error, stdout: NodeBuffer, stderr: NodeBuffer) => { | ||
//console.log(util.format("Executing: %s", command)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this code needed? Can we remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes 😸 We can remove it
235af9f
to
a255abd
Compare
import util = require("util"); | ||
import utils = require("./utils"); | ||
|
||
var $ = require("NodObjC"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should use nodobjc
instead of NodObjC
f714b5a
to
3405206
Compare
👍 but please update the version so we can publish in npmjs.org |
run ci |
Update required node version rules Update version
9e3d984
to
0249e57
Compare
Remove unneeded code Don't handle watch devices and sdks Polish sdk list
👍 |
Implements NativeScript/nativescript-cli#952