Skip to content

Commit 3d0e6fe

Browse files
committed
Bump to up 1.4.6.
1 parent 8dfdfd9 commit 3d0e6fe

File tree

189 files changed

+381
-409
lines changed

Some content is hidden

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

189 files changed

+381
-409
lines changed

HaishinKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "HaishinKit"
4-
s.version = "1.4.5"
4+
s.version = "1.4.6"
55
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS and tvOS."
66
s.swift_version = "5.7"
77

HaishinKit.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@
25212521
"@executable_path/Frameworks",
25222522
"@loader_path/Frameworks",
25232523
);
2524-
MARKETING_VERSION = 1.4.5;
2524+
MARKETING_VERSION = 1.4.6;
25252525
ONLY_ACTIVE_ARCH = YES;
25262526
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
25272527
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
@@ -2555,7 +2555,7 @@
25552555
"@executable_path/Frameworks",
25562556
"@loader_path/Frameworks",
25572557
);
2558-
MARKETING_VERSION = 1.4.5;
2558+
MARKETING_VERSION = 1.4.6;
25592559
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
25602560
PRODUCT_NAME = HaishinKit;
25612561
PROVISIONING_PROFILE = "";
@@ -2632,7 +2632,7 @@
26322632
"@loader_path/Frameworks",
26332633
);
26342634
MACOSX_DEPLOYMENT_TARGET = 10.13;
2635-
MARKETING_VERSION = 1.4.5;
2635+
MARKETING_VERSION = 1.4.6;
26362636
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
26372637
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
26382638
PRODUCT_NAME = HaishinKit;
@@ -2664,7 +2664,7 @@
26642664
"@loader_path/Frameworks",
26652665
);
26662666
MACOSX_DEPLOYMENT_TARGET = 10.13;
2667-
MARKETING_VERSION = 1.4.5;
2667+
MARKETING_VERSION = 1.4.6;
26682668
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
26692669
PRODUCT_NAME = HaishinKit;
26702670
SDKROOT = macosx;
@@ -2797,7 +2797,7 @@
27972797
"@executable_path/Frameworks",
27982798
"@loader_path/Frameworks",
27992799
);
2800-
MARKETING_VERSION = 1.4.5;
2800+
MARKETING_VERSION = 1.4.6;
28012801
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
28022802
PRODUCT_NAME = HaishinKit;
28032803
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2833,7 +2833,7 @@
28332833
"@executable_path/Frameworks",
28342834
"@loader_path/Frameworks",
28352835
);
2836-
MARKETING_VERSION = 1.4.5;
2836+
MARKETING_VERSION = 1.4.6;
28372837
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
28382838
PRODUCT_NAME = HaishinKit;
28392839
PROVISIONING_PROFILE_SPECIFIER = "";

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ source 'https://github.com/CocoaPods/Specs.git'
126126
use_frameworks!
127127

128128
def import_pods
129-
pod 'HaishinKit', '~> 1.4.5
129+
pod 'HaishinKit', '~> 1.4.6
130130
end
131131
132132
target 'Your Target' do
@@ -136,7 +136,7 @@ end
136136
```
137137
### Carthage
138138
```
139-
github "shogo4405/HaishinKit.swift" ~> 1.4.5
139+
github "shogo4405/HaishinKit.swift" ~> 1.4.6
140140
```
141141
### Swift Package Manager
142142
```

docs/Classes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Classes Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -1211,7 +1211,7 @@ <h4>Declaration</h4>
12111211
</section>
12121212
</section>
12131213
<section id="footer">
1214-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
1214+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
12151215
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
12161216
</section>
12171217
</article>

docs/Classes/AudioCodec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="AudioCodec Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -783,7 +783,7 @@ <h4>Declaration</h4>
783783
</section>
784784
</section>
785785
<section id="footer">
786-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
786+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
787787
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
788788
</section>
789789
</article>

docs/Classes/AudioCodec/Option.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Option Enumeration Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -469,7 +469,7 @@ <h4>Declaration</h4>
469469
</section>
470470
</section>
471471
<section id="footer">
472-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
472+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
473473
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
474474
</section>
475475
</article>

docs/Classes/AudioEffect.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="AudioEffect Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -388,7 +388,7 @@ <h4>Declaration</h4>
388388
</section>
389389
</section>
390390
<section id="footer">
391-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
391+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
392392
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
393393
</section>
394394
</article>

docs/Classes/ByteArray.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ByteArray Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -1278,7 +1278,7 @@ <h4>Declaration</h4>
12781278
</section>
12791279
</section>
12801280
<section id="footer">
1281-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
1281+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
12821282
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
12831283
</section>
12841284
</article>

docs/Classes/ByteArray/Error.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Error Enumeration Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -415,7 +415,7 @@ <h4>Declaration</h4>
415415
</section>
416416
</section>
417417
<section id="footer">
418-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
418+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
419419
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
420420
</section>
421421
</article>

docs/Classes/Event.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Event Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -591,7 +591,7 @@ <h4>Declaration</h4>
591591
</section>
592592
</section>
593593
<section id="footer">
594-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
594+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
595595
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
596596
</section>
597597
</article>

docs/Classes/Event/Name.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Name Structure Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -599,7 +599,7 @@ <h4>Declaration</h4>
599599
</section>
600600
</section>
601601
<section id="footer">
602-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
602+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
603603
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
604604
</section>
605605
</article>

docs/Classes/EventDispatcher.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="EventDispatcher Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -523,7 +523,7 @@ <h4>Declaration</h4>
523523
</section>
524524
</section>
525525
<section id="footer">
526-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
526+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
527527
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
528528
</section>
529529
</article>

docs/Classes/FLVReader.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="FLVReader Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -509,7 +509,7 @@ <h4>Declaration</h4>
509509
</section>
510510
</section>
511511
<section id="footer">
512-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
512+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
513513
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
514514
</section>
515515
</article>

docs/Classes/HKView.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="HKView Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -669,7 +669,7 @@ <h4>Declaration</h4>
669669
</section>
670670
</section>
671671
<section id="footer">
672-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
672+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
673673
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
674674
</section>
675675
</article>

docs/Classes/HLSService.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="HLSService Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -441,7 +441,7 @@ <h4>Declaration</h4>
441441
</section>
442442
</section>
443443
<section id="footer">
444-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
444+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
445445
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
446446
</section>
447447
</article>

docs/Classes/HTTPService.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="HTTPService Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -658,7 +658,7 @@ <h4>Declaration</h4>
658658
</section>
659659
</section>
660660
<section id="footer">
661-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
661+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
662662
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
663663
</section>
664664
</article>

docs/Classes/HTTPStream.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="HTTPStream Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.4.5 Docs</a> (85% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.4.6 Docs</a> (85% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -467,7 +467,7 @@ <h4>Declaration</h4>
467467
</section>
468468
</section>
469469
<section id="footer">
470-
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-01)</p>
470+
<p>&copy; 2023 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2023-04-29)</p>
471471
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
472472
</section>
473473
</article>

0 commit comments

Comments
 (0)