Skip to content

Commit a7ae921

Browse files
committed
Bump to up 1.7.1.
1 parent 98aff1b commit a7ae921

File tree

169 files changed

+515
-359
lines changed

Some content is hidden

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

169 files changed

+515
-359
lines changed

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ GEM
2121
artifactory (3.0.15)
2222
atomos (0.1.3)
2323
aws-eventstream (1.2.0)
24-
aws-partitions (1.843.0)
25-
aws-sdk-core (3.185.1)
24+
aws-partitions (1.848.0)
25+
aws-sdk-core (3.186.0)
2626
aws-eventstream (~> 1, >= 1.0.2)
2727
aws-partitions (~> 1, >= 1.651.0)
2828
aws-sigv4 (~> 1.5)
@@ -37,7 +37,7 @@ GEM
3737
aws-sigv4 (1.6.1)
3838
aws-eventstream (~> 1, >= 1.0.2)
3939
babosa (1.0.4)
40-
base64 (0.1.1)
40+
base64 (0.2.0)
4141
bigdecimal (3.1.4)
4242
claide (1.1.0)
4343
clamp (0.6.5)
@@ -91,7 +91,7 @@ GEM
9191
domain_name (0.5.20190701)
9292
unf (>= 0.0.5, < 1.0.0)
9393
dotenv (2.8.1)
94-
drb (2.1.1)
94+
drb (2.2.0)
9595
ruby2_keywords
9696
emoji_regex (3.2.3)
9797
escape (0.0.4)
@@ -186,19 +186,19 @@ GEM
186186
google-apis-core (>= 0.11.0, < 2.a)
187187
google-apis-playcustomapp_v1 (0.13.0)
188188
google-apis-core (>= 0.11.0, < 2.a)
189-
google-apis-storage_v1 (0.19.0)
190-
google-apis-core (>= 0.9.0, < 2.a)
189+
google-apis-storage_v1 (0.29.0)
190+
google-apis-core (>= 0.11.0, < 2.a)
191191
google-cloud-core (1.6.0)
192192
google-cloud-env (~> 1.0)
193193
google-cloud-errors (~> 1.0)
194194
google-cloud-env (1.6.0)
195195
faraday (>= 0.17.3, < 3.0)
196196
google-cloud-errors (1.3.1)
197-
google-cloud-storage (1.44.0)
197+
google-cloud-storage (1.45.0)
198198
addressable (~> 2.8)
199199
digest-crc (~> 0.4)
200200
google-apis-iamcredentials_v1 (~> 0.1)
201-
google-apis-storage_v1 (~> 0.19.0)
201+
google-apis-storage_v1 (~> 0.29.0)
202202
google-cloud-core (~> 1.6)
203203
googleauth (>= 0.16.2, < 2.a)
204204
mini_mime (~> 1.0)
@@ -236,7 +236,7 @@ GEM
236236
multi_json (1.15.0)
237237
multipart-post (2.3.0)
238238
mustache (1.1.1)
239-
mutex_m (0.1.2)
239+
mutex_m (0.2.0)
240240
nanaimo (0.3.0)
241241
nap (1.1.0)
242242
naturally (2.2.1)
@@ -269,7 +269,7 @@ GEM
269269
simctl (1.6.10)
270270
CFPropertyList
271271
naturally
272-
sqlite3 (1.6.7)
272+
sqlite3 (1.6.8)
273273
mini_portile2 (~> 2.8.0)
274274
synx (0.2.1)
275275
clamp (~> 0.6)

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.7.0"
4+
s.version = "1.7.1"
55
s.summary = "Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.9"
77

HaishinKit.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@
22322232
"@loader_path/Frameworks",
22332233
);
22342234
MACOSX_DEPLOYMENT_TARGET = 10.13;
2235-
MARKETING_VERSION = 1.7.0;
2235+
MARKETING_VERSION = 1.7.1;
22362236
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
22372237
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
22382238
ONLY_ACTIVE_ARCH = YES;
@@ -2278,7 +2278,7 @@
22782278
"@loader_path/Frameworks",
22792279
);
22802280
MACOSX_DEPLOYMENT_TARGET = 10.13;
2281-
MARKETING_VERSION = 1.7.0;
2281+
MARKETING_VERSION = 1.7.1;
22822282
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
22832283
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
22842284
ONLY_ACTIVE_ARCH = NO;
@@ -2586,7 +2586,7 @@
25862586
"@loader_path/Frameworks",
25872587
);
25882588
MACOSX_DEPLOYMENT_TARGET = 13.0;
2589-
MARKETING_VERSION = 1.7.0;
2589+
MARKETING_VERSION = 1.7.1;
25902590
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
25912591
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
25922592
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -2640,7 +2640,7 @@
26402640
"@loader_path/Frameworks",
26412641
);
26422642
MACOSX_DEPLOYMENT_TARGET = 13.0;
2643-
MARKETING_VERSION = 1.7.0;
2643+
MARKETING_VERSION = 1.7.1;
26442644
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
26452645
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
26462646
MTL_FAST_MATH = YES;

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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -1088,7 +1088,7 @@ <h4>Declaration</h4>
10881088
</section>
10891089
</section>
10901090
<section id="footer">
1091-
<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-10-28)</p>
1091+
<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-11-09)</p>
10921092
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
10931093
</section>
10941094
</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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -1248,7 +1248,7 @@ <h4>Declaration</h4>
12481248
</section>
12491249
</section>
12501250
<section id="footer">
1251-
<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-10-28)</p>
1251+
<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-11-09)</p>
12521252
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
12531253
</section>
12541254
</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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -385,7 +385,7 @@ <h4>Declaration</h4>
385385
</section>
386386
</section>
387387
<section id="footer">
388-
<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-10-28)</p>
388+
<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-11-09)</p>
389389
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
390390
</section>
391391
</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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -561,7 +561,7 @@ <h4>Declaration</h4>
561561
</section>
562562
</section>
563563
<section id="footer">
564-
<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-10-28)</p>
564+
<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-11-09)</p>
565565
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
566566
</section>
567567
</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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -571,7 +571,7 @@ <h4>Declaration</h4>
571571
</section>
572572
</section>
573573
<section id="footer">
574-
<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-10-28)</p>
574+
<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-11-09)</p>
575575
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
576576
</section>
577577
</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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -493,7 +493,7 @@ <h4>Declaration</h4>
493493
</section>
494494
</section>
495495
<section id="footer">
496-
<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-10-28)</p>
496+
<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-11-09)</p>
497497
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
498498
</section>
499499
</article>

docs/Classes/IORecorder.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="IORecorder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -587,7 +587,7 @@ <h4>Declaration</h4>
587587
</section>
588588
</section>
589589
<section id="footer">
590-
<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-10-28)</p>
590+
<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-11-09)</p>
591591
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
592592
</section>
593593
</article>

docs/Classes/IORecorder/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.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -439,7 +439,7 @@ <h4>Declaration</h4>
439439
</section>
440440
</section>
441441
<section id="footer">
442-
<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-10-28)</p>
442+
<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-11-09)</p>
443443
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
444444
</section>
445445
</article>

docs/Classes/IOUIScreenCaptureUnit.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="IOUIScreenCaptureUnit Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.7.0 Docs</a> (88% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.7.1 Docs</a> (88% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -547,7 +547,7 @@ <h3 class="section-name"><span>Running</span>
547547
</section>
548548
</section>
549549
<section id="footer">
550-
<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-10-28)</p>
550+
<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-11-09)</p>
551551
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
552552
</section>
553553
</article>

0 commit comments

Comments
 (0)