feat: remove incremented feature from iOS script (#33)
This commit is contained in:
parent
737ec11503
commit
f05cdfba4f
@ -61,23 +61,6 @@ module Fastlane
|
|||||||
)
|
)
|
||||||
UI.message("🍺 API Key formated")
|
UI.message("🍺 API Key formated")
|
||||||
|
|
||||||
last_testflight_build_number =
|
|
||||||
other_action.latest_testflight_build_number(
|
|
||||||
api_key: api_key,
|
|
||||||
team_id: creds['team_id'].to_s,
|
|
||||||
team_name: creds['team_name'].to_s,
|
|
||||||
platform: 'ios',
|
|
||||||
app_identifier: creds['developer_app_identifier'].to_s,
|
|
||||||
username: creds['username'].to_s
|
|
||||||
) + 1
|
|
||||||
|
|
||||||
# Increment build number for latest TestFlight build
|
|
||||||
other_action.increment_build_number(
|
|
||||||
build_number: last_testflight_build_number,
|
|
||||||
xcodeproj: "Runner.xcodeproj"
|
|
||||||
)
|
|
||||||
UI.message("🍺 Build number incremented")
|
|
||||||
|
|
||||||
# Install Cocoapods
|
# Install Cocoapods
|
||||||
other_action.cocoapods(
|
other_action.cocoapods(
|
||||||
clean_install: true,
|
clean_install: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user