diff --git a/.pubnub.yml b/.pubnub.yml index ead7851c8..152f6d02b 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,9 +1,14 @@ --- name: objective-c scm: github.com/pubnub/objective-c -version: "7.0.2" +version: "7.0.3" schema: 1 changelog: + - date: 2026-06-15 + version: 7.0.3 + changes: + - type: improvement + text: "Remove TLSEnabled = NO from docs and sample apps." - date: 2026-04-22 version: 7.0.2 changes: @@ -1448,7 +1453,7 @@ sdks: - distribution-type: source distribution-repository: GitHub release package-name: PubNub.framework - location: https://github.com/pubnub/objective-c/archive/refs/tags/v7.0.2.zip + location: https://github.com/pubnub/objective-c/archive/refs/tags/v7.0.3.zip supported-platforms: supported-operating-systems: macOS: @@ -1509,7 +1514,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/v7.0.2/PubNub.ios.xcframework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v7.0.3/PubNub.ios.xcframework.tar.gz supported-platforms: supported-operating-systems: iOS: @@ -1528,7 +1533,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/v7.0.2/PubNub.macos.framework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v7.0.3/PubNub.macos.framework.tar.gz supported-platforms: supported-operating-systems: macOS: @@ -1544,7 +1549,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/v7.0.2/PubNub.tvos.xcframework.tar.gz + location: https://github.com/pubnub/objective-c/releases/download/v7.0.3/PubNub.tvos.xcframework.tar.gz supported-platforms: supported-operating-systems: tvOS: diff --git a/CHANGELOG.md b/CHANGELOG.md index 01377a2d9..ed663f540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.0.3 +June 15 2026 + +#### Modified +- Remove TLSEnabled = NO from docs and sample apps. + ## 7.0.2 April 22 2026 diff --git a/Framework/PubNub/Info.plist b/Framework/PubNub/Info.plist index e2165b7f5..f75ac0695 100644 --- a/Framework/PubNub/Info.plist +++ b/Framework/PubNub/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 7.0.2 + 7.0.3 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.0.2 + 7.0.3 CFBundleSignature ???? CFBundleVersion - 7.0.2 + 7.0.3 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-iOS-Info.plist b/Framework/PubNub/PubNub-iOS-Info.plist index e2165b7f5..f75ac0695 100644 --- a/Framework/PubNub/PubNub-iOS-Info.plist +++ b/Framework/PubNub/PubNub-iOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 7.0.2 + 7.0.3 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.0.2 + 7.0.3 CFBundleSignature ???? CFBundleVersion - 7.0.2 + 7.0.3 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-tvOS-Info.plist b/Framework/PubNub/PubNub-tvOS-Info.plist index e2165b7f5..f75ac0695 100644 --- a/Framework/PubNub/PubNub-tvOS-Info.plist +++ b/Framework/PubNub/PubNub-tvOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 7.0.2 + 7.0.3 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.0.2 + 7.0.3 CFBundleSignature ???? CFBundleVersion - 7.0.2 + 7.0.3 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/Framework/PubNub/PubNub-watchOS-Info.plist b/Framework/PubNub/PubNub-watchOS-Info.plist index e2165b7f5..f75ac0695 100644 --- a/Framework/PubNub/PubNub-watchOS-Info.plist +++ b/Framework/PubNub/PubNub-watchOS-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PubNub CFBundleGetInfoString - 7.0.2 + 7.0.3 CFBundleIdentifier com.pubnub.pubnub-objc CFBundleInfoDictionaryVersion @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.0.2 + 7.0.3 CFBundleSignature ???? CFBundleVersion - 7.0.2 + 7.0.3 NSHumanReadableCopyright © 2010 - 2020 PubNub, Inc. NSPrincipalClass diff --git a/PubNub.podspec b/PubNub.podspec index 02f8c0fd9..504c44db4 100644 --- a/PubNub.podspec +++ b/PubNub.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.name = 'PubNub' - spec.version = '7.0.2' + spec.version = '7.0.3' 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/Core/PubNub+Core.h b/PubNub/Core/PubNub+Core.h index ffed755a1..c80c7fc09 100644 --- a/PubNub/Core/PubNub+Core.h +++ b/PubNub/Core/PubNub+Core.h @@ -117,7 +117,7 @@ NS_ASSUME_NONNULL_BEGIN /// ```objc /// __weak __typeof(self) weakSelf = self; /// PNConfiguration *configuration = [self.pubnub currentConfiguration]; -/// configuration.presenceHeartbeatValue = 60; +/// configuration.presenceHeartbeatValue = 40; /// [self.client copyWithConfiguration:configuration completion:^(PubNub *pubnub) { /// // Store reference on new client with updated configuration. /// weakSelf.pubnub = pubnub; @@ -148,7 +148,7 @@ NS_ASSUME_NONNULL_BEGIN /// __weak __typeof(self) weakSelf = self; /// dispatch_queue_t queue = dispatch_queue_create("com.my-app.callback-queue", DISPATCH_QUEUE_SERIAL); /// PNConfiguration *configuration = [self.pubnub currentConfiguration]; -/// configuration.presenceHeartbeatValue = 60; +/// configuration.presenceHeartbeatValue = 40; /// [self.pubnub copyWithConfiguration:configuration callbackQueue:queue completion:^(PubNub *pubnub) { /// // Store reference on new client with updated configuration. /// weakSelf.pubnub = pubnub; diff --git a/PubNub/Misc/PNConstants.h b/PubNub/Misc/PNConstants.h index 72b936e84..dccf94de7 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 = @"7.0.2"; +static NSString * const kPNLibraryVersion = @"7.0.3"; // Stores information about SDK codebase static NSString * const kPNCommit = @"fd5c7ed678527fce07eaf7eb162935caf1bfd303"; diff --git a/README.md b/README.md index 651307cc9..97d56f95c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PubNub 7.0.2 for iOS 9+ +# PubNub 7.0.3 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 a8907c025..a50da181e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.2 +7.0.3