Skip to content

Commit

Permalink
Merge pull request #291 from Kivenhaoyu/master
Browse files Browse the repository at this point in the history
update PLPlayerKit 3.0.2
  • Loading branch information
lawder authored Oct 24, 2017
2 parents a14d467 + 05adcf4 commit 3f3f890
Show file tree
Hide file tree
Showing 19 changed files with 842 additions and 2,336 deletions.
9 changes: 9 additions & 0 deletions APIDiffs/api-diffs-3.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PLPlayerKit 3.0.1 to 3.0.2 API Differences

## General Headers

```
PLPlayerOption.h
```
- *Added* `extern NSString * _Nullable PLPlayerOptionKeySDKID;`

7 changes: 6 additions & 1 deletion Example/PLPlayerKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
767C20561AFA84940026FFDB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
76833868582AFAFB2F2D10C3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
9301C5B51F3C44520020FDC2 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
93A7E0081F9F41DD004A8AF1 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
93EF8D883609A872B55DF324 /* libPods-PLPlayerKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PLPlayerKit.a"; sourceTree = BUILT_PRODUCTS_DIR; };
B624E68C1C85A2FE009B2F4B /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
B624E68D1C85A2FE009B2F4B /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -97,6 +98,7 @@
6003F58C195388D20070C39A /* Frameworks */ = {
isa = PBXGroup;
children = (
93A7E0081F9F41DD004A8AF1 /* CoreTelephony.framework */,
9301C5B51F3C44520020FDC2 /* VideoToolbox.framework */,
6003F58D195388D20070C39A /* Foundation.framework */,
6003F58F195388D20070C39A /* CoreGraphics.framework */,
Expand Down Expand Up @@ -260,13 +262,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-PLPlayerKit-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
8F710A7CD1AFF7A4CE7523C0 /* [CP] Embed Pods Frameworks */ = {
Expand Down
4 changes: 2 additions & 2 deletions Example/PLPlayerKit/PLPlayerKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.3</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.4.3</string>
<string>3.0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- HappyDNS (0.3.10)
- PLPlayerKit (3.0.1):
- PLPlayerKit (3.0.2):
- HappyDNS (~> 0.3.10)

DEPENDENCIES:
Expand All @@ -12,8 +12,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
HappyDNS: 06a9fed2796663fd87626dbf02552933265bf059
PLPlayerKit: 18497c84e9453dcc26244ae346ca6eaed3ae2a90
PLPlayerKit: 3e3f03e260482398d4037ca4ac6a2669354b5e0d

PODFILE CHECKSUM: d20fd3c1a75d3d4f8346b3b33f0b42e59b6ab3ab

COCOAPODS: 1.0.1
COCOAPODS: 1.3.1
7 changes: 4 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.

6 changes: 3 additions & 3 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 3f3f890

Please sign in to comment.