Skip to content

Commit 606c6e5

Browse files
committed
Merge pull request #118 from lawder/release
v2.1.3 update
2 parents d6c87a5 + f7bf23e commit 606c6e5

Some content is hidden

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

58 files changed

+9928
-67
lines changed

APIDiffs/api-diffs-2.1.3.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# PLPlayerKit 2.1.2 to 2.1.3 API Differences
2+
3+
## No Change
4+

Example/PLPlayerKit/PLPlayerViewController.m

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ - (void)setupUI {
5555
UIView *playerView = self.player.playerView;
5656
if (!playerView.superview) {
5757
playerView.contentMode = UIViewContentModeScaleAspectFit;
58-
playerView.autoresizingMask = UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleWidth;
58+
playerView.autoresizingMask = UIViewAutoresizingFlexibleBottomMargin
59+
| UIViewAutoresizingFlexibleTopMargin
60+
| UIViewAutoresizingFlexibleLeftMargin
61+
| UIViewAutoresizingFlexibleRightMargin
62+
| UIViewAutoresizingFlexibleWidth
63+
| UIViewAutoresizingFlexibleHeight;
5964
[self.view addSubview:playerView];
6065

6166
// test input

Example/Podfile.lock

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
PODS:
2-
- PLPlayerKit (2.1.2):
3-
- PLPlayerKit/precompiled (= 2.1.2)
4-
- PLPlayerKit/precompiled (2.1.2)
2+
- pili-librtmp (1.0.1)
3+
- PLPlayerKit (2.1.3):
4+
- pili-librtmp
5+
- PLPlayerKit/precompiled (= 2.1.3)
6+
- PLPlayerKit/precompiled (2.1.3):
7+
- pili-librtmp
58

69
DEPENDENCIES:
710
- PLPlayerKit (from `../`)
@@ -11,6 +14,7 @@ EXTERNAL SOURCES:
1114
:path: ../
1215

1316
SPEC CHECKSUMS:
14-
PLPlayerKit: e0f92eb447e9224eae5f3ab894378f68d691a74b
17+
pili-librtmp: 8f2b969a1890e881715a90ab98d4d52baf53c514
18+
PLPlayerKit: 7ab6b4339abc656fb56872a17f770618a775194d
1519

1620
COCOAPODS: 0.39.0

Example/Pods/Headers/Private/pili-librtmp/amf.h

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

Example/Pods/Headers/Private/pili-librtmp/bytes.h

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

Example/Pods/Headers/Private/pili-librtmp/dh.h

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

Example/Pods/Headers/Private/pili-librtmp/dhgroups.h

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

Example/Pods/Headers/Private/pili-librtmp/error.h

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

Example/Pods/Headers/Private/pili-librtmp/handshake.h

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

Example/Pods/Headers/Private/pili-librtmp/http.h

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

Example/Pods/Headers/Private/pili-librtmp/log.h

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

Example/Pods/Headers/Private/pili-librtmp/rtmp.h

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

Example/Pods/Headers/Private/pili-librtmp/rtmp_sys.h

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

Example/Pods/Headers/Public/pili-librtmp/amf.h

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

Example/Pods/Headers/Public/pili-librtmp/bytes.h

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

Example/Pods/Headers/Public/pili-librtmp/dh.h

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

Example/Pods/Headers/Public/pili-librtmp/dhgroups.h

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

Example/Pods/Headers/Public/pili-librtmp/error.h

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

Example/Pods/Headers/Public/pili-librtmp/handshake.h

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

Example/Pods/Headers/Public/pili-librtmp/http.h

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

Example/Pods/Headers/Public/pili-librtmp/log.h

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

Example/Pods/Headers/Public/pili-librtmp/rtmp.h

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

Example/Pods/Headers/Public/pili-librtmp/rtmp_sys.h

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

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

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

Example/Pods/Manifest.lock

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

0 commit comments

Comments
 (0)