From 57acd8cb621ac9cf969a9980b4d48c879f25076e Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Thu, 11 May 2023 21:18:10 -0700 Subject: [PATCH] fix: Use `app-store` export_method for gym There was a mismatch between the default for gym and what we want, which is a TestFlight ready build. --- fastlane/Gymfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Gymfile b/fastlane/Gymfile index 9531815..80358b3 100644 --- a/fastlane/Gymfile +++ b/fastlane/Gymfile @@ -9,6 +9,7 @@ scheme("BinaryClock") workspace("ios/BinaryClock.xcworkspace") clean(true) +export_method("app-store") # sdk("iphoneos9.0") -- 2.51.2