/unitools-build-ios

Part of the Customizable Build Pipeline tool for the iOS build target

Primary LanguageC#MIT LicenseMIT

This tool is legacy and not supported anymore, please use UniTools Build

UniTools Build iOS

This packages helps to add iOS build and distribution functionality in the build pipeline

Features

  • Build xCode project
  • Archive xCode project
  • Export .ipa
  • Upload archive to the App Store / Test Flight

Dependencies

Installation

Download

Latest Releases

Unity Package Manager (UPM)

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",
    "...": "..."
  }
}

Getting Started

In progress..