Fastlane: Fix xcarchive output

It works now. So remove useless params
This commit is contained in:
manuroe 2018-09-28 14:36:00 +02:00
parent 337d26e179
commit 599a11920e

View file

@ -21,9 +21,7 @@ lane :release do
"im.vector.app" => "Vector App Store",
"im.vector.app.shareExtension" => "Vector Share Extension: App Store",
"im.vector.app.SiriIntents" => "Vector Siri Intents: App Store"
},
archivePath: "out/Riot.xcarchive",
exportPath: "out"
}
},
archive_path: "out/Riot.xcarchive"