Skip to content
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

v1.5.0 #66

Merged
merged 1 commit into from
Jul 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ioslib supports Xcode 6 and newer.
## Prerequisites

This library current depends on [node-ios-device](https://github.com/appcelerator/node-ios-device)
and thus is currently compatible with Node.js version 0.8.0 through 0.12.0, io.js 1.0 through 3.3,
and Node.js 4.0.
which supports Node.js 0.10 and Node 4.x through 8.x.

## Installation

Expand Down Expand Up @@ -250,5 +249,6 @@ The original source and design for this project was developed by

## Legal

Copyright (c) 2014 by [Appcelerator, Inc](http://www.appcelerator.com). All Rights Reserved.
This project is licensed under the Apache Public License, version 2. Please see details in the LICENSE file.
Copyright (c) 2014-2017 by [Appcelerator, Inc](http://www.appcelerator.com). All
Rights Reserved. This project is licensed under the Apache Public License,
version 2. Please see details in the LICENSE file.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioslib",
"version": "1.4.9",
"version": "1.5.0",
"description": "iOS Utility Library",
"keywords": [
"appcelerator",
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"dependencies": {
"always-tail": "0.2.0",
"async": "2.4.1",
"async": "2.5.0",
"bplist-parser": "0.1.1",
"debug": "^2.6.8",
"mkdirp": "0.5.1",
"node-appc": "0.2.43",
"node-ios-device": "1.3.3"
"node-ios-device": "1.4.0"
},
"devDependencies": {
"mocha": "^3.4.2",
Expand Down