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)"