From c0901b015c49d66f0489bafa0b481f0be60ab2f9 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Mon, 15 Aug 2022 16:49:01 +0200 Subject: [PATCH] Remove build increment from Fastlane --- fastlane/Fastfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 8fd70852..7195b5ca 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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)"