Add build lane

This commit is contained in:
Aiden Vigue 2021-05-25 16:32:06 -04:00
parent 0a8249b476
commit fecf706777
No known key found for this signature in database
GPG Key ID: E7570472648F4544
1 changed files with 4 additions and 0 deletions

View File

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