Skip to content

Commit

Permalink
Bump to up 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Nov 7, 2021
1 parent 911265b commit 071a070
Show file tree
Hide file tree
Showing 186 changed files with 863 additions and 917 deletions.
2 changes: 1 addition & 1 deletion HaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "HaishinKit"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS."
s.swift_version = "5.5"

Expand Down
12 changes: 6 additions & 6 deletions HaishinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
ONLY_ACTIVE_ARCH = YES;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
Expand Down Expand Up @@ -2794,7 +2794,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2869,7 +2869,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
Expand Down Expand Up @@ -2901,7 +2901,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
SDKROOT = macosx;
Expand Down Expand Up @@ -3035,7 +3035,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -3071,7 +3071,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

def import_pods
pod 'HaishinKit', '~> 1.2.0'
pod 'HaishinKit', '~> 1.2.2'
end

target 'Your Target' do
Expand All @@ -102,7 +102,7 @@ end
```
### Carthage
```
github "shogo4405/HaishinKit.swift" ~> 1.2.0
github "shogo4405/HaishinKit.swift" ~> 1.2.2
```
### Swift Package Manager
```
Expand Down
10 changes: 5 additions & 5 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">HaishinKit 1.2.1 Docs</a> (21% documented)</p>
<p><a href="index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@
<a href="Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="Enums/HKPictureInPicureControllerPosition.html">HKPictureInPicureControllerPosition</a>
<a href="Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
Expand Down Expand Up @@ -254,7 +254,7 @@
<a href="Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="Protocols/HKPictureInPicureController.html">HKPictureInPicureController</a>
<a href="Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="Protocols/IEventDispatcher.html">IEventDispatcher</a>
Expand Down Expand Up @@ -610,7 +610,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>An object that mixies audio and video for streaming.</p>

<a href="Classes/AVMixer.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -1217,7 +1217,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-10-18)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-11-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/ASUndefined.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ASUndefined Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.2.1 Docs</a> (21% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@
<a href="../Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HKPictureInPicureControllerPosition.html">HKPictureInPicureControllerPosition</a>
<a href="../Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
Expand Down Expand Up @@ -254,7 +254,7 @@
<a href="../Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/HKPictureInPicureController.html">HKPictureInPicureController</a>
<a href="../Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/IEventDispatcher.html">IEventDispatcher</a>
Expand Down Expand Up @@ -373,7 +373,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-10-18)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-11-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/ASXML.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ASXML Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.2.1 Docs</a> (21% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@
<a href="../Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HKPictureInPicureControllerPosition.html">HKPictureInPicureControllerPosition</a>
<a href="../Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
Expand Down Expand Up @@ -254,7 +254,7 @@
<a href="../Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/HKPictureInPicureController.html">HKPictureInPicureController</a>
<a href="../Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/IEventDispatcher.html">IEventDispatcher</a>
Expand Down Expand Up @@ -405,7 +405,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-10-18)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-11-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/ASXMLDocument.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ASXMLDocument Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.2.1 Docs</a> (21% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@
<a href="../Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HKPictureInPicureControllerPosition.html">HKPictureInPicureControllerPosition</a>
<a href="../Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
Expand Down Expand Up @@ -254,7 +254,7 @@
<a href="../Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/HKPictureInPicureController.html">HKPictureInPicureController</a>
<a href="../Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/IEventDispatcher.html">IEventDispatcher</a>
Expand Down Expand Up @@ -408,7 +408,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-10-18)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-11-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
39 changes: 6 additions & 33 deletions docs/Classes/AVMixer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AVMixer Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.2.1 Docs</a> (21% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@
<a href="../Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HKPictureInPicureControllerPosition.html">HKPictureInPicureControllerPosition</a>
<a href="../Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
Expand Down Expand Up @@ -254,7 +254,7 @@
<a href="../Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/HKPictureInPicureController.html">HKPictureInPicureController</a>
<a href="../Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/IEventDispatcher.html">IEventDispatcher</a>
Expand Down Expand Up @@ -336,39 +336,12 @@ <h1>AVMixer</h1>

</div>
</div>
<p>Undocumented</p>
<p>An object that mixies audio and video for streaming.</p>

</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:10HaishinKit7AVMixerC11bufferEmptySo18NSNotificationNameavpZ"></a>
<a name="//apple_ref/swift/Variable/bufferEmpty" class="dashAnchor"></a>
<a class="token" href="#/s:10HaishinKit7AVMixerC11bufferEmptySo18NSNotificationNameavpZ">bufferEmpty</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">bufferEmpty</span><span class="p">:</span> <span class="kt">Notification</span><span class="o">.</span><span class="kt">Name</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -483,7 +456,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>The capture session instance.</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -758,7 +731,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-10-18)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-11-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/AVMixer/Option.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Option Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">HaishinKit 1.2.1 Docs</a> (21% documented)</p>
<p><a href="../../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
<div class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@
<a href="../../Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="../../Enums/HKPictureInPicureControllerPosition.html">HKPictureInPicureControllerPosition</a>
<a href="../../Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="../../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
Expand Down Expand Up @@ -254,7 +254,7 @@
<a href="../../Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/HKPictureInPicureController.html">HKPictureInPicureController</a>
<a href="../../Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/IEventDispatcher.html">IEventDispatcher</a>
Expand Down Expand Up @@ -392,7 +392,7 @@ <h1>Option</h1>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-10-18)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2021-11-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 071a070

Please sign in to comment.