From fecf70677721f32fc241dd0a5d918d2c77713798 Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Tue, 25 May 2021 16:32:06 -0400 Subject: [PATCH] Add build lane --- fastlane/Fastfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index dc0ffbe6..dbe2ea48 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -16,6 +16,10 @@ update_fastlane default_platform(:ios) platform :ios do + desc "Build targets" + lane :build do + gym + end desc "Push a new beta build to TestFlight" lane :beta do increment_build_number(xcodeproj: "JellyfinPlayer.xcodeproj")