Skip to content

Commit

Permalink
Bump to up 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Apr 29, 2021
1 parent 7654123 commit 36c3583
Show file tree
Hide file tree
Showing 200 changed files with 5,697 additions and 3,609 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.1.4"
s.version = "1.1.5"
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS."
s.swift_version = "5.0"

Expand Down
12 changes: 6 additions & 6 deletions HaishinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
ONLY_ACTIVE_ARCH = YES;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
Expand Down Expand Up @@ -2332,7 +2332,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2407,7 +2407,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
Expand Down Expand Up @@ -2439,7 +2439,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
SDKROOT = macosx;
Expand Down Expand Up @@ -2579,7 +2579,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2615,7 +2615,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
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.1.4'
pod 'HaishinKit', '~> 1.1.5'
end

target 'Your Target' do
Expand All @@ -102,7 +102,7 @@ end
```
### Carthage
```
github "shogo4405/HaishinKit.swift" ~> 1.1.4
github "shogo4405/HaishinKit.swift" ~> 1.1.5
```
### Swift Package Manager
```
Expand Down
87 changes: 42 additions & 45 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.1.4 Docs</a> (19% documented)</p>
<p><a href="index.html">HaishinKit 1.1.5 Docs</a> (20% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -60,13 +60,13 @@
<a href="Classes/AVRecorder.html">AVRecorder</a>
</li>
<li class="nav-group-task">
<a href="Classes/AudioConverter.html">AudioConverter</a>
<a href="Classes/AudioCodec.html">AudioCodec</a>
</li>
<li class="nav-group-task">
<a href="Classes/AudioConverter/Option.html">– Option</a>
<a href="Classes/AudioCodec/Option.html">– Option</a>
</li>
<li class="nav-group-task">
<a href="Classes/AudioConverter/Destination.html">– Destination</a>
<a href="Classes/AudioCodec/Destination.html">– Destination</a>
</li>
<li class="nav-group-task">
<a href="Classes/AudioEffect.html">AudioEffect</a>
Expand Down Expand Up @@ -225,9 +225,6 @@
<li class="nav-group-task">
<a href="Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
</li>
<li class="nav-group-task">
<a href="Enums/SamplingFrequency.html">SamplingFrequency</a>
</li>
<li class="nav-group-task">
<a href="Enums/ScalingMode.html">ScalingMode</a>
</li>
Expand All @@ -254,7 +251,7 @@
<a href="Protocols/AVRecorderDelegate.html">AVRecorderDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols/AudioConverterDelegate.html">AudioConverterDelegate</a>
<a href="Protocols/AudioCodecDelegate.html">AudioCodecDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols/CustomCaptureSession.html">CustomCaptureSession</a>
Expand Down Expand Up @@ -440,9 +437,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:10HaishinKit14AudioConverterC"></a>
<a name="//apple_ref/swift/Class/AudioConverter" class="dashAnchor"></a>
<a class="token" href="#/s:10HaishinKit14AudioConverterC">AudioConverter</a>
<a name="/s:10HaishinKit10AudioCodecC"></a>
<a name="//apple_ref/swift/Class/AudioCodec" class="dashAnchor"></a>
<a class="token" href="#/s:10HaishinKit10AudioCodecC">AudioCodec</a>
</code>
</div>
<div class="height-container">
Expand All @@ -459,14 +456,14 @@ <h4>Declaration</h4>
</ul></li>
</ul>

<a href="Classes/AudioConverter.html" class="slightly-smaller">See more</a>
<a href="Classes/AudioCodec.html" class="slightly-smaller">See more</a>
</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">class</span> <span class="kt">AudioConverter</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AudioConverter</span><span class="p">:</span> <span class="kt"><a href="Protocols/Running.html">Running</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">AudioCodec</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AudioCodec</span><span class="p">:</span> <span class="kt"><a href="Protocols/Running.html">Running</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -644,36 +641,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10HaishinKit8TSWriterC"></a>
<a name="//apple_ref/swift/Class/TSWriter" class="dashAnchor"></a>
<a class="token" href="#/s:10HaishinKit8TSWriterC">TSWriter</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>MPEG-2 TS (Transport Stream) Writer Foundation class</p>

<a href="Classes/TSWriter.html" class="slightly-smaller">See more</a>
</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">class</span> <span class="kt">TSWriter</span> <span class="p">:</span> <span class="kt"><a href="Protocols/Running.html">Running</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">TSWriter</span><span class="p">:</span> <span class="kt"><a href="Protocols/AudioConverterDelegate.html">AudioConverterDelegate</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">TSWriter</span><span class="p">:</span> <span class="kt"><a href="Protocols/VideoEncoderDelegate.html">VideoEncoderDelegate</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1173,6 +1140,36 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10HaishinKit8TSWriterC"></a>
<a name="//apple_ref/swift/Class/TSWriter" class="dashAnchor"></a>
<a class="token" href="#/s:10HaishinKit8TSWriterC">TSWriter</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>MPEG-2 TS (Transport Stream) Writer Foundation class</p>

<a href="Classes/TSWriter.html" class="slightly-smaller">See more</a>
</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">class</span> <span class="kt">TSWriter</span> <span class="p">:</span> <span class="kt"><a href="Protocols/Running.html">Running</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">TSWriter</span><span class="p">:</span> <span class="kt"><a href="Protocols/AudioCodecDelegate.html">AudioCodecDelegate</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">TSWriter</span><span class="p">:</span> <span class="kt"><a href="Protocols/VideoEncoderDelegate.html">VideoEncoderDelegate</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1322,7 +1319,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">shogo4405</a>. All rights reserved. (Last updated: 2021-03-20)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-04-29)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
15 changes: 6 additions & 9 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.1.4 Docs</a> (19% documented)</p>
<p><a href="../index.html">HaishinKit 1.1.5 Docs</a> (20% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -60,13 +60,13 @@
<a href="../Classes/AVRecorder.html">AVRecorder</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioConverter.html">AudioConverter</a>
<a href="../Classes/AudioCodec.html">AudioCodec</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioConverter/Option.html">– Option</a>
<a href="../Classes/AudioCodec/Option.html">– Option</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioConverter/Destination.html">– Destination</a>
<a href="../Classes/AudioCodec/Destination.html">– Destination</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioEffect.html">AudioEffect</a>
Expand Down Expand Up @@ -225,9 +225,6 @@
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SamplingFrequency.html">SamplingFrequency</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ScalingMode.html">ScalingMode</a>
</li>
Expand All @@ -254,7 +251,7 @@
<a href="../Protocols/AVRecorderDelegate.html">AVRecorderDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AudioConverterDelegate.html">AudioConverterDelegate</a>
<a href="../Protocols/AudioCodecDelegate.html">AudioCodecDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CustomCaptureSession.html">CustomCaptureSession</a>
Expand Down Expand Up @@ -391,7 +388,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">shogo4405</a>. All rights reserved. (Last updated: 2021-03-20)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-04-29)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
15 changes: 6 additions & 9 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.1.4 Docs</a> (19% documented)</p>
<p><a href="../index.html">HaishinKit 1.1.5 Docs</a> (20% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -60,13 +60,13 @@
<a href="../Classes/AVRecorder.html">AVRecorder</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioConverter.html">AudioConverter</a>
<a href="../Classes/AudioCodec.html">AudioCodec</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioConverter/Option.html">– Option</a>
<a href="../Classes/AudioCodec/Option.html">– Option</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioConverter/Destination.html">– Destination</a>
<a href="../Classes/AudioCodec/Destination.html">– Destination</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioEffect.html">AudioEffect</a>
Expand Down Expand Up @@ -225,9 +225,6 @@
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SamplingFrequency.html">SamplingFrequency</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ScalingMode.html">ScalingMode</a>
</li>
Expand All @@ -254,7 +251,7 @@
<a href="../Protocols/AVRecorderDelegate.html">AVRecorderDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AudioConverterDelegate.html">AudioConverterDelegate</a>
<a href="../Protocols/AudioCodecDelegate.html">AudioCodecDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CustomCaptureSession.html">CustomCaptureSession</a>
Expand Down Expand Up @@ -423,7 +420,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">shogo4405</a>. All rights reserved. (Last updated: 2021-03-20)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-04-29)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 36c3583

Please sign in to comment.