akiojin/xcode-build-github-action
This action will build with Xcode and output ipa.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | Specify the App ID. ex) com.akiojin.Sample | no | — |
| workspace | Path to the workspace file | no | "" |
| project | Path to the project file | no | "" |
| output-directory | The directory in which the ipa file should be stored in. | yes | — |
| output-name | Specifies the name of the ipa file to be output. | no | Build |
| scheme | The project's scheme. Defaults to 'Unity-iPhone' | no | Unity-iPhone |
| sdk | The SDK that should be used for building the application. Defaults to 'iphoneos' | no | iphoneos |
| configuration | The configuration to use when building the app. Specify 'Debug' or 'Release'. Defaults to 'Debug' | no | Debug |
| export-method | Define the profile type, can be appstore, adhoc, development, enterprise, developer_id, mac_installer_distribution | no | development |
| include-bitcode | Should the ipa file include bitcode? Defaults to false | no | false |
| include-symbols | Should the ipa file include symbols? Defaults to false | no | false |
| team-id | The ID of your Developer Portal team if you're in multiple teams. | yes | — |
| provisioning-profile-name | Specify the Name of the provisioning profile. If app-id is specified, this parameter must be specified. | no | "" |
Outputs
no outputs