Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 825 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 825 Bytes

@appcd/plugin-ios

iOS service for the Appc Daemon.

Report issues to GitHub issues. Official issue tracker in JIRA.

Info

The info service uses ioslib to detect the installed Xcodes, Simulators, certs, etc and returns the information.

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

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.