mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +05:30
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
|
key_filepath: DEVELOPER_KEY_FILEPATH
|
||||||
)
|
)
|
||||||
|
|
||||||
increment_build_number(xcodeproj: "Yattee.xcodeproj")
|
|
||||||
|
|
||||||
version = get_version_number(
|
version = get_version_number(
|
||||||
xcodeproj: "Yattee.xcodeproj",
|
xcodeproj: "Yattee.xcodeproj",
|
||||||
target: "Yattee (iOS)"
|
target: "Yattee (iOS)"
|
||||||
@ -62,8 +60,6 @@ platform :tvos do
|
|||||||
key_filepath: DEVELOPER_KEY_FILEPATH
|
key_filepath: DEVELOPER_KEY_FILEPATH
|
||||||
)
|
)
|
||||||
|
|
||||||
increment_build_number(xcodeproj: "Yattee.xcodeproj")
|
|
||||||
|
|
||||||
version = get_version_number(
|
version = get_version_number(
|
||||||
xcodeproj: "Yattee.xcodeproj",
|
xcodeproj: "Yattee.xcodeproj",
|
||||||
target: "Yattee (tvOS)"
|
target: "Yattee (tvOS)"
|
||||||
@ -90,8 +86,6 @@ platform :mac do
|
|||||||
key_filepath: DEVELOPER_KEY_FILEPATH
|
key_filepath: DEVELOPER_KEY_FILEPATH
|
||||||
)
|
)
|
||||||
|
|
||||||
increment_build_number(xcodeproj: "Yattee.xcodeproj")
|
|
||||||
|
|
||||||
version = get_version_number(
|
version = get_version_number(
|
||||||
xcodeproj: "Yattee.xcodeproj",
|
xcodeproj: "Yattee.xcodeproj",
|
||||||
target: "Yattee (macOS)"
|
target: "Yattee (macOS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user