1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 01:45:16 +08:00

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

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