Skip to content

Commit

Permalink
Version bump to 2.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Nov 29, 2017
1 parent f6e59e0 commit 8d15e1a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Classes/Core/MMVersion.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let mobileMessagingVersion = "2.8.9"
let mobileMessagingVersion = "2.8.10"
8 changes: 4 additions & 4 deletions Example/MobileMessagingExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136653789;
CURRENT_PROJECT_VERSION = 1460136653790;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1085,7 +1085,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136653789;
CURRENT_PROJECT_VERSION = 1460136653790;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1116,7 +1116,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1460136653789;
CURRENT_PROJECT_VERSION = 1460136653790;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -1149,7 +1149,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1460136653789;
CURRENT_PROJECT_VERSION = 1460136653790;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions Example/MobileMessagingExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.9</string>
<string>2.8.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1460136653789</string>
<string>1460136653790</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.8.9</string>
<string>2.8.10</string>
<key>CFBundleVersion</key>
<string>1460136653789</string>
<string>1460136653790</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.9</string>
<string>2.8.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653789</string>
<string>1460136653790</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.9</string>
<string>2.8.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653789</string>
<string>1460136653790</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion MobileMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MobileMessaging"
s.version = "2.8.9"
s.version = "2.8.10"
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"
Expand Down

0 comments on commit 8d15e1a

Please sign in to comment.