Skip to content

Commit d44f956

Browse files
authored
Merge pull request #99 from depthlove/master
v2.3.3 release
2 parents 9e9ebf7 + 3cef50c commit d44f956

File tree

27 files changed

+58
-29
lines changed

27 files changed

+58
-29
lines changed

APIDiffs/api-diffs-2.3.3.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PLMediaStreamingKit 2.3.2 to 2.3.3 API Differences
2+
3+
## General Headers

Example/PLMediaStreamingKitDemo.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
691691
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
692692
DEVELOPMENT_TEAM = W2TP34G2MM;
693-
ENABLE_BITCODE = NO;
693+
ENABLE_BITCODE = YES;
694694
GCC_PRECOMPILE_PREFIX_HEADER = YES;
695695
GCC_PREFIX_HEADER = "";
696696
INFOPLIST_FILE = "$(SRCROOT)/PLMediaStreamingKitDemo/Supporting Files/PLMediaStreamingKitDemo-Info.plist";
@@ -714,7 +714,7 @@
714714
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
715715
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
716716
DEVELOPMENT_TEAM = W2TP34G2MM;
717-
ENABLE_BITCODE = NO;
717+
ENABLE_BITCODE = YES;
718718
GCC_PRECOMPILE_PREFIX_HEADER = YES;
719719
GCC_PREFIX_HEADER = "";
720720
INFOPLIST_FILE = "$(SRCROOT)/PLMediaStreamingKitDemo/Supporting Files/PLMediaStreamingKitDemo-Info.plist";

Example/PLMediaStreamingKitDemo/Supporting Files/PLMediaStreamingKitDemo-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.3.2</string>
20+
<string>2.3.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.3.2</string>
24+
<string>2.3.3</string>
2525
<key>Fabric</key>
2626
<dict>
2727
<key>APIKey</key>

Example/Podfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ PODS:
1414
- BlocksKit/UIKit (2.2.5):
1515
- BlocksKit/Core
1616
- BlocksKit/DynamicDelegate
17-
- Crashlytics (3.10.5):
18-
- Fabric (~> 1.7.9)
19-
- Fabric (1.7.9)
17+
- Crashlytics (3.10.7):
18+
- Fabric (~> 1.7.11)
19+
- Fabric (1.7.11)
2020
- Masonry (1.1.0)
21-
- PLMediaStreamingKit (2.3.2):
22-
- PLMediaStreamingKit/iphoneos (= 2.3.2)
23-
- PLMediaStreamingKit/iphoneos (2.3.2)
21+
- PLMediaStreamingKit (2.3.3):
22+
- PLMediaStreamingKit/iphoneos (= 2.3.3)
23+
- PLMediaStreamingKit/iphoneos (2.3.3)
2424
- WeiboSDK (3.1.3)
2525

2626
DEPENDENCIES:
@@ -45,10 +45,10 @@ EXTERNAL SOURCES:
4545

4646
SPEC CHECKSUMS:
4747
BlocksKit: 7f422b971407001178d181a43b99014ea2591fe6
48-
Crashlytics: 7f2e38d302d9da96475b3d64d86fb29e31a542b7
49-
Fabric: a2917d3895e4c1569b9c3170de7320ea1b1e6661
48+
Crashlytics: ccaac42660eb9351b9960c0d66106b0bcf99f4fa
49+
Fabric: f233c9492b3bbc1f04e3882986740f7988a58edb
5050
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
51-
PLMediaStreamingKit: 0b13b3e41a201ed9e25d2eb9ec88d6787fd8ef2d
51+
PLMediaStreamingKit: 903c924568e652e6d224da2bfd2537cf3b34339d
5252
WeiboSDK: acb067053668102cf07d01aa7604350162c2e466
5353

5454
PODFILE CHECKSUM: 6f679f7dc7004741cffdbbe7fd79b0f13ed22c4a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Example/Pods/Crashlytics/submit

8.81 KB
Binary file not shown.
89.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

Example/Pods/Fabric/upload-symbols

14.8 KB
Binary file not shown.

Example/Pods/Fabric/uploadDSYM

8.81 KB
Binary file not shown.

Example/Pods/Local Podspecs/PLMediaStreamingKit.podspec.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PLMediaStreamingKit-Universal.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "PLMediaStreamingKit"
12-
s.version = "2.3.2"
12+
s.version = "2.3.3"
1313
s.summary = "Pili iOS media streaming framework via RTMP."
1414
s.homepage = "https://github.com/pili-engineering/PLMediaStreamingKit"
1515
s.license = 'Apache License, Version 2.0'
1616
s.author = { "pili" => "[email protected]" }
17-
s.source = { :git => "https://github.com/pili-engineering/PLMediaStreamingKit.git", :tag => "v#{s.version}" }
17+
s.source = { :http => "http://sdk-release.qnsdk.com/PLMediaStreamingKit-v2.3.3-universal.zip"}
1818

1919
s.platform = :ios
2020
s.ios.deployment_target = '8.0'

PLMediaStreamingKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "PLMediaStreamingKit"
12-
s.version = "2.3.2"
12+
s.version = "2.3.3"
1313
s.summary = "Pili iOS media streaming framework via RTMP."
1414
s.homepage = "https://github.com/pili-engineering/PLMediaStreamingKit"
1515
s.license = 'Apache License, Version 2.0'
1616
s.author = { "pili" => "[email protected]" }
17-
s.source = { :git => "https://github.com/pili-engineering/PLMediaStreamingKit.git", :tag => "v#{s.version}" }
17+
s.source = { :http => "http://sdk-release.qnsdk.com/PLMediaStreamingKit-v2.3.3-iphoneos.zip"}
1818

1919
s.platform = :ios
2020
s.ios.deployment_target = '8.0'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
963 KB
Binary file not shown.
1 Byte
Binary file not shown.
Binary file not shown.
Binary file not shown.

ReleaseNotes/release-notes-2.3.3.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# PLMediaStreamingKit Release Notes for 2.3.3
2+
3+
## 内容
4+
5+
- [简介](#简介)
6+
- [问题反馈](#问题反馈)
7+
- [记录](#记录)
8+
9+
## 简介
10+
11+
PLMediaStreamingKit 为 iOS 开发者提供直播推流 SDK。
12+
13+
## 问题反馈
14+
15+
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。
16+
17+
[通过这里查看已有的 issues 和提交 Bug](https://github.com/pili-engineering/PLMediaStreamingKit/issues)
18+
19+
## 记录
20+
- 功能
21+
- 支持 bitcode
22+
- 优化
23+
- 优化相机的对焦效果和曝光效果
24+
- 优化 pod install 或 update 时进度缓慢的问题
25+
- 缺陷
26+
- 修复特殊场景下 Wi-Fi 和 4G 之间频繁切换偶现的预览画面卡住的问题
27+
- 修复开始推流后 0.2 秒内音频爆音的问题

0 commit comments

Comments
 (0)