Skip to content

Commit

Permalink
initial_build_number
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 7, 2024
1 parent dc5247a commit a3fd20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/tablet/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ platform :ios do
xcodeproj = "./ios/App/App.xcodeproj";
current_version = get_version_number(xcodeproj: xcodeproj)
latest_build_number = app_store_build_number(
initial_build_number: 2,
api_key: api_key,
app_identifier: ENV['BUNDLE_IDENTIFIER'],
live: false
Expand Down

0 comments on commit a3fd20e

Please sign in to comment.