From 764af311cd227a01b014c987e05a7bf9c5eea786 Mon Sep 17 00:00:00 2001 From: Seokki-Kwon Date: Fri, 18 Oct 2024 17:46:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build=5Fnumber=20=EC=A6=9D=EA=B0=80?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1b21a9f..2fea7f9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -51,7 +51,7 @@ platform :ios do app_identifier: "com.teamHY2.HongikYeolgong2", readonly: true) - new_build_number = latest_testflight_build_number + new_build_number = latest_testflight_build_number + 1 version = get_version_number(xcodeproj: "HongikYeolgong2.xcodeproj") # 빌드버전 증가 increment_build_number(