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")