Skip to content

Commit 8fc3f3b

Browse files
committed
Bump up to 1.2.3
1 parent d30484d commit 8fc3f3b

File tree

183 files changed

+538
-363
lines changed

Some content is hidden

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

183 files changed

+538
-363
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.2.2"
4+
s.version = "1.2.3"
55
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS."
66
s.swift_version = "5.5"
77

HaishinKit.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@
27602760
"@executable_path/Frameworks",
27612761
"@loader_path/Frameworks",
27622762
);
2763-
MARKETING_VERSION = 1.2.2;
2763+
MARKETING_VERSION = 1.2.3;
27642764
ONLY_ACTIVE_ARCH = YES;
27652765
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
27662766
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
@@ -2794,7 +2794,7 @@
27942794
"@executable_path/Frameworks",
27952795
"@loader_path/Frameworks",
27962796
);
2797-
MARKETING_VERSION = 1.2.2;
2797+
MARKETING_VERSION = 1.2.3;
27982798
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
27992799
PRODUCT_NAME = HaishinKit;
28002800
PROVISIONING_PROFILE = "";
@@ -2869,7 +2869,7 @@
28692869
"@loader_path/Frameworks",
28702870
);
28712871
MACOSX_DEPLOYMENT_TARGET = 10.11;
2872-
MARKETING_VERSION = 1.2.2;
2872+
MARKETING_VERSION = 1.2.3;
28732873
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
28742874
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
28752875
PRODUCT_NAME = HaishinKit;
@@ -2901,7 +2901,7 @@
29012901
"@loader_path/Frameworks",
29022902
);
29032903
MACOSX_DEPLOYMENT_TARGET = 10.11;
2904-
MARKETING_VERSION = 1.2.2;
2904+
MARKETING_VERSION = 1.2.3;
29052905
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
29062906
PRODUCT_NAME = HaishinKit;
29072907
SDKROOT = macosx;
@@ -3035,7 +3035,7 @@
30353035
"@executable_path/Frameworks",
30363036
"@loader_path/Frameworks",
30373037
);
3038-
MARKETING_VERSION = 1.2.2;
3038+
MARKETING_VERSION = 1.2.3;
30393039
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
30403040
PRODUCT_NAME = HaishinKit;
30413041
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3071,7 +3071,7 @@
30713071
"@executable_path/Frameworks",
30723072
"@loader_path/Frameworks",
30733073
);
3074-
MARKETING_VERSION = 1.2.2;
3074+
MARKETING_VERSION = 1.2.3;
30753075
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
30763076
PRODUCT_NAME = HaishinKit;
30773077
PROVISIONING_PROFILE_SPECIFIER = "";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1310"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "29C9327D1CD76FB800283FC5"
18+
BuildableName = "Example iOS.app"
19+
BlueprintName = "Example iOS"
20+
ReferencedContainer = "container:HaishinKit.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "29C9327D1CD76FB800283FC5"
48+
BuildableName = "Example iOS.app"
49+
BlueprintName = "Example iOS"
50+
ReferencedContainer = "container:HaishinKit.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "29C9327D1CD76FB800283FC5"
65+
BuildableName = "Example iOS.app"
66+
BlueprintName = "Example iOS"
67+
ReferencedContainer = "container:HaishinKit.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1310"
4+
wasCreatedForAppExtension = "YES"
5+
version = "2.0">
6+
<BuildAction
7+
parallelizeBuildables = "YES"
8+
buildImplicitDependencies = "YES">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "2915EC511D85BDF100621092"
19+
BuildableName = "Screencast.appex"
20+
BlueprintName = "Screencast"
21+
ReferencedContainer = "container:HaishinKit.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
<BuildActionEntry
25+
buildForTesting = "YES"
26+
buildForRunning = "YES"
27+
buildForProfiling = "YES"
28+
buildForArchiving = "YES"
29+
buildForAnalyzing = "YES">
30+
<BuildableReference
31+
BuildableIdentifier = "primary"
32+
BlueprintIdentifier = "29C9327D1CD76FB800283FC5"
33+
BuildableName = "Example iOS.app"
34+
BlueprintName = "Example iOS"
35+
ReferencedContainer = "container:HaishinKit.xcodeproj">
36+
</BuildableReference>
37+
</BuildActionEntry>
38+
</BuildActionEntries>
39+
</BuildAction>
40+
<TestAction
41+
buildConfiguration = "Debug"
42+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
43+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
44+
shouldUseLaunchSchemeArgsEnv = "YES">
45+
<Testables>
46+
</Testables>
47+
</TestAction>
48+
<LaunchAction
49+
buildConfiguration = "Debug"
50+
selectedDebuggerIdentifier = ""
51+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
52+
launchStyle = "0"
53+
askForAppToLaunch = "Yes"
54+
useCustomWorkingDirectory = "NO"
55+
ignoresPersistentStateOnLaunch = "NO"
56+
debugDocumentVersioning = "YES"
57+
debugServiceExtension = "internal"
58+
allowLocationSimulation = "YES"
59+
launchAutomaticallySubstyle = "2">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "29C9327D1CD76FB800283FC5"
65+
BuildableName = "Example iOS.app"
66+
BlueprintName = "Example iOS"
67+
ReferencedContainer = "container:HaishinKit.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</LaunchAction>
71+
<ProfileAction
72+
buildConfiguration = "Release"
73+
shouldUseLaunchSchemeArgsEnv = "YES"
74+
savedToolIdentifier = ""
75+
useCustomWorkingDirectory = "NO"
76+
debugDocumentVersioning = "YES"
77+
askForAppToLaunch = "Yes"
78+
launchAutomaticallySubstyle = "2">
79+
<BuildableProductRunnable
80+
runnableDebuggingMode = "0">
81+
<BuildableReference
82+
BuildableIdentifier = "primary"
83+
BlueprintIdentifier = "29C9327D1CD76FB800283FC5"
84+
BuildableName = "Example iOS.app"
85+
BlueprintName = "Example iOS"
86+
ReferencedContainer = "container:HaishinKit.xcodeproj">
87+
</BuildableReference>
88+
</BuildableProductRunnable>
89+
</ProfileAction>
90+
<AnalyzeAction
91+
buildConfiguration = "Debug">
92+
</AnalyzeAction>
93+
<ArchiveAction
94+
buildConfiguration = "Release"
95+
revealArchiveInOrganizer = "YES">
96+
</ArchiveAction>
97+
</Scheme>

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.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -1217,7 +1217,7 @@ <h4>Declaration</h4>
12171217
</section>
12181218
</section>
12191219
<section id="footer">
1220-
<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>
1220+
<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-12-26)</p>
12211221
<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>
12221222
</section>
12231223
</article>

