Skip to content

Commit

Permalink
Bump to up 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 25, 2021
1 parent 190dd23 commit a9ba16f
Show file tree
Hide file tree
Showing 189 changed files with 405 additions and 2,256 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ HaishinKit.xcodeproj/project.xcworkspace/xcuserdata/shogo.xcuserdatad/WorkspaceS
*.xcsettings
docs/undocumented.json
fastlane/report.xml
docs/docsets/HaishinKit.docset/Contents/Resources/Documents/undocumented.json
4 changes: 2 additions & 2 deletions HaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|

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

s.description = <<-DESC
HaishinKit. Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
Expand Down
12 changes: 6 additions & 6 deletions HaishinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.2.0;
ONLY_ACTIVE_ARCH = YES;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
Expand Down Expand Up @@ -2816,7 +2816,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2891,7 +2891,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.2.0;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
Expand Down Expand Up @@ -2923,7 +2923,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
SDKROOT = macosx;
Expand Down Expand Up @@ -3057,7 +3057,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -3093,7 +3093,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.8;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HaishinKit (formerly lf)
# HaishinKit
[![Platform](https://img.shields.io/cocoapods/p/HaishinKit.svg?style=flat)](http://cocoapods.org/pods/HaishinKit)
![Language](https://img.shields.io/badge/language-Swift%205.3-orange.svg)
[![CocoaPods](https://img.shields.io/cocoapods/v/HaishinKit.svg?style=flat)](http://cocoapods.org/pods/HaishinKit)
Expand Down Expand Up @@ -53,7 +53,7 @@ Enterprise Grade APIs for Feeds & Chat. <a href="https://getstream.io/tutorials/
|Engine|AVCaptureVideoPreviewLayer|Metal|
|Publish|||
|Playback|×||
|VIsualEffect|×||
|VisualEffect|×||
|Condition|Stable|Stable|

### Others
Expand All @@ -66,11 +66,11 @@ Enterprise Grade APIs for Feeds & Chat. <a href="https://getstream.io/tutorials/
- [ ] ~~Objective-C Bridging~~

## Requirements
|-|iOS|OSX|tvOS|XCode|Swift|CocoaPods|Carthage|
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|1.1.0+|9.0+|10.11+|10.2+|12.0+|5.0+|1.5.0+|0.29.0+|
|1.0.0+|8.0+|10.11+|10.2+|11.0+|5.0+|1.5.0+|0.29.0+|
|0.11.0+|8.0+|10.11+|10.2+|10.0+|5.0|1.5.0+|0.29.0+|
|-|iOS|OSX|tvOS|XCode|Swift|
|:----:|:----:|:----:|:----:|:----:|:----:|
|1.2.0+|9.0+|10.11+|10.2+|13.0+|5.5+|
|1.1.0+|9.0+|10.11+|10.2+|12.0+|5.0+|
|1.0.0+|8.0+|10.11+|10.2+|11.0+|5.0+|

## Cocoa Keys
Please contains Info.plist.
Expand All @@ -84,15 +84,15 @@ macOS 10.14+
* NSCameraUsageDescription

## Installation
*Please set up your project Swift 5.3. *
*Please set up your project Swift 5.5. *

### CocoaPods
```rb
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

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

target 'Your Target' do
Expand All @@ -102,7 +102,7 @@ end
```
### Carthage
```
github "shogo4405/HaishinKit.swift" ~> 1.1.8
github "shogo4405/HaishinKit.swift" ~> 1.2.0
```
### Swift Package Manager
```
Expand Down
36 changes: 2 additions & 34 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.8 Docs</a> (22% documented)</p>
<p><a href="index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -715,35 +712,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@HaishinKit@objc(cs)GLHKView"></a>
<a name="//apple_ref/swift/Class/GLHKView" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)GLHKView">GLHKView</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A view that displays a video content of a NetStream object which uses OpenGL api. This class is deprecated. Please consider to use the MTHKView.</p>

<a href="Classes/GLHKView.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">open</span> <span class="kd">class</span> <span class="kt">GLHKView</span> <span class="p">:</span> <span class="kt">GLKView</span><span class="p">,</span> <span class="kt">NetStreamRenderer</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">GLHKView</span><span class="p">:</span> <span class="kt">GLKViewDelegate</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1249,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 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.8 Docs</a> (22% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -376,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 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.8 Docs</a> (22% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -408,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 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.1.8 Docs</a> (22% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -411,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 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.1.8 Docs</a> (22% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -788,7 +785,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 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.1.8 Docs</a> (22% documented)</p>
<p><a href="../../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -395,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 deletions docs/Classes/AVRecorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AVRecorder Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.1.8 Docs</a> (22% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -660,7 +657,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 deletions docs/Classes/AudioCodec.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AudioCodec Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.1.8 Docs</a> (22% documented)</p>
<p><a href="../index.html">HaishinKit 1.2.0 Docs</a> (21% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -95,9 +95,6 @@
<li class="nav-group-task">
<a href="../Classes/FLVReader.html">FLVReader</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GLHKView.html">GLHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/H264Encoder.html">H264Encoder</a>
</li>
Expand Down Expand Up @@ -804,7 +801,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="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-24)</p>
<p>&copy; 2021 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="noopener" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2021-09-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit a9ba16f

Please sign in to comment.