From 7fb563e941222bd2735bd2875209a1e3aab9d8fa Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:54:15 +0000 Subject: [PATCH] PubNub SDK v5.7.0 release. --- .pubnub.yml | 15 ++++++++++----- CHANGELOG.md | 6 ++++++ Framework/PubNub/Info.plist | 6 +++--- Framework/PubNub/PubNub-iOS-Info.plist | 6 +++--- Framework/PubNub/PubNub-tvOS-Info.plist | 6 +++--- Framework/PubNub/PubNub-watchOS-Info.plist | 6 +++--- PubNub.podspec | 2 +- PubNub/Misc/PNConstants.h | 2 +- README.md | 2 +- VERSION | 2 +- 10 files changed, 32 insertions(+), 21 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 86fde73e7..eb5f02b51 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,9 +1,14 @@ --- name: objective-c scm: github.com/pubnub/objective-c -version: "5.6.1" +version: "5.7.0" schema: 1 changelog: + - date: 2024-11-18 + version: v5.7.0 + changes: + - type: feature + text: "Add custom message type support for the following APIs: publish, signal, share file, subscribe and history." - date: 2024-07-08 version: v5.6.1 changes: @@ -1365,7 +1370,7 @@ sdks: - distribution-type: source distribution-repository: GitHub release package-name: PubNub.framework - location: https://github.com/pubnub/objective-c/archive/refs/tags/v5.6.1.zip + location: https://github.com/pubnub/objective-c/archive/refs/tags/v5.7.0.zip supported-platforms: supported-operating-systems: macOS: @@ -1426,7 +1431,7 @@ sdks: - distribution-type: library distribution-repository: GitHub release package-name: PubNub.ios.xcframework.tar.gz - location: https://github.com/pubnub/objective-c/releases/download/v5.6.1/PubNub.ios.xcframework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v5.7.0/PubNub.ios.xcframework.tar.gz supported-platforms: supported-operating-systems: iOS: @@ -1445,7 +1450,7 @@ sdks: - distribution-type: library distribution-repository: GitHub release package-name: PubNub.macos.framework.tar.gz - location: https://github.com/pubnub/objective-c/releases/download/v5.6.1/PubNub.macos.framework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v5.7.0/PubNub.macos.framework.tar.gz supported-platforms: supported-operating-systems: macOS: @@ -1461,7 +1466,7 @@ sdks: - distribution-type: library distribution-repository: GitHub release package-name: PubNub.tvos.xcframework.tar.gz - location: https://github.com/pubnub/objective-c/releases/download/v5.6.1/PubNub.tvos.xcframework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v5.7.0/PubNub.tvos.xcframework.tar.gz supported-platforms: supported-operating-systems: tvOS: diff --git a/CHANGELOG.md b/CHANGELOG.md index 615fb6ed9..d29ccaa3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v5.7.0 +November 18 2024 + +#### Added +- Add custom message type support for the following APIs: publish, signal, share file, subscribe and history. + ## v5.6.1 July 08 2024 diff --git a/Framework/PubNub/Info.plist b/Framework/PubNub/Info.plist index de50bfee2..90ba35cb6 100644 --- a/Framework/PubNub/Info.plist +++ b/Framework/PubNub/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.6.1 + 5.7.0 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.6.1 + 5.7.0 CFBundleSignature ???? CFBundleVersion - 5.6.1 + 5.7.0 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-iOS-Info.plist b/Framework/PubNub/PubNub-iOS-Info.plist index de50bfee2..90ba35cb6 100644 --- a/Framework/PubNub/PubNub-iOS-Info.plist +++ b/Framework/PubNub/PubNub-iOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.6.1 + 5.7.0 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.6.1 + 5.7.0 CFBundleSignature ???? CFBundleVersion - 5.6.1 + 5.7.0 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-tvOS-Info.plist b/Framework/PubNub/PubNub-tvOS-Info.plist index de50bfee2..90ba35cb6 100644 --- a/Framework/PubNub/PubNub-tvOS-Info.plist +++ b/Framework/PubNub/PubNub-tvOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.6.1 + 5.7.0 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.6.1 + 5.7.0 CFBundleSignature ???? CFBundleVersion - 5.6.1 + 5.7.0 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-watchOS-Info.plist b/Framework/PubNub/PubNub-watchOS-Info.plist index de50bfee2..90ba35cb6 100644 --- a/Framework/PubNub/PubNub-watchOS-Info.plist +++ b/Framework/PubNub/PubNub-watchOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.6.1 + 5.7.0 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.6.1 + 5.7.0 CFBundleSignature ???? CFBundleVersion - 5.6.1 + 5.7.0 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/PubNub.podspec b/PubNub.podspec index 1a65c0cea..ea73ff92f 100644 --- a/PubNub.podspec +++ b/PubNub.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.name = 'PubNub' - spec.version = '5.6.1' + spec.version = '5.7.0' spec.summary = 'The PubNub Real-Time Network. Build real-time apps quickly and scale them globally.' spec.homepage = 'https://github.com/pubnub/objective-c' diff --git a/PubNub/Misc/PNConstants.h b/PubNub/Misc/PNConstants.h index ae0eaecb3..fe09c8690 100644 --- a/PubNub/Misc/PNConstants.h +++ b/PubNub/Misc/PNConstants.h @@ -15,7 +15,7 @@ #pragma mark General information constants // Stores client library version number -static NSString * const kPNLibraryVersion = @"5.6.1"; +static NSString * const kPNLibraryVersion = @"5.7.0"; // Stores information about SDK codebase static NSString * const kPNCommit = @"fd5c7ed678527fce07eaf7eb162935caf1bfd303"; diff --git a/README.md b/README.md index 4e3ea444d..8a7d76fbd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PubNub 5.6.1 for iOS 9+ +# PubNub 5.7.0 for iOS 9+ [![Twitter](https://img.shields.io/badge/twitter-%40PubNub-blue.svg?style=flat)](https://twitter.com/PubNub) [![Twitter Releases](https://img.shields.io/badge/twitter-%40PubNubRelease-blue.svg?style=flat)](https://twitter.com/PubNubRelease) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PubNub.svg?style=flat)](https://img.shields.io/cocoapods/v/PubNub.svg) diff --git a/VERSION b/VERSION index b7c75422b..42cdd0b54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.1 +5.7.0