mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 04:04:27 +08:00
fix(ios): set testflight version number correctly (#8565)
This commit is contained in:
@@ -26,7 +26,8 @@ platform :ios do
|
||||
duration: 1200, # optional (maximum 1200)
|
||||
in_house: false # optional but may be required if using match/sigh
|
||||
)
|
||||
increment_build_number(xcodeproj: "App.xcodeproj")
|
||||
current_build_number = app_store_build_number(live: false)
|
||||
increment_build_number(xcodeproj: "App.xcodeproj", build_number: current_build_number + 1)
|
||||
build_app(
|
||||
workspace: "App.xcworkspace",
|
||||
scheme: "App"
|
||||
|
||||
Reference in New Issue
Block a user