Add testflight distribution step automation

This commit is contained in:
Dean Herbert 2020-03-19 00:26:49 +09:00
parent 90e1f6efbf
commit b342e25c9d
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