Skip to content

Commit

Permalink
[fix] #26 빌드번호 자동증가 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 25, 2024
1 parent b67fc22 commit 0b18972
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ platform :ios do
sh("make release")
end

increment_build_number(
xcodeproj: "Projects/App/App.xcodeproj",
build_number: (latest_testflight_build_number + 1).to_s # 최신 TestFlight 빌드 번호보다 1 증가
)

build_app(
workspace: "Pokit.xcworkspace",
scheme: "App",
Expand Down

0 comments on commit 0b18972

Please sign in to comment.