From e9638a554aa22464d81d53ae78d56a18b313bea5 Mon Sep 17 00:00:00 2001 From: LasOri Date: Thu, 10 Aug 2023 15:51:12 +0200 Subject: [PATCH] chore(release): version set to 3.4.0 --- EmarsysNotificationService.podspec | 6 +++--- EmarsysSDK.podspec | 8 ++++---- Sources/EmarsysSDK/EmarsysSDKVersion.h | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 Sources/EmarsysSDK/EmarsysSDKVersion.h diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index 18963df9..96f3c3d2 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '3.3.1' + spec.version = '3.4.0' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } @@ -10,11 +10,11 @@ Pod::Spec.new do |spec| spec.source_files = [ 'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}', 'Sources/Core/Categories/NSError*.{h,m}', - 'Sources/Private/**/*.{h,m}', + 'Sources/Private/**/*.{h,m}', 'Sources/include/EMSNotificationService.h' ] spec.public_header_files = [ 'Sources/include/EMSNotificationService.h' ] spec.libraries = 'z', 'c++' -end +end \ No newline at end of file diff --git a/EmarsysSDK.podspec b/EmarsysSDK.podspec index 8d223fa3..8c5391b0 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '3.3.1' + spec.version = '3.4.0' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } @@ -8,8 +8,8 @@ Pod::Spec.new do |spec| spec.platform = :ios, '11.0' spec.source = { :git => 'https://github.com/emartech/ios-emarsys-sdk.git', :tag => spec.version } spec.source_files = [ - 'Sources/Private/**/*.{h,m}', - 'Sources/**/*.{h,m}' + 'Sources/Private/**/*.{h,m}', + 'Sources/**/*.{h,m}' ] spec.exclude_files = [ 'Sources/include/EMSNotificationService.h', @@ -58,4 +58,4 @@ Pod::Spec.new do |spec| 'Sources/include/EMSOpenExternalUrlActionModel.h' ] spec.libraries = 'z', 'c++' -end +end \ No newline at end of file diff --git a/Sources/EmarsysSDK/EmarsysSDKVersion.h b/Sources/EmarsysSDK/EmarsysSDKVersion.h new file mode 100644 index 00000000..e9094fc8 --- /dev/null +++ b/Sources/EmarsysSDK/EmarsysSDKVersion.h @@ -0,0 +1 @@ +#define EMARSYS_SDK_VERSION @"3.4.0" \ No newline at end of file