mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Remove build increment from Fastlane
This commit is contained in:
parent
2add20ade0
commit
3526559859
@ -34,8 +34,6 @@ platform :ios do
|
||||
key_filepath: DEVELOPER_KEY_FILEPATH
|
||||
)
|
||||
|
||||
increment_build_number(xcodeproj: "Yattee.xcodeproj")
|
||||
|
||||
version = get_version_number(
|
||||
xcodeproj: "Yattee.xcodeproj",
|
||||
target: "Yattee (iOS)"
|
||||
@ -62,8 +60,6 @@ platform :tvos do
|
||||
key_filepath: DEVELOPER_KEY_FILEPATH
|
||||
)
|
||||
|
||||
increment_build_number(xcodeproj: "Yattee.xcodeproj")
|
||||
|
||||
version = get_version_number(
|
||||
xcodeproj: "Yattee.xcodeproj",
|
||||
target: "Yattee (tvOS)"
|
||||
@ -90,8 +86,6 @@ platform :mac do
|
||||
key_filepath: DEVELOPER_KEY_FILEPATH
|
||||
)
|
||||
|
||||
increment_build_number(xcodeproj: "Yattee.xcodeproj")
|
||||
|
||||
version = get_version_number(
|
||||
xcodeproj: "Yattee.xcodeproj",
|
||||
target: "Yattee (macOS)"
|
||||
|
Loading…
Reference in New Issue
Block a user