Skip to content

Commit e966e95

Browse files
author
hzwangsiyu
authored
Merge pull request #138 from betallcoffee/2.2.1
v2.2.1 update
2 parents 807f4c5 + e333b2b commit e966e95

File tree

99 files changed

+9142
-8430
lines changed

Some content is hidden

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

99 files changed

+9142
-8430
lines changed

APIDiffs/api-diffs-2.2.1.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# PLPlayerKit 2.2.0 to 2.2.1 API Differences
2+
3+
## General Headers
4+
5+
```
6+
PLPlayerOption.h
7+
```
8+
- *Added* `NS_ENUM(NSInteger, PLLogLevel)`
9+
- *Added* `extern NSString * _Nonnull PLPlayerOptionKeyLogLevel;`
10+
- *Added* `extern NSString * _Nonnull PLPlayerOptionKeyDNSManager;`

Example/PLPlayerKit/PLPlayerKit-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.2.0</string>
20+
<string>2.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.2.0</string>
24+
<string>2.2.1</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

Example/Podfile.lock

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
PODS:
2-
- pili-librtmp (1.0.2)
3-
- PLPlayerKit (2.2.0):
2+
- HappyDNS (0.3.5)
3+
- pili-librtmp (1.0.3)
4+
- PLPlayerKit (2.2.1):
5+
- HappyDNS
46
- pili-librtmp
5-
- PLPlayerKit/precompiled (= 2.2.0)
6-
- PLPlayerKit/precompiled (2.2.0):
7+
- PLPlayerKit/precompiled (= 2.2.1)
8+
- PLPlayerKit/precompiled (2.2.1):
9+
- HappyDNS
710
- pili-librtmp
811

912
DEPENDENCIES:
@@ -14,7 +17,8 @@ EXTERNAL SOURCES:
1417
:path: ../
1518

1619
SPEC CHECKSUMS:
17-
pili-librtmp: 97dc6774ac4ebb9935f04d5f35f3f6d8c4a4f37c
18-
PLPlayerKit: 1cef24f72d517519c74e797581fccc2db8db1a2e
20+
HappyDNS: 6f8cf46fa7c0b98a6591fe8ecb2e08d9907a6e8b
21+
pili-librtmp: 50faa17413c635cca5ceccb1a8f9f6acc6587a45
22+
PLPlayerKit: d0b902dccfbbc39519096b4f86e4e393c5f87bc3
1923

2024
COCOAPODS: 0.39.0

Example/Pods/HappyDNS/HappyDNS/Common/QNDnsManager.h

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

Example/Pods/HappyDNS/HappyDNS/Common/QNDnsManager.m

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

Example/Pods/HappyDNS/HappyDNS/Common/QNDomain.h

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

Example/Pods/HappyDNS/HappyDNS/Common/QNDomain.m

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

0 commit comments

Comments
 (0)