From dc1fae34f164d496c36b41e921116c9e070fb9be Mon Sep 17 00:00:00 2001 From: infobip-ci Date: Tue, 26 Sep 2017 14:57:25 +0300 Subject: [PATCH] Version bump to 2.8.5 --- Classes/Core/MMVersion.swift | 2 +- Example/MobileMessagingExample.xcodeproj/project.pbxproj | 8 ++++---- Example/MobileMessagingExample/Info.plist | 4 ++-- Example/NotificationServiceExtension/Info.plist | 4 ++-- Example/Tests/Info.plist | 4 ++-- .../Tests/MobileMessagingExample_Tests_Device-Info.plist | 4 ++-- MobileMessaging.podspec | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Classes/Core/MMVersion.swift b/Classes/Core/MMVersion.swift index 1ed6c6ef..648dfa27 100644 --- a/Classes/Core/MMVersion.swift +++ b/Classes/Core/MMVersion.swift @@ -1 +1 @@ -let mobileMessagingVersion = "2.8.4" +let mobileMessagingVersion = "2.8.5" diff --git a/Example/MobileMessagingExample.xcodeproj/project.pbxproj b/Example/MobileMessagingExample.xcodeproj/project.pbxproj index e5dc18cc..f34ffa95 100644 --- a/Example/MobileMessagingExample.xcodeproj/project.pbxproj +++ b/Example/MobileMessagingExample.xcodeproj/project.pbxproj @@ -1000,7 +1000,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136653784; + CURRENT_PROJECT_VERSION = 1460136653785; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1057,7 +1057,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136653784; + CURRENT_PROJECT_VERSION = 1460136653785; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1088,7 +1088,7 @@ CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1460136653784; + CURRENT_PROJECT_VERSION = 1460136653785; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = T6U248P7YM; FRAMEWORK_SEARCH_PATHS = ( @@ -1121,7 +1121,7 @@ CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1460136653784; + CURRENT_PROJECT_VERSION = 1460136653785; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = T6U248P7YM; FRAMEWORK_SEARCH_PATHS = ( diff --git a/Example/MobileMessagingExample/Info.plist b/Example/MobileMessagingExample/Info.plist index 2f2232eb..ffae76e8 100644 --- a/Example/MobileMessagingExample/Info.plist +++ b/Example/MobileMessagingExample/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleSignature ???? CFBundleURLTypes @@ -32,7 +32,7 @@ CFBundleVersion - 1460136653784 + 1460136653785 LSRequiresIPhoneOS UIBackgroundModes diff --git a/Example/NotificationServiceExtension/Info.plist b/Example/NotificationServiceExtension/Info.plist index 4eb006d6..bd5c9b6c 100644 --- a/Example/NotificationServiceExtension/Info.plist +++ b/Example/NotificationServiceExtension/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleVersion - 1460136653784 + 1460136653785 NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist index 6b938791..176017f1 100644 --- a/Example/Tests/Info.plist +++ b/Example/Tests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleSignature ???? CFBundleVersion - 1460136653784 + 1460136653785 diff --git a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist index 6b938791..176017f1 100644 --- a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist +++ b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleSignature ???? CFBundleVersion - 1460136653784 + 1460136653785 diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec index b3ab3af9..b0b9c063 100644 --- a/MobileMessaging.podspec +++ b/MobileMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MobileMessaging" - s.version = "2.8.4" + s.version = "2.8.5" 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"