From 599a11920e17d1b3273116ad7dd1dd1ea6630369 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 28 Sep 2018 14:36:00 +0200 Subject: [PATCH] Fastlane: Fix xcarchive output It works now. So remove useless params --- fastlane/Fastfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9ce1b5971..f7586d6e1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"