Skip to content

Commit

Permalink
app_store_build_number
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 7, 2024
1 parent 51b7fe8 commit 30e1738
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/tablet/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ platform :ios do

xcodeproj = "./ios/App/App.xcodeproj";
current_version = get_version_number(xcodeproj: xcodeproj)
latest_build_number = latest_testflight_build_number(
latest_build_number = app_store_build_number(
api_key: api_key,
version: current_version,
app_identifier: ENV['BUNDLE_IDENTIFIER']
Expand Down Expand Up @@ -99,8 +99,6 @@ platform :ios do
profile_name: ENV['APPLE_PROFILE_NAME'],
)



update_project_team(
path: "./ios/App/App.xcodeproj",
teamid: ENV['APP_STORE_CONNECT_TEAM_ID']
Expand Down

0 comments on commit 30e1738

Please sign in to comment.