akiojin/xcode-build-github-action

This action will build with Xcode and output ipa.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
app-idSpecify the App ID. ex) com.akiojin.Sample no
workspacePath to the workspace fileno""
projectPath to the project fileno""
output-directoryThe directory in which the ipa file should be stored in. yes
output-nameSpecifies the name of the ipa file to be output. noBuild
schemeThe project's scheme. Defaults to 'Unity-iPhone' noUnity-iPhone
sdkThe SDK that should be used for building the application. Defaults to 'iphoneos' noiphoneos
configurationThe configuration to use when building the app. Specify 'Debug' or 'Release'. Defaults to 'Debug' noDebug
export-methodDefine the profile type, can be appstore, adhoc, development, enterprise, developer_id, mac_installer_distribution nodevelopment
include-bitcodeShould the ipa file include bitcode? Defaults to false nofalse
include-symbolsShould the ipa file include symbols? Defaults to false nofalse
team-idThe ID of your Developer Portal team if you're in multiple teams. yes
provisioning-profile-nameSpecify the Name of the provisioning profile. If app-id is specified, this parameter must be specified. no""

no outputs