From b9dc96272df2ea3ca82779b741db67e7a7267ca9 Mon Sep 17 00:00:00 2001 From: Geoff Pado Date: Sun, 8 Dec 2024 19:33:51 -0800 Subject: [PATCH] Fix release builds --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 28724999..445e8b56 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -25,7 +25,7 @@ platform :ios do end # Build the app for App Store - build_app( + build_ios_app( cloned_source_packages_path: "SourcePackages", export_method: "app-store", scheme: "Highlighter")