-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated node-ios-device to support Node.js 0.12.7, io.js 2.5, and io.…
…js 3.0. Updated to nan 2.0.
- Loading branch information
Showing
20 changed files
with
371 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
#!/bin/sh | ||
|
||
mkdir -p $2 | ||
cp $1 $2/node_ios_device_v`Release/node_module_version`.node | ||
if [[ $# -lt 2 ]]; then | ||
echo "Usage: dist.sh <built binary> <output dir>" | ||
exit 1 | ||
fi | ||
|
||
mkdir -p $2 && cp $1 $2/node_ios_device_v`Release/node_module_version`.node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "node-ios-device", | ||
"description": "iOS device library", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"author": { | ||
"name": "Appcelerator, Inc.", | ||
"email": "[email protected]" | ||
|
@@ -26,10 +26,10 @@ | |
"mobile" | ||
], | ||
"dependencies": { | ||
"nan": "~1.8.4", | ||
"node-gyp": "^2.0.1" | ||
"nan": "~2.0.4", | ||
"node-gyp": "^2.0.2" | ||
}, | ||
"license": "Apache Public License v2", | ||
"license": "Apache-2.0", | ||
"gypfile": true, | ||
"main": "./ios-device", | ||
"engines": { | ||
|
Oops, something went wrong.
1 comment
on commit e4ea8af
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.
Thanks :-)
do you mean to have console.log here?