Merge pull request #8345 from peppy/add-testflight-distribution-automation

Add testflight distribution step automation
This commit is contained in:
Dan Balasescu 2020-03-19 11:13:23 +09:00 committed by GitHub
commit fc754947e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ platform :ios do
pilot(
wait_processing_interval: 1800,
changelog: changelog,
groups: ['osu! supporters', 'public'],
distribute_external: true,
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
)
end