From ff6a4bf36f8eb0524207292ac5f9c84b19c59d79 Mon Sep 17 00:00:00 2001 From: Surik Date: Wed, 12 Oct 2022 11:48:47 +0300 Subject: [PATCH 1/2] Updated script --- fastlane/Fastfile | 6 ++---- fastlane/report.xml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 770aa1b..ebdddab 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -18,7 +18,6 @@ end lane :patch do tag = get_tag new_version = calculate_patch_version(tag) - puts "#{new_version}" new_tag = "prerelease/" + new_version push_tag(new_tag) end @@ -27,7 +26,6 @@ lane :minor do tag = get_tag new_version = calculate_minor_version(tag) new_tag = "prerelease/" + new_version - puts "#{new_tag}" push_tag(new_tag) end @@ -55,8 +53,8 @@ end def push_tag(tag) system("git checkout develop") system("git pull origin develop") - add_git_tag(tag: new_tag) - push_git_tags(tag: new_tag) + add_git_tag(tag: tag) + push_git_tags(tag: tag) end def parse_versions(tag) diff --git a/fastlane/report.xml b/fastlane/report.xml index 12e0883..788b19d 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,7 +5,7 @@ - + From 0dffe504f361d63f0cfd5611499fed13914e6ab3 Mon Sep 17 00:00:00 2001 From: suriksarkisyan Date: Wed, 12 Oct 2022 09:17:44 +0000 Subject: [PATCH 2/2] [create-pull-request] automated change --- Framework/Info.plist | 2 +- Qonversion.podspec | 2 +- Sources/Qonversion/Public/QNConstants.m | 2 +- fastlane/report.xml | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Framework/Info.plist b/Framework/Info.plist index 330e9bc..173c781 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.21.0 + 2.30.4 CFBundleSignature ???? CFBundleVersion diff --git a/Qonversion.podspec b/Qonversion.podspec index 69e99ed..f698ab1 100644 --- a/Qonversion.podspec +++ b/Qonversion.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| excluded_files = ['Sources/Qonversion/Automations', 'Sources/Qonversion/Public/QONAutomations*.{h,m}', 'Sources/Qonversion/Public/QONActionResult.{h,m}'] idfa_exclude_files = ['Sources/Qonversion/IDFA'] s.name = 'Qonversion' - s.version = '2.21.0' + s.version = '2.30.4' s.summary = 'qonversion.io' s.description = <<-DESC Deep Analytics for iOS Subscriptions diff --git a/Sources/Qonversion/Public/QNConstants.m b/Sources/Qonversion/Public/QNConstants.m index f161e3f..5c8a824 100644 --- a/Sources/Qonversion/Public/QNConstants.m +++ b/Sources/Qonversion/Public/QNConstants.m @@ -1,6 +1,6 @@ #import "QNConstants.h" -NSString *const keyQVersion = @"2.21.0"; +NSString *const keyQVersion = @"2.30.4"; NSString *const keyQUnknownLibrary = @"unknown"; NSString *const keyQUnknownVersion = @"unknown"; NSString *const keyQInternalUserID = @"keyQInternalUserID"; diff --git a/fastlane/report.xml b/fastlane/report.xml index 788b19d..feacf94 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,7 +5,12 @@ - + + + + + +