Skip to content

Commit

Permalink
⚡ :: 빌드버전 7 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Dec 2, 2023
1 parent e191e90 commit 13108a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ platform :ios do

# ✅ 빌드 넘버 증가
increment_build_number({
build_number: latest_testflight_build_number + 1,
skip_info_plist: true,
build_number: 7,
xcodeproj: "Projects/App/#{APP_NAME}.xcodeproj"
})

Expand Down

0 comments on commit 13108a8

Please sign in to comment.