Skip to content

Commit

Permalink
PubNub SDK 0.9.2-dev release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot authored and jguz-pubnub committed Dec 17, 2024
1 parent 4f2a1da commit a780566
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
45 changes: 43 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
---
name: swift-chat-sdk
scm: github.com/pubnub/swift-chat-sdk
version: "0.9.1"
version: "0.9.2"
schema: 1
changelog:
- date: 2024-12-17
version: 0.9.2
changes:
- type: feature
text: "Add support for other Apple platforms."
- type: feature
text: "Lock moderated messages from editing."
- type: bug
text: "Remove `getChannelSuggestions(text:limit:completion:)` method from `Chat` interface."
- type: bug
text: "Remove `getUserSuggestions(text:limit:completion:)` method from `Chat` interface."
- type: bug
text: "Wrong user suggestion source for message draft created on ThreadChannel."
- type: bug
text: "Wrong type of last user activity time stored on the server (precision)."
- type: improvement
text: "Moderation events are now sent to a channel prefixed with `PUBNUB_INTERNAL_MODERATION.`."
- date: 2024-12-05
version: 0.9.1
changes:
Expand Down Expand Up @@ -51,7 +68,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: PubNubSwiftChatSDK
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.9.1-dev.zip
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.9.2-dev.zip
supported-platforms:
supported-operating-systems:
iOS:
Expand All @@ -66,7 +83,31 @@ sdks:
target-devices:
- iPhone
- iPad
macOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- macOS 11.0
maximum-os-version:
- macOS 15.0.1
target-architecture:
- arm64
- x86_64
tvOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- tvOS 14.0
maximum-os-version:
- tvOS 18.0
target-architecture:
- arm64
target-devices:
- Apple TV

supported-platforms:
- version: PubNub Swift Chat SDK
platforms:
- iOS 14.0 or higher
- macOS 11.0 or higher
- tvOS 14.0 or higher
4 changes: 2 additions & 2 deletions PubNubSwiftChatSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.9.1;
MARKETING_VERSION = 0.9.2;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
Expand Down Expand Up @@ -782,7 +782,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.9.1;
MARKETING_VERSION = 0.9.2;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
Expand Down
2 changes: 1 addition & 1 deletion Sources/Miscellaneous/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

import Foundation

let pubNubSwiftChatSDKVersion: String = "0.9.1"
let pubNubSwiftChatSDKVersion: String = "0.9.2"

0 comments on commit a780566

Please sign in to comment.