1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

Fixed Docker and Fastlane build issue

This commit is contained in:
Alex Tran
2022-03-22 01:57:40 -05:00
parent e407a4fa13
commit 31c18ff34c
4 changed files with 266 additions and 855 deletions

View File

@ -18,9 +18,9 @@ default_platform(:ios)
platform :ios do
desc "iOS deployment"
lane :beta do
increment_version_number(
version_number: "1.3.0" # Set a specific version number
)
# increment_version_number(
# version_number: "1.3.0"
# )
increment_build_number({
build_number: latest_testflight_build_number + 1
})