This tool is legacy and not supported anymore, please use UniTools Build
This packages helps to add iOS build and distribution functionality in the build pipeline
- Build xCode project
- Archive xCode project
- Export .ipa
- Upload archive to the App Store / Test Flight
You will need to have git installed and set in your system PATH.
Check package dependencies
Add the following to Packages/manifest.json
where x.x.x the version (tag) check Latest Releases:
{
"dependencies": {
"com.unitools.cli": "https://github.com/UniToolsTeam/unitools-cli.git#x.x.x",
"com.unitools.io": "https://github.com/UniToolsTeam/unitools-io.git#x.x.x",
"com.unitools.build": "https://github.com/UniToolsTeam/unitools-build.git#x.x.x",
"com.unitools.build.ios": "https://github.com/UniToolsTeam/unitools-build-ios.git#x.x.x",
"...": "..."
}
}
In progress..