Skip to content

Commit d0b37f1

Browse files
authored
Merge pull request #119 from LZYongcn/master
release 3.2.1
2 parents dd1de68 + 7da20f7 commit d0b37f1

26 files changed

+248
-1474
lines changed

APIDiffs/api-diffs-3.2.1.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PLShortVideoKit 3.2.0 to 3.2.1 API Differences
2+
3+
## General Headers
4+
5+
`PLShortVideoRecorder.h`
6+
7+
- *Added*
8+
9+
```objc
10+
- (nonnull instancetype)initWithVideoConfiguration:(PLSVideoConfiguration *__nonnull)videoConfiguration
11+
audioConfiguration:(PLSAudioConfiguration *__nonnull)audioConfiguration
12+
videoCaptureEnabled:(BOOL)videoCaptureEnabled
13+
audioCaptureEnabled:(BOOL)audioCaptureEnabled;
14+
```

PLShortVideoKit-Advanced.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "PLShortVideoKit"
12-
s.version = "3.2.0"
12+
s.version = "3.2.1"
1313
s.summary = "PILI iOS short video record SDK"
1414
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
1515
s.license = "Apache License 2.0"
1616
s.author = { "pili" => "[email protected]" }
17-
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-advanced-v3.2.0.zip"}
17+
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-advanced-v#{s.version}.zip"}
1818
s.platform = :ios
1919
s.requires_arc = true
2020

PLShortVideoKit-Basic.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "PLShortVideoKit"
12-
s.version = "3.2.0"
12+
s.version = "3.2.1"
1313
s.summary = "PILI iOS short video record SDK"
1414
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
1515
s.license = "Apache License 2.0"
1616
s.author = { "pili" => "[email protected]" }
17-
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-basic-v3.2.0.zip"}
17+
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-basic-v#{s.version}.zip"}
1818
s.platform = :ios
1919
s.requires_arc = true
2020

PLShortVideoKit-Smart.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "PLShortVideoKit"
12-
s.version = "3.2.0"
12+
s.version = "3.2.1"
1313
s.summary = "PILI iOS short video record SDK"
1414
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
1515
s.license = "Apache License 2.0"
1616
s.author = { "pili" => "[email protected]" }
17-
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-smart-v3.2.0.zip"}
17+
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-smart-v#{s.version}.zip"}
1818
s.platform = :ios
1919
s.requires_arc = true
2020

PLShortVideoKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "PLShortVideoKit"
12-
s.version = "3.2.0"
12+
s.version = "3.2.1"
1313
s.summary = "PILI iOS short video record SDK"
1414
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
1515
s.license = "Apache License 2.0"
1616
s.author = { "pili" => "[email protected]" }
17-
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-profession-v3.2.0.zip"}
17+
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-profession-v#{s.version}.zip"}
1818
s.platform = :ios
1919
s.requires_arc = true
2020

Pod/Library/Profession/PLShortVideoKit.framework/Headers/PLSCVPixelBufferRotateProcessor.h

-89
This file was deleted.

Pod/Library/Profession/PLShortVideoKit.framework/Headers/PLSGLKView.h

-72
This file was deleted.

Pod/Library/Profession/PLShortVideoKit.framework/Headers/PLSImageRotateProcessor.h

-53
This file was deleted.

Pod/Library/Profession/PLShortVideoKit.framework/Headers/PLSPixelBufferProcessor.h

-88
This file was deleted.

0 commit comments

Comments
 (0)