|
1 | 1 | # iOS Utility Library
|
2 | 2 |
|
3 | 3 | > This is a library of utilities for dealing programmatically with iOS applications,
|
4 |
| -used namely for tools like [Hyperloop](https://github.com/appcelerator/hyperloop) |
5 |
| -and [Titanium](https://github.com/appcelerator/titanium). |
| 4 | +used namely for tools like [Hyperloop](https://github.com/tidev/hyperloop) |
| 5 | +and [Titanium SDK](https://github.com/tidev/titanium-sdk). |
6 | 6 |
|
7 | 7 | ioslib supports Xcode 6 and newer.
|
8 | 8 |
|
9 |
| -[](https://travis-ci.org/appcelerator/ioslib) |
10 |
| -[](https://david-dm.org/appcelerator/ioslib) |
11 |
| -[](https://david-dm.org/appcelerator/ioslib#info=devDependencies) |
12 |
| -[](http://badge.fury.io/js/ioslib) |
13 |
| - |
14 |
| -[](https://nodei.co/npm/ioslib/) |
15 |
| - |
16 |
| -## Prerequisites |
17 |
| - |
18 |
| -This library current depends on [node-ios-device](https://github.com/appcelerator/node-ios-device) |
19 |
| -which supports Node.js 0.10 and Node 4.x through 8.x. |
20 |
| - |
21 | 9 | ## Installation
|
22 | 10 |
|
23 | 11 | From NPM:
|
24 | 12 |
|
25 | 13 | npm install ioslib
|
26 | 14 |
|
27 |
| -From GitHub: |
28 |
| - |
29 |
| - npm install git://github.com/appcelerator/ioslib.git |
30 |
| - |
31 | 15 | ## Examples
|
32 | 16 |
|
33 | 17 | ### Detect all the connected iOS devices:
|
@@ -210,45 +194,32 @@ npm run-script test-simulator
|
210 | 194 | npm run-script test-xcode
|
211 | 195 | ```
|
212 | 196 |
|
213 |
| -## Known Issues |
| 197 | +## Contributing |
214 | 198 |
|
215 |
| -Simulator tests fail due to issue with NSLog() calls not properly being logged |
216 |
| -and thus we don't know when tests are done. The result is the tests timeout. |
| 199 | +Interested in contributing? There are several ways you can help contribute to this project. |
217 | 200 |
|
218 |
| -## Reporting Bugs or Submitting Fixes |
| 201 | +### New Features, Improvements, Bug Fixes, & Documentation |
219 | 202 |
|
220 |
| -If you run into problems, and trust us, there are likely plenty of them at this |
221 |
| -point -- please create an [Issue](https://github.com/appcelerator/ioslib/issues) |
222 |
| -or, even better, send us a pull request. |
| 203 | +Source code contributions are always welcome! Before we can accept your pull request, you must sign a Contributor License Agreement (CLA). Please visit https://tidev.io/contribute for more information. |
223 | 204 |
|
224 |
| -## Contributing |
| 205 | +### Donations |
| 206 | + |
| 207 | +Please consider supporting this project by making a charitable [donation](https://tidev.io/donate). The money you donate goes to compensate the skilled engineeers and maintainers that keep this project going. |
| 208 | + |
| 209 | +### Code of Conduct |
| 210 | + |
| 211 | +TiDev wants to provide a safe and welcoming community for everyone to participate. Please see our [Code of Conduct](https://tidev.io/code-of-conduct) that applies to all contributors. |
225 | 212 |
|
226 |
| -ioslib is an open source project. ioslib wouldn't be where it is now without |
227 |
| -contributions by the community. Please consider forking ioslib to improve, |
228 |
| -enhance or fix issues. If you feel like the community will benefit from your |
229 |
| -fork, please open a pull request. |
| 213 | +## Security |
230 | 214 |
|
231 |
| -To protect the interests of the ioslib contributors, Appcelerator, customers |
232 |
| -and end users we require contributors to sign a Contributors License Agreement |
233 |
| -(CLA) before we pull the changes into the main repository. Our CLA is simple and |
234 |
| -straightforward - it requires that the contributions you make to any |
235 |
| -Appcelerator open source project are properly licensed and that you have the |
236 |
| -legal authority to make those changes. This helps us significantly reduce future |
237 |
| -legal risk for everyone involved. It is easy, helps everyone, takes only a few |
238 |
| -minutes, and only needs to be completed once. |
| 215 | +If you find a security related issue, please send an email to [[email protected]](mailto:[email protected]) instead of publicly creating a ticket. |
239 | 216 |
|
240 |
| -[You can digitally sign the CLA](http://bit.ly/app_cla) online. Please indicate |
241 |
| -your email address in your first pull request so that we can make sure that will |
242 |
| -locate your CLA. Once you've submitted it, you no longer need to send one for |
243 |
| -subsequent submissions. |
| 217 | +## Stay Connected |
244 | 218 |
|
245 |
| -## Contributors |
| 219 | +For the latest information, please find us on Twitter: [Titanium SDK](https://twitter.com/titaniumsdk) and [TiDev](https://twitter.com/tidevio). |
246 | 220 |
|
247 |
| -The original source and design for this project was developed by |
248 |
| -[Jeff Haynie](http://github.com/jhaynie) ([@jhaynie](http://twitter.com/jhaynie)). |
| 221 | +Join our growing Slack community by visiting https://slack.tidev.io! |
249 | 222 |
|
250 | 223 | ## Legal
|
251 | 224 |
|
252 |
| -Copyright (c) 2014-2017 by [Appcelerator, Inc](http://www.appcelerator.com). All |
253 |
| -Rights Reserved. This project is licensed under the Apache Public License, |
254 |
| -version 2. Please see details in the LICENSE file. |
| 225 | +Titanium is a registered trademark of TiDev Inc. All Titanium trademark and patent rights were transferred and assigned to TiDev Inc. on 4/7/2022. Please see the LEGAL information about using our trademarks, privacy policy, terms of usage and other legal information at https://tidev.io/legal. |
0 commit comments