Skip to content

Commit

Permalink
Version bump to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Aug 25, 2017
1 parent f9a660f commit 4d50585
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions Example/MobileMessagingExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

/* Begin PBXBuildFile section */
2499E18FB6EBAD6C8F7A7620 /* Pods_MobileMessagingExample_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F5E69FCAC421EB2E25ED816 /* Pods_MobileMessagingExample_Tests.framework */; };
5000030C1CCB7B2F00C91479 /* (null) in Resources */ = {isa = PBXBuildFile; };
5000030D1CCB7B2F00C91479 /* (null) in Resources */ = {isa = PBXBuildFile; };
500003101CCB7B3C00C91479 /* (null) in Resources */ = {isa = PBXBuildFile; };
500003111CCB7B3C00C91479 /* (null) in Resources */ = {isa = PBXBuildFile; };
5000030C1CCB7B2F00C91479 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
5000030D1CCB7B2F00C91479 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
500003101CCB7B3C00C91479 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
500003111CCB7B3C00C91479 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
502129431CEEF450007CEF8E /* MessagesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502129421CEEF450007CEF8E /* MessagesManager.swift */; };
5087EDA71CEEF82500B85546 /* MessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5087EDA61CEEF82500B85546 /* MessageCell.swift */; };
5087EDB01CEF067100B85546 /* InfoTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5087EDAC1CEF067100B85546 /* InfoTableViewController.swift */; };
Expand Down Expand Up @@ -575,14 +575,14 @@
buildActionMask = 2147483647;
files = (
A0DB0FBD1E2F8FC0005F5979 /* mocks in Resources */,
500003111CCB7B3C00C91479 /* (null) in Resources */,
500003111CCB7B3C00C91479 /* BuildFile in Resources */,
50B8C10D1CAD3362000FB79A /* Images.xcassets in Resources */,
500003101CCB7B3C00C91479 /* (null) in Resources */,
500003101CCB7B3C00C91479 /* BuildFile in Resources */,
A0953C291CAD1C660076488D /* Main.storyboard in Resources */,
8EC5E6061CEB4A36008D53A3 /* MobileMessagingExample_Tests_Device-Info.plist in Resources */,
5000030D1CCB7B2F00C91479 /* (null) in Resources */,
5000030D1CCB7B2F00C91479 /* BuildFile in Resources */,
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
5000030C1CCB7B2F00C91479 /* (null) in Resources */,
5000030C1CCB7B2F00C91479 /* BuildFile in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -770,7 +770,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
E29CA7FF694F6C884B7A4A81 /* [CP] Copy Pods Resources */ = {
Expand Down Expand Up @@ -800,7 +800,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
FDAE422B74F7B1991521A7F6 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -815,7 +815,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
FF4C78924BA3EAE65513FDC6 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -830,7 +830,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -974,7 +974,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136653779;
CURRENT_PROJECT_VERSION = 1460136653780;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1022,7 +1022,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136653779;
CURRENT_PROJECT_VERSION = 1460136653780;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1051,7 +1051,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1460136653779;
CURRENT_PROJECT_VERSION = 1460136653780;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -1084,7 +1084,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1460136653779;
CURRENT_PROJECT_VERSION = 1460136653780;
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,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.7.1</string>
<string>2.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653779</string>
<string>1460136653780</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.7.1</string>
<string>2.8.0</string>
<key>CFBundleVersion</key>
<string>1460136653779</string>
<string>1460136653780</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.7.1</string>
<string>2.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653779</string>
<string>1460136653780</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.7.1</string>
<string>2.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653779</string>
<string>1460136653780</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.7.1"
s.version = "2.8.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"
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/Core/MMVersion.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let mobileMessagingVersion = "2.7.1"
let mobileMessagingVersion = "2.8.0"

0 comments on commit 4d50585

Please sign in to comment.