1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Remove plist reference

This commit is contained in:
Dean Herbert 2019-08-21 17:22:20 +09:00
parent b30f0d52de
commit 43c5136663

View File

@ -28,7 +28,6 @@ desc 'Deploy to play store'
end
lane :update_version do |options|
options[:plist_path] = '../osu.iOS/Info.plist'
app_version(options)
end