Skip to content

Commit 148c302

Browse files
committed
bump version and docs
1 parent 6037b85 commit 148c302

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+277
-132
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Checkout the [12to13](https://nuclearace.github.io/Socket.IO-Client-Swift/12to13
6767
6868
6969
## Installation
70-
Requires Swift 4/Xcode 9.x
70+
Requires Swift 4/5 and Xcode 10.x
7171
7272
If you need Swift 2.3 use the [swift2.3 tag](https://github.com/socketio/socket.io-client-swift/releases/tag/swift2.3) (Pre-Swift 4 support is no longer maintained)
7373
@@ -86,7 +86,7 @@ let package = Package(
8686
.executable(name: "socket.io-test", targets: ["YourTargetName"])
8787
],
8888
dependencies: [
89-
.package(url: "https://github.com/socketio/socket.io-client-swift", .upToNextMinor(from: "14.0.0"))
89+
.package(url: "https://github.com/socketio/socket.io-client-swift", .upToNextMinor(from: "15.0.0"))
9090
],
9191
targets: [
9292
.target(name: "YourTargetName", dependencies: ["SocketIO"], path: "./Path/To/Your/Sources")
@@ -99,7 +99,7 @@ Then import `import SocketIO`.
9999
### Carthage
100100
Add this line to your `Cartfile`:
101101
```
102-
github "socketio/socket.io-client-swift" ~> 14.0.0
102+
github "socketio/socket.io-client-swift" ~> 15.0.0
103103
```
104104

105105
Run `carthage update --platform ios,macosx`.
@@ -113,7 +113,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
113113
use_frameworks!
114114

115115
target 'YourApp' do
116-
pod 'Socket.IO-Client-Swift', '~> 14.0.0'
116+
pod 'Socket.IO-Client-Swift', '~> 15.0.0'
117117
end
118118
```
119119

Diff for: Socket.IO-Client-Swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Socket.IO-Client-Swift"
33
s.module_name = "SocketIO"
4-
s.version = "15.0.0-beta1"
4+
s.version = "15.0.0"
55
s.summary = "Socket.IO-client for iOS and OS X"
66
s.description = <<-DESC
77
Socket.IO-client for iOS and OS X.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.requires_arc = true
1919
s.source = {
2020
:git => "https://github.com/socketio/socket.io-client-swift.git",
21-
:tag => 'v15.0.0-beta1',
21+
:tag => 'v15.0.0',
2222
:submodules => true
2323
}
2424

Diff for: docs/12to13.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<a class="header-link" href="index.html">
2323
SocketIO Docs
2424
</a>
25-
(100% documented)
25+
(98% documented)
2626
</p>
2727

2828
<p class="header-col--secondary">
@@ -283,7 +283,7 @@ <h2 id='what-to-call-connect-on' class='heading'>What to call connect on</h2>
283283
</article>
284284
</div>
285285
<section class="footer">
286-
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-01-16)</p>
286+
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p>
287287
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
288288
</section>
289289
</body>

Diff for: docs/Classes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="index.html">
2424
SocketIO Docs
2525
</a>
26-
(100% documented)
26+
(98% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -525,7 +525,7 @@ <h4>Declaration</h4>
525525
</article>
526526
</div>
527527
<section class="footer">
528-
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-01-16)</p>
528+
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p>
529529
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
530530
</section>
531531
</body>

Diff for: docs/Classes/OnAckCallback.html

+33-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
SocketIO Docs
2525
</a>
26-
(100% documented)
26+
(98% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -205,6 +205,37 @@ <h1>OnAckCallback</h1>
205205

206206
<section class="section">
207207
<div class="section-content">
208+
<div class="task-group">
209+
<ul class="item-container">
210+
<li class="item">
211+
<div>
212+
<code>
213+
<a name="/c:@M@SocketIO@objc(cs)OnAckCallback(im)dealloc"></a>
214+
<a name="//apple_ref/swift/Method/deinit" class="dashAnchor"></a>
215+
<a class="token" href="#/c:@M@SocketIO@objc(cs)OnAckCallback(im)dealloc">deinit</a>
216+
</code>
217+
</div>
218+
<div class="height-container">
219+
<div class="pointer-container"></div>
220+
<section class="section">
221+
<div class="pointer"></div>
222+
<div class="abstract">
223+
<p>Undocumented</p>
224+
225+
</div>
226+
<div class="declaration">
227+
<h4>Declaration</h4>
228+
<div class="language">
229+
<p class="aside-title">Swift</p>
230+
<pre class="highlight swift"><code><span class="kd">deinit</span></code></pre>
231+
232+
</div>
233+
</div>
234+
</section>
235+
</div>
236+
</li>
237+
</ul>
238+
</div>
208239
<div class="task-group">
209240
<div class="task-name-container">
210241
<a name="/Methods"></a>
@@ -282,7 +313,7 @@ <h4>Parameters</h4>
282313
</article>
283314
</div>
284315
<section class="footer">
285-
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-01-16)</p>
316+
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p>
286317
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
287318
</section>
288319
</body>

Diff for: docs/Classes/SSLSecurity.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
SocketIO Docs
2525
</a>
26-
(100% documented)
26+
(98% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -428,7 +428,7 @@ <h4>Return Value</h4>
428428
</article>
429429
</div>
430430
<section class="footer">
431-
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-01-16)</p>
431+
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p>
432432
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
433433
</section>
434434
</body>

Diff for: docs/Classes/SocketAckEmitter.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
SocketIO Docs
2525
</a>
26-
(100% documented)
26+
(98% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -459,7 +459,7 @@ <h4>Parameters</h4>
459459
</article>
460460
</div>
461461
<section class="footer">
462-
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-01-16)</p>
462+
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p>
463463
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
464464
</section>
465465
</body>

Diff for: docs/Classes/SocketAnyEvent.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
SocketIO Docs
2525
</a>
26-
(100% documented)
26+
(98% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -299,7 +299,7 @@ <h4>Declaration</h4>
299299
</article>
300300
</div>
301301
<section class="footer">
302-
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-01-16)</p>
302+
<p>&copy; 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p>
303303
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
304304
</section>
305305
</body>

0 commit comments

Comments
 (0)