1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 00:36:47 +01:00

Added auto increase build number for TestFlight

This commit is contained in:
Alex Tran 2022-03-14 14:35:18 -05:00
parent 9755936950
commit d71e7ebff1

View file

@ -18,6 +18,9 @@ default_platform(:ios)
platform :ios do
desc "iOS deployment"
lane :beta do
increment_build_number({
build_number: latest_testflight_build_number + 1
})
build_app(scheme: "Runner",
workspace: "Runner.xcworkspace",
xcargs: "-allowProvisioningUpdates")