installr¶
Upload a new build to Installr
installr | |
---|---|
Supported platforms | ios |
Author | @scottrhoyt |
1 Example¶
installr(
api_token: "...",
ipa: "test.ipa",
notes: "The next great version of the app!",
notify: "dev,qa",
add: "exec,ops"
)
Parameters¶
Key | Description | Default |
---|---|---|
api_token |
API Token for Installr Access | |
ipa |
Path to your IPA file. Optional if you use the gym or xcodebuild action | * |
notes |
Release notes | |
notify |
Groups to notify (e.g. 'dev,qa') | |
add |
Groups to add (e.g. 'exec,ops') |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action installr