From 4c973b1502ea16a2ac543447a8b49ace976b8a09 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 30 Oct 2023 18:42:45 +0200 Subject: [PATCH 1/3] chore(license): update license information --- LICENSE | 2 +- PubNub.podspec | 36 +----------------------------------- 2 files changed, 2 insertions(+), 36 deletions(-) diff --git a/LICENSE b/LICENSE index 504f46aba..5e1ef1880 100644 --- a/LICENSE +++ b/LICENSE @@ -26,4 +26,4 @@ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. https://www.pubnub.com/ -https://www.pubnub.com/terms \ No newline at end of file +https://www.pubnub.com/terms diff --git a/PubNub.podspec b/PubNub.podspec index 45cc37a9c..244b3f8e0 100644 --- a/PubNub.podspec +++ b/PubNub.podspec @@ -60,39 +60,5 @@ Pod::Spec.new do |spec| spec.library = 'z' spec.default_subspec = 'Core' - - spec.license = { - :type => 'MIT', - :text => <<-LICENSE - PubNub Software Development Kit License Agreement - Copyright © 2023 PubNub Inc. All rights reserved. - - Subject to the terms and conditions of the license, you are hereby granted - a non-exclusive, worldwide, royalty-free license to (a) copy and modify - the software in source code or binary form for use with the software services - and interfaces provided by PubNub, and (b) redistribute unmodified copies - of the software to third parties. The software may not be incorporated in - or used to provide any product or service competitive with the products - and services of PubNub. - - The above copyright notice and this license shall be included - in or with all copies or substantial portions of the software. - - This license does not grant you permission to use the trade names, trademarks, - service marks, or product names of PubNub, except as required for reasonable - and customary use in describing the origin of the software and reproducing - the content of this license. - - THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF - ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO - EVENT SHALL PUBNUB OR THE AUTHORS OR COPYRIGHT HOLDERS OF THE SOFTWARE BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF - CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - https://www.pubnub.com/ - https://www.pubnub.com/terms - LICENSE - } + spec.license = { :type => 'PubNub Software Development Kit License', :file => 'LICENSE' } end From ad60ab66e2d5925b18cd5bcd93ad9c586e0c87ac Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:57:53 +0000 Subject: [PATCH 2/3] PubNub SDK v5.2.1 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 7a5869901..24f92f42e 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,9 +1,14 @@ --- name: objective-c scm: github.com/pubnub/objective-c -version: "5.2.0" +version: "5.2.1" schema: 1 changelog: + - date: 2023-10-30 + version: v5.2.1 + changes: + - type: improvement + text: "Update license information." - date: 2023-10-16 version: v5.2.0 changes: @@ -1324,7 +1329,7 @@ sdks: - distribution-type: source distribution-repository: GitHub release package-name: PubNub.framework - location: https://github.com/pubnub/objective-c/archive/refs/tags/v5.2.0.zip + location: https://github.com/pubnub/objective-c/archive/refs/tags/v5.2.1.zip supported-platforms: supported-operating-systems: macOS: @@ -1385,7 +1390,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.2.0/PubNub.ios.xcframework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v5.2.1/PubNub.ios.xcframework.tar.gz supported-platforms: supported-operating-systems: iOS: @@ -1404,7 +1409,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.2.0/PubNub.macos.framework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v5.2.1/PubNub.macos.framework.tar.gz supported-platforms: supported-operating-systems: macOS: @@ -1420,7 +1425,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.2.0/PubNub.tvos.xcframework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v5.2.1/PubNub.tvos.xcframework.tar.gz supported-platforms: supported-operating-systems: tvOS: diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c4c4718..06db465b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v5.2.1 +October 30 2023 + +#### Modified +- Update license information. + ## v5.2.0 October 16 2023 diff --git a/Framework/PubNub/Info.plist b/Framework/PubNub/Info.plist index e7ad5a018..80944f44d 100644 --- a/Framework/PubNub/Info.plist +++ b/Framework/PubNub/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.2.0 + 5.2.1 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.2.0 + 5.2.1 CFBundleSignature ???? CFBundleVersion - 5.2.0 + 5.2.1 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-iOS-Info.plist b/Framework/PubNub/PubNub-iOS-Info.plist index e7ad5a018..80944f44d 100644 --- a/Framework/PubNub/PubNub-iOS-Info.plist +++ b/Framework/PubNub/PubNub-iOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.2.0 + 5.2.1 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.2.0 + 5.2.1 CFBundleSignature ???? CFBundleVersion - 5.2.0 + 5.2.1 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-tvOS-Info.plist b/Framework/PubNub/PubNub-tvOS-Info.plist index e7ad5a018..80944f44d 100644 --- a/Framework/PubNub/PubNub-tvOS-Info.plist +++ b/Framework/PubNub/PubNub-tvOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.2.0 + 5.2.1 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.2.0 + 5.2.1 CFBundleSignature ???? CFBundleVersion - 5.2.0 + 5.2.1 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-watchOS-Info.plist b/Framework/PubNub/PubNub-watchOS-Info.plist index e7ad5a018..80944f44d 100644 --- a/Framework/PubNub/PubNub-watchOS-Info.plist +++ b/Framework/PubNub/PubNub-watchOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 5.2.0 + 5.2.1 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.2.0 + 5.2.1 CFBundleSignature ???? CFBundleVersion - 5.2.0 + 5.2.1 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/PubNub.podspec b/PubNub.podspec index 244b3f8e0..9c5a6b021 100644 --- a/PubNub.podspec +++ b/PubNub.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.name = 'PubNub' - spec.version = '5.2.0' + spec.version = '5.2.1' 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 6e3331de3..7fd783ded 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.2.0"; +static NSString * const kPNLibraryVersion = @"5.2.1"; // Stores information about SDK codebase static NSString * const kPNCommit = @"fd5c7ed678527fce07eaf7eb162935caf1bfd303"; diff --git a/README.md b/README.md index e7528701f..8b9bff829 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PubNub 5.2.0 for iOS 9+ +# PubNub 5.2.1 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) [![License](https://img.shields.io/github/license/pubnub/objective-c.svg?style=flat)](https://img.shields.io/github/license/pubnub/objective-c.svg) diff --git a/VERSION b/VERSION index 91ff57278..26d99a283 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0 +5.2.1 From 0f9c0e611253064dd8802e33b43b6a8562ade0e6 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 30 Oct 2023 20:58:42 +0200 Subject: [PATCH 3/3] chore(license): update license in readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7528701f..50488a575 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # PubNub 5.2.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) -[![License](https://img.shields.io/github/license/pubnub/objective-c.svg?style=flat)](https://img.shields.io/github/license/pubnub/objective-c.svg) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PubNub.svg?style=flat)](https://img.shields.io/cocoapods/v/PubNub.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Platform](https://img.shields.io/cocoapods/p/PubNub.svg?style=flat)](https://img.shields.io/cocoapods/p/PubNub.svg) @@ -198,3 +197,9 @@ You will need the publish and subscribe keys to authenticate your app. Get your ## Support If you **need help** or have a **general question**, contact support@pubnub.com. + +## License + +The PubNub Swift SDK is released under the `PubNub Software Development Kit License`. + +[See LICENSE](https://github.com/pubnub/objective-c/blob/master/LICENSE) for details. \ No newline at end of file