mirror of https://github.com/ppy/osu
Add testflight distribution step automation
This commit is contained in:
parent
90e1f6efbf
commit
b342e25c9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue