Mhurd has submitted this change and it was merged.

Change subject: Fix build
......................................................................


Fix build

Workaround for fastlane bug : https://github.com/KrauseFx/fastlane/issues/176

Change-Id: I2151277940920e5a79bb64a4ab73a15f56af94df
---
M fastlane/Fastfile
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Mhurd: Looks good to me, approved
  Bgerstle: Looks good to me, approved



diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 2a40fce..1b3e0fe 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -57,6 +57,7 @@
   # Create and sign the IPA (and DSYM)
   ipa({
     scheme: 'Wikipedia Alpha',
+    configuration: 'Alpha', #Prevents fastlane from passing --configuration 
"Release" - bug?
     clean: nil, # this means 'Do Clean'. Clean project before building.
     archive: nil, # this means 'Do Archive'. Archive project to the Xcode 
organizer after building.
     # verbose: nil, # this means 'Do Verbose'.
@@ -102,6 +103,7 @@
   # Create and sign the IPA (and DSYM)
   ipa({
     scheme: 'Wikipedia Beta',
+    configuration: 'Beta', #Prevents fastlane from passing --configuration 
"Release" - bug?
     clean: true,
     archive: nil
   })

-- 
To view, visit https://gerrit.wikimedia.org/r/201749
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2151277940920e5a79bb64a4ab73a15f56af94df
Gerrit-PatchSet: 2
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Fjalapeno <cfl...@wikimedia.org>
Gerrit-Reviewer: Bgerstle <bgers...@wikimedia.org>
Gerrit-Reviewer: Dr0ptp4kt <ab...@wikimedia.org>
Gerrit-Reviewer: Mhurd <mh...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to