Skip to content

Commit

Permalink
Merge pull request #118 from lawder/release
Browse files Browse the repository at this point in the history
v2.1.3 update
  • Loading branch information
longbai committed May 16, 2016
2 parents d6c87a5 + f7bf23e commit 606c6e5
Show file tree
Hide file tree
Showing 58 changed files with 9,928 additions and 67 deletions.
4 changes: 4 additions & 0 deletions APIDiffs/api-diffs-2.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# PLPlayerKit 2.1.2 to 2.1.3 API Differences

## No Change

7 changes: 6 additions & 1 deletion Example/PLPlayerKit/PLPlayerViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ - (void)setupUI {
UIView *playerView = self.player.playerView;
if (!playerView.superview) {
playerView.contentMode = UIViewContentModeScaleAspectFit;
playerView.autoresizingMask = UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleWidth;
playerView.autoresizingMask = UIViewAutoresizingFlexibleBottomMargin
| UIViewAutoresizingFlexibleTopMargin
| UIViewAutoresizingFlexibleLeftMargin
| UIViewAutoresizingFlexibleRightMargin
| UIViewAutoresizingFlexibleWidth
| UIViewAutoresizingFlexibleHeight;
[self.view addSubview:playerView];

// test input
Expand Down
12 changes: 8 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
PODS:
- PLPlayerKit (2.1.2):
- PLPlayerKit/precompiled (= 2.1.2)
- PLPlayerKit/precompiled (2.1.2)
- pili-librtmp (1.0.1)
- PLPlayerKit (2.1.3):
- pili-librtmp
- PLPlayerKit/precompiled (= 2.1.3)
- PLPlayerKit/precompiled (2.1.3):
- pili-librtmp

DEPENDENCIES:
- PLPlayerKit (from `../`)
Expand All @@ -11,6 +14,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
PLPlayerKit: e0f92eb447e9224eae5f3ab894378f68d691a74b
pili-librtmp: 8f2b969a1890e881715a90ab98d4d52baf53c514
PLPlayerKit: 7ab6b4339abc656fb56872a17f770618a775194d

COCOAPODS: 0.39.0
1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/amf.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/bytes.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/dh.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/dhgroups.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/error.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/handshake.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/http.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/log.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/rtmp.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/pili-librtmp/rtmp_sys.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/amf.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/bytes.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/dh.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/dhgroups.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/error.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/handshake.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/http.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/log.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/rtmp.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Headers/Public/pili-librtmp/rtmp_sys.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions Example/Pods/Local Podspecs/PLPlayerKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 606c6e5

Please sign in to comment.