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
- Host: GitHub
- URL: https://github.com/tidev/appcd-plugin-ios
- Owner: tidev
- License: other
- Created: 2017-12-07T18:32:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:15:16.000Z (over 1 year ago)
- Last Synced: 2025-04-21T19:53:33.249Z (2 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 1
- Watchers: 15
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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