An open API service indexing awesome lists of open source software.

https://github.com/tidev/appcd-plugin-ios

iOS service for the Appc Daemon
https://github.com/tidev/appcd-plugin-ios

Last synced: about 1 month ago
JSON representation

iOS service for the Appc Daemon

Awesome Lists containing this project

README

        

# @appcd/plugin-ios

iOS service for the Appc Daemon.

Report issues to [GitHub issues][2]. Official issue tracker in [JIRA][3].

## Info

The `info` service uses [ioslib](https://github.com/appcelerator/ioslib) to detect the installed
Xcodes, Simulators, certs, etc and returns the information.

```js
const { response } = await appcd.call('/ios/latest/info');
console.log(response);
```

## Legal

This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.

[1]: https://github.com/appcelerator/appcd-plugin-ios/blob/master/LICENSE
[2]: https://github.com/appcelerator/appcd-plugin-ios/issues
[3]: https://jira.appcelerator.org/projects/DAEMON/issues