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 008464c commit bd88fbb
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ platform :ios do
key_filepath: "fastlane/AuthKey.p8"
)

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

#increment_build_number(
# build_number: new_build_number
#)
new_build_number = latest_testflight_build_number + 1

# ✅ 빌드
build_app(
Expand All @@ -82,10 +76,10 @@ 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 bd88fbb

Please sign in to comment.