From 5e7545d26ba87c5c4cee9209cb0c8e886b1a854f Mon Sep 17 00:00:00 2001 From: infobip-ci <infobip-ci@infobip.com> Date: Thu, 21 Nov 2024 12:40:45 +0100 Subject: [PATCH] Version bump for SDK: 12.16.0 --- Classes/MobileMessaging/Core/MMVersion.swift | 2 +- Framework/Info.plist | 4 ++-- MobileMessaging.podspec | 2 +- MobileMessaging.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Classes/MobileMessaging/Core/MMVersion.swift b/Classes/MobileMessaging/Core/MMVersion.swift index d44e0647..f5d067d3 100644 --- a/Classes/MobileMessaging/Core/MMVersion.swift +++ b/Classes/MobileMessaging/Core/MMVersion.swift @@ -1,3 +1,3 @@ class MMVersion { - static let mobileMessagingVersion = "12.15.0" + static let mobileMessagingVersion = "12.16.0" } diff --git a/Framework/Info.plist b/Framework/Info.plist index 0edf4c2a..53077a7a 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,11 +15,11 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>12.15.0</string> + <string>12.16.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1460136654051</string> + <string>1460136654052</string> <key>NSPrincipalClass</key> <string></string> </dict> diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec index e85d2476..83303531 100644 --- a/MobileMessaging.podspec +++ b/MobileMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MobileMessaging' - s.version = '12.15.0' + s.version = '12.16.0' s.summary = 'Mobile Messaging SDK for iOS' s.description = 'Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile application. In almost no time of implementation you get push notification in you application and access to the features of Infobip IP Messaging Platform.' s.homepage = 'https://github.com/infobip/mobile-messaging-sdk-ios' diff --git a/MobileMessaging.xcodeproj/project.pbxproj b/MobileMessaging.xcodeproj/project.pbxproj index 272fefd8..cee5e305 100644 --- a/MobileMessaging.xcodeproj/project.pbxproj +++ b/MobileMessaging.xcodeproj/project.pbxproj @@ -2021,7 +2021,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136654051; + CURRENT_PROJECT_VERSION = 1460136654052; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2084,7 +2084,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 1460136654051; + CURRENT_PROJECT_VERSION = 1460136654052; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99;