A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pusher/pusher-websocket-swift/commit/9aa3370f5a6c2bf78335edeec54c305da37ff6d9 below:

Remove WatchOS from deployment target list (#416) · pusher/pusher-websocket-swift@9aa3370 · GitHub

File tree Expand file treeCollapse file tree 6 files changed

+6

-7

lines changed

Filter options

Expand file treeCollapse file tree 6 files changed

+6

-7

lines changed Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

Pod::Spec.new do |s|

2 2

s.name = 'PusherSwift'

3 -

s.version = '10.1.3'

3 +

s.version = '10.1.4'

4 4

s.summary = 'A Pusher client library in Swift'

5 5

s.homepage = 'https://github.com/pusher/pusher-websocket-swift'

6 6

s.license = 'MIT'

@@ -18,5 +18,4 @@ Pod::Spec.new do |s|

18 18

s.ios.deployment_target = '13.0'

19 19

s.osx.deployment_target = '10.15'

20 20

s.tvos.deployment_target = '13.0'

21 -

s.watchos.deployment_target = '6.0'

22 21

end

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

Pod::Spec.new do |s|

2 2

s.name = 'PusherSwiftWithEncryption'

3 -

s.version = '10.1.3'

3 +

s.version = '10.1.4'

4 4

s.summary = 'A Pusher client library in Swift that supports encrypted channels'

5 5

s.homepage = 'https://github.com/pusher/pusher-websocket-swift'

6 6

s.license = 'MIT'

Original file line number Diff line number Diff line change

@@ -15,7 +15,7 @@

15 15

<key>CFBundlePackageType</key>

16 16

<string>FMWK</string>

17 17

<key>CFBundleShortVersionString</key>

18 -

<string>10.1.3</string>

18 +

<string>10.1.4</string>

19 19

<key>CFBundleSignature</key>

20 20

<string>????</string>

21 21

<key>CFBundleVersion</key>

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ import Foundation

2 2

import NWWebSocket

3 3 4 4

let PROTOCOL = 7

5 -

let VERSION = "10.1.3"

5 +

let VERSION = "10.1.4"

6 6

// swiftlint:disable:next identifier_name

7 7

let CLIENT_NAME = "pusher-websocket-swift"

8 8 Original file line number Diff line number Diff line change

@@ -15,7 +15,7 @@

15 15

<key>CFBundlePackageType</key>

16 16

<string>BNDL</string>

17 17

<key>CFBundleShortVersionString</key>

18 -

<string>10.1.3</string>

18 +

<string>10.1.4</string>

19 19

<key>CFBundleSignature</key>

20 20

<string>????</string>

21 21

<key>CFBundleVersion</key>

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ import XCTest

2 2 3 3

@testable import PusherSwift

4 4 5 -

let VERSION = "10.1.3"

5 +

let VERSION = "10.1.4"

6 6 7 7

class ClientInitializationTests: XCTestCase {

8 8

private var key: String!

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4