Skip to content

Commit f474abd

Browse files
authored
Merge pull request #452 from pusher/update-tweetnacl
Migrate to pusher/tweetnacl-swiftwrap
2 parents 59129b9 + dbd8616 commit f474abd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [10.1.9](https://github.com/pusher/pusher-websocket-swift/compare/10.1.8...10.1.9) - 2025-12-08
7+
## [10.1.9](https://github.com/pusher/pusher-websocket-swift/compare/10.1.8...10.1.9) - 2025-12-09
88

99
### Changed
1010

11-
- Switched TweetNacl dependency to KHTweetNacl fork for Xcode 16+ compatibility
11+
- Switched TweetNacl dependency to Pusher's own fork for Xcode 16+ compatibility
1212

1313
## [10.1.8](https://github.com/pusher/pusher-websocket-swift/compare/10.1.6...10.1.7) - 2025-12-05
1414

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "khipu/tweetnacl-swiftwrap" ~> 1.1.0
1+
github "pusher/tweetnacl-swiftwrap" ~> 1.2.0
22
github "pusher/NWWebSocket" ~> 0.5.9

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.9")),
13-
.package(url: "https://github.com/khipu/tweetnacl-swiftwrap", .upToNextMajor(from: "1.1.0")),
13+
.package(url: "https://github.com/pusher/tweetnacl-swiftwrap", .upToNextMajor(from: "1.2.0")),
1414
],
1515
targets: [
1616
.target(

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313
s.source_files = ['Sources/**/*.swift']
1414

15-
s.dependency 'KHTweetNacl', '~> 1.1.0'
15+
s.dependency 'PusherTweetNacl', '~> 1.2.0'
1616
s.dependency 'NWWebSocket', '~> 0.5.9'
1717

1818
s.ios.deployment_target = '13.0'

PusherSwiftWithEncryption.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313
s.source_files = ['Sources/**/*.swift']
1414

15-
s.dependency 'KHTweetNacl', '~> 1.1.0'
15+
s.dependency 'PusherTweetNacl', '~> 1.2.0'
1616
s.dependency 'NWWebSocket', '~> 0.5.9'
1717

1818
s.ios.deployment_target = '13.0'

0 commit comments

Comments
 (0)