From c279f2f3fe76bd5017628f4550bf07b5125aee6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sau=CC=81l=20Moreno=20Abril?= <93sauu@gmail.com> Date: Mon, 11 Sep 2023 23:00:05 +0200 Subject: [PATCH] Remove line to increase version in the xcproject --- fastlane/Fastfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ff919ce..b5c5c8b 100755 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -53,10 +53,6 @@ platform :ios do bump_type: type ) - increment_version_number( - version_number: version - ) - git_add( path: [podspec, sources_path], shell_escape: false