Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstDo authored Sep 6, 2024
1 parent 78f7433 commit 008464c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ platform :ios do
key_filepath: "fastlane/AuthKey.p8"
)

new_build_number = latest_testflight_build_number + 1
#puts "New build number: #{new_build_number}"
# new_build_number = latest_testflight_build_number + 1
# puts "New build number: #{new_build_number}"
# increment_build_number

#increment_build_number(
Expand Down Expand Up @@ -81,11 +81,11 @@ platform :ios do
{
title: "Scheme",
value: "Release",
},
{
title: "Build Number",
value: "#{new_build_number.to_s}",
}
#{
# title: "Build Number",
# value: "#{new_build_number.to_s}",
#}
]
},
success: true
Expand Down

0 comments on commit 008464c

Please sign in to comment.