From 8d9577164e5fc2de2c285de5c3330178dd45c36c Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 3 Feb 2025 23:12:55 -0600 Subject: [PATCH] add build fastlane --- ios/fastlane/Fastfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index e733104a..95b2095b 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -17,6 +17,19 @@ default_platform(:ios) platform :ios do desc "Push a new beta build to TestFlight" + + lane :build do + match( + type: "development", + app_identifier: "com.cosmonautical.jellify", + readonly: true + ) + build_app( + scheme: "Jellify" + workspace: "Jellify.xcworkspace" + ) + end + lane :beta do setup_ci match( @@ -29,7 +42,7 @@ platform :ios do xcodeproj: "Jellify.xcodeproj" ) build_app( - scheme: "Jellify", + scheme: "Jellify - Release", workspace: "Jellify.xcworkspace", ) # http://docs.fastlane.tools/actions/upload_to_testflight/#upload_to_testflight