[TIMOB-18929] node-ios-device: update to work with Node.js 0.12 and io.js
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-05T23:32:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | iOS, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2015-05-20T07:28:55.000+0000 |
Updated | 2017-03-16T22:07:26.000+0000 |
Description
node-ios-device needs to be compiled with the latest Node.js 0.10, 0.12 and io.js 1.x and 2.x.
Restructure the project so that we no longer ship binaries by default. Instead, when you npm install node-ios-device, it will run node-gyp for the installed Node/io.js version.
If you run
make
, it will compile node-ios-device for all known/supported module API versions.
PR: https://github.com/appcelerator/node-ios-device/pull/4 This PR also fixes https://github.com/appcelerator/node-ios-device/issues/3.
Closing ticket as fixed.