Skip to content

Commit

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

increment_build_number(xcodeproj: "Projects/App/App.xcodeproj")

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

0 comments on commit 9fa7de9

Please sign in to comment.