docs/Classes/ASUndefined.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ASUndefined Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -373,7 +373,7 @@ <h4>Declaration</h4>
373373
</section>
374374
</section>
375375
<section id="footer">
376-
<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>
376+
<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-12-26)</p>
377377
<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>
378378
</section>
379379
</article>

docs/Classes/ASXML.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ASXML Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -405,7 +405,7 @@ <h4>Declaration</h4>
405405
</section>
406406
</section>
407407
<section id="footer">
408-
<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>
408+
<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-12-26)</p>
409409
<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>
410410
</section>
411411
</article>

docs/Classes/ASXMLDocument.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ASXMLDocument Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -408,7 +408,7 @@ <h4>Declaration</h4>
408408
</section>
409409
</section>
410410
<section id="footer">
411-
<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>
411+
<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-12-26)</p>
412412
<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>
413413
</section>
414414
</article>

docs/Classes/AVMixer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="AVMixer Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -731,7 +731,7 @@ <h4>Declaration</h4>
731731
</section>
732732
</section>
733733
<section id="footer">
734-
<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>
734+
<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-12-26)</p>
735735
<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>
736736
</section>
737737
</article>

docs/Classes/AVMixer/Option.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Option Structure Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -392,7 +392,7 @@ <h1>Option</h1>
392392
</section>
393393
</section>
394394
<section id="footer">
395-
<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>
395+
<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-12-26)</p>
396396
<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>
397397
</section>
398398
</article>

docs/Classes/AVRecorder.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="AVRecorder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">HaishinKit 1.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -657,7 +657,7 @@ <h4>Declaration</h4>
657657
</section>
658658
</section>
659659
<section id="footer">
660-
<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>
660+
<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-12-26)</p>
661661
<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>
662662
</section>
663663
</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.2.2 Docs</a> (22% documented)</p>
20+
<p><a href="../index.html">HaishinKit 1.2.3 Docs</a> (22% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -801,7 +801,7 @@ <h4>Declaration</h4>
801801
</section>
802802
</section>
803803
<section id="footer">
804-
<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>
804+
<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-12-26)</p>
805805
<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>
806806
</section>
807807
</article>

0 commit comments

Comments
 (0)