Skip to content

Commit

Permalink
Version bump for SDK: 12.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Sep 5, 2024
1 parent 7cfa2b0 commit 0cae593
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Classes/MobileMessaging/Core/MMVersion.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class MMVersion {
static let mobileMessagingVersion = "12.11.0"
static let mobileMessagingVersion = "12.12.0"
}
4 changes: 2 additions & 2 deletions Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>12.11.0</string>
<string>12.12.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136654041</string>
<string>1460136654042</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
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 = '12.11.0'
s.version = '12.12.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
4 changes: 2 additions & 2 deletions MobileMessaging.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGNING_REQUIRED = NO;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136654041;
CURRENT_PROJECT_VERSION = 1460136654042;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -2063,7 +2063,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGNING_REQUIRED = NO;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1460136654041;
CURRENT_PROJECT_VERSION = 1460136654042;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit 0cae593

Please sign in to comment.