Skip to content

Commit

Permalink
Fastlane: Fix xcarchive output
Browse files Browse the repository at this point in the history
It works now. So remove useless params
  • Loading branch information
manuroe committed Sep 28, 2018
1 parent 337d26e commit 599a119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 599a119

Please sign in to comment.