+19
-15
lines changedFilter options
+19
-15
lines changed Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
9
9
runs-on: macos-latest
10
10
strategy:
11
11
matrix:
12
-
os: ['tvOS', 'watchOS', 'iOS']
12
+
os: ['tvOS', 'iOS']
13
13
steps:
14
14
- uses: actions/checkout@v2
15
15
- uses: maxim-lobanov/setup-xcode@v1
Original file line number Diff line number Diff line change
@@ -17,6 +17,10 @@ opt_in_rules:
17
17
- unneeded_parentheses_in_closure_argument
18
18
- vertical_whitespace_between_cases
19
19
- vertical_whitespace_closing_braces
20
+
- redundant_objc_attribute
21
+
22
+
disabled_rules:
23
+
- redundant_objc_attribute
20
24
21
25
identifier_name:
22
26
excluded:
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1
1
github "bitmark-inc/tweetnacl-swiftwrap" ~> 1.0
2
-
github "pusher/NWWebSocket" ~> 0.5.2
2
+
github "pusher/NWWebSocket" ~> 0.5.3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1
1
github "bitmark-inc/tweetnacl-swiftwrap" "1.1.0"
2
-
github "pusher/NWWebSocket" "0.5.2"
2
+
github "pusher/NWWebSocket" "0.5.3"
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ let package = Package(
9
9
.library(name: "PusherSwift", targets: ["PusherSwift"])
10
10
],
11
11
dependencies: [
12
-
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.2")),
12
+
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.3")),
13
13
.package(url: "https://github.com/bitmark-inc/tweetnacl-swiftwrap", .upToNextMajor(from: "1.0.0")),
14
14
],
15
15
targets: [
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.2'
3
+
s.version = '10.1.3'
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'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
s.source_files = ['Sources/**/*.swift']
14
14
15
15
s.dependency 'TweetNacl', '~> 1.0.0'
16
-
s.dependency 'NWWebSocket', '~> 0.5.2'
16
+
s.dependency 'NWWebSocket', '~> 0.5.3'
17
17
18
18
s.ios.deployment_target = '13.0'
19
19
s.osx.deployment_target = '10.15'
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.2'
3
+
s.version = '10.1.3'
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'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
s.source_files = ['Sources/**/*.swift']
14
14
15
15
s.dependency 'TweetNacl', '~> 1.0.0'
16
-
s.dependency 'NWWebSocket', '~> 0.5.2'
16
+
s.dependency 'NWWebSocket', '~> 0.5.3'
17
17
18
18
s.ios.deployment_target = '13.0'
19
19
s.osx.deployment_target = '10.15'
Original file line number Diff line number Diff line change
@@ -1163,7 +1163,7 @@ For full details see the [client events documentation](https://pusher.com/docs/c
1163
1163
1164
1164
There are a set of tests for the library that can be run using the standard method (Command-U in Xcode).
1165
1165
1166
-
The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift). See [.travis.yml](https://github.com/pusher/pusher-websocket-swift/blob/master/.travis.yml) for details on how the Travis tests are run.
1166
+
The tests also get run on Github Actions, see [CI Action](https://github.com/pusher/pusher-websocket-swift/actions/workflows/ci.yml)
1167
1167
1168
1168
## Extensions
1169
1169
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.2</string>
18
+
<string>10.1.3</string>
19
19
<key>CFBundleSignature</key>
20
20
<string>????</string>
21
21
<key>CFBundleVersion</key>
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