Skip to content

Commit 5886099

Browse files
authored
Merge pull request #574 from iossun/master
Release v3.4.8
2 parents e7c0577 + e779e6f commit 5886099

28 files changed

Lines changed: 1387 additions & 1283 deletions

File tree

APIDiffs/api-diffs-3.4.8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# PLPlayerKit 3.4.7 to 3.4.8 API Differences
2+
3+
## General Headers
4+
5+
None
6+

Example/new/NiuPlayer/Common/PLPlayerView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ @interface PLPlayerView ()
6868
@implementation PLPlayerView
6969

7070
-(void)dealloc {
71-
[self unsetupPlayer];
71+
// [self unsetupPlayer];
7272
}
7373

7474
- (void)configureVideo:(BOOL)enableRender {

Example/new/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ PODS:
2222
- JGProgressHUD (2.0)
2323
- Masonry (1.0.1)
2424
- MMMaterialDesignSpinner (0.2.5)
25-
- PLPlayerKit (3.4.7):
26-
- PLPlayerKit/iphoneos (= 3.4.7)
27-
- PLPlayerKit/iphoneos (3.4.7)
25+
- PLPlayerKit (3.4.8):
26+
- PLPlayerKit/iphoneos (= 3.4.8)
27+
- PLPlayerKit/iphoneos (3.4.8)
2828
- SDWebImage (4.3.2):
2929
- SDWebImage/Core (= 4.3.2)
3030
- SDWebImage/Core (4.3.2)
@@ -70,10 +70,10 @@ SPEC CHECKSUMS:
7070
JGProgressHUD: c402c0f41fc291ca7e33bba2f999118d9682dd9c
7171
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
7272
MMMaterialDesignSpinner: a548042720c2e5f04212048483085d7942ac3e81
73-
PLPlayerKit: a4c6da506dc4ae368ae71a95b49e2256f33c0de7
73+
PLPlayerKit: 3b303b17c2d8abd6f9d8c92f9894143677937b4d
7474
SDWebImage: 29bd3c0bc1f01e5eb59720847c64ad4c4ca1af5d
7575
WeiboSDK: acb067053668102cf07d01aa7604350162c2e466
7676

7777
PODFILE CHECKSUM: 125580bee4fbaff98cc481a161fc9d6987859318
7878

79-
COCOAPODS: 1.10.1
79+
COCOAPODS: 1.11.2

Example/new/Pods/Local Podspecs/PLPlayerKit.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/new/Pods/Manifest.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/new/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1100 additions & 1100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/new/Pods/Target Support Files/Pods-NiuPlayer/Pods-NiuPlayer-frameworks.sh

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/old/PLPlayerKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,10 @@
296296
inputPaths = (
297297
"${PODS_ROOT}/Target Support Files/Pods-PLPlayerKit/Pods-PLPlayerKit-frameworks.sh",
298298
"${PODS_ROOT}/../../../Pod/Library/PLPlayerKit.framework",
299-
"${PODS_ROOT}/../../../Pod/Library/PLPlayerKit.framework.dSYM",
300299
);
301300
name = "[CP] Embed Pods Frameworks";
302301
outputPaths = (
303302
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework",
304-
"${DWARF_DSYM_FOLDER_PATH}/PLPlayerKit.framework.dSYM",
305303
);
306304
runOnlyForDeploymentPostprocessing = 0;
307305
shellPath = /bin/sh;

Example/old/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- PLPlayerKit (3.4.5):
3-
- PLPlayerKit/iphoneos (= 3.4.5)
4-
- PLPlayerKit/iphoneos (3.4.5)
2+
- PLPlayerKit (3.4.8):
3+
- PLPlayerKit/iphoneos (= 3.4.8)
4+
- PLPlayerKit/iphoneos (3.4.8)
55

66
DEPENDENCIES:
77
- PLPlayerKit (from `../../`)
@@ -11,8 +11,8 @@ EXTERNAL SOURCES:
1111
:path: "../../"
1212

1313
SPEC CHECKSUMS:
14-
PLPlayerKit: 808684cd063f695f91ef07ec0b1237523b0f111d
14+
PLPlayerKit: 3b303b17c2d8abd6f9d8c92f9894143677937b4d
1515

1616
PODFILE CHECKSUM: 1399b1346ca0054c788cb5af2adbda9fd64eae10
1717

18-
COCOAPODS: 1.7.5
18+
COCOAPODS: 1.11.2

Example/old/Pods/Local Podspecs/PLPlayerKit.podspec.json

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)