Skip to content

Commit 87199d4

Browse files
committed
[NO-TICKET] Add iOS fastlane support - increment build number
1 parent c2159c6 commit 87199d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/ios/App/fastlane/Fastfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ platform :ios do
3434
git_branch: "master"
3535
)
3636

37-
# latest_build_number = app_store_build_number(
38-
# app_identifier: "com.moduscreate.appmedaigen",
39-
# api_key_path: "/tmp/api-key.json",
40-
# live: false
41-
# )
37+
latest_build_number = app_store_build_number(
38+
app_identifier: "com.moduscreate.appmedaigen",
39+
api_key_path: "/tmp/api-key.json",
40+
live: false
41+
)
4242

43-
# increment_build_number(build_number: latest_build_number + 1)
43+
increment_build_number(build_number: latest_build_number + 1)
4444

4545
build_app(
4646
workspace: "App.xcworkspace",

0 commit comments

Comments
 (0)