... | ... | @@ -4,7 +4,7 @@ |
|
|
* Open Slack application, select your team's name and select Apps & Integrations.
|
|
|
![Screen_Shot_2017-01-31_at_3.53.31_PM](/uploads/9c21e20a858ca4a5dec72144fee05191/Screen_Shot_2017-01-31_at_3.53.31_PM.png)
|
|
|
* Select "Build" in the upper right corner.
|
|
|
* Select "Make a custom integration".
|
|
|
* Create or select appropriate application.
|
|
|
* Select "Incoming webhooks".
|
|
|
* Select a channel you want to post in and click "Add incoming WebHooks integration".
|
|
|
* Configure integration (optional) and save WebHook URL for future use.
|
... | ... | @@ -13,7 +13,7 @@ |
|
|
|
|
|
* Go to Slack configuration panel again.
|
|
|
* Select "Build" in the upper right corner.
|
|
|
* Select "Make a custom integration".
|
|
|
* Select appropriate application.
|
|
|
* Select "Slash commands".
|
|
|
* Specify command name following the convention /build-proj_name-platform-configuration, e.g. /build-myproj-ios-qa
|
|
|
* Click "Add Slash Command Integration".
|
... | ... | @@ -92,7 +92,7 @@ end |
|
|
* Copy this file to fastlane folder in your project's root:
|
|
|
[diawi_resp.sh](/uploads/709a26f9e8b7d1518e6e0067ff2ae538/diawi_resp.sh)
|
|
|
* (Optional) You may want to run `fastlane ios diawi_build` to make sure everything is setup correctly.
|
|
|
* (Optional) If you have several build configurations, you need to copy-paste lane configuration and make appropriate changes.
|
|
|
* (Optional) If you have several build configurations, you need to copy-paste lane configuration and make appropriate changes. To sign with development profile, use export_method: "development".
|
|
|
* Commit those changes to the repository.
|
|
|
|
|
|
**6. Export signing resources**
|
... | ... | |