mirror of https://github.com/ppy/osu
Update plist path to work with newer fastlane version
It seems they have fixed the working/current directory and the parent traversal is no longer required.
This commit is contained in:
parent
5714c761eb
commit
ff0dec3dd9
|
@ -113,7 +113,7 @@ platform :ios do
|
|||
|
||||
souyuz(
|
||||
platform: "ios",
|
||||
plist_path: "../osu.iOS/Info.plist"
|
||||
plist_path: "osu.iOS/Info.plist"
|
||||
)
|
||||
end
|
||||
|
||||
|
@ -127,7 +127,7 @@ platform :ios do
|
|||
end
|
||||
|
||||
lane :update_version do |options|
|
||||
options[:plist_path] = '../osu.iOS/Info.plist'
|
||||
options[:plist_path] = 'osu.iOS/Info.plist'
|
||||
app_version(options)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue