Skip to content

Commit f63b727

Browse files
authored
Merge pull request #82 from lawder/master
v2.2.5 release
2 parents 6e080d9 + 835c770 commit f63b727

38 files changed

+201
-238
lines changed

APIDiffs/api-diffs-2.2.5.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PLMediaStreamingKit 2.2.4 to 2.2.5 API Differences
2+
3+
- *Modified* enum `PLStreamStartStateFeedback`

Example/PLMediaStreamingKitDemo.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
);
387387
runOnlyForDeploymentPostprocessing = 0;
388388
shellPath = /bin/sh;
389-
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";
389+
shellScript = "diff \"${PODS_ROOT}/../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";
390390
showEnvVarsInLog = 0;
391391
};
392392
B651FF8E1D93D99B00D1C578 /* ShellScript */ = {

Example/PLMediaStreamingKitDemo/Supporting Files/PLMediaStreamingKitDemo-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.4</string>
20+
<string>2.2.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.2.4</string>
24+
<string>2.2.5</string>
2525
<key>Fabric</key>
2626
<dict>
2727
<key>APIKey</key>

Example/Podfile.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,42 @@ PODS:
1414
- BlocksKit/UIKit (2.2.5):
1515
- BlocksKit/Core
1616
- BlocksKit/DynamicDelegate
17-
- Crashlytics (3.9.0):
18-
- Fabric (~> 1.7.0)
19-
- Fabric (1.7.0)
17+
- Crashlytics (3.9.3):
18+
- Fabric (~> 1.7.2)
19+
- Fabric (1.7.2)
2020
- HappyDNS (0.3.10)
2121
- Masonry (1.1.0)
2222
- pili-librtmp (1.0.7)
23-
- PLMediaStreamingKit (2.2.4):
23+
- PLMediaStreamingKit (2.2.5):
2424
- HappyDNS (= 0.3.10)
2525
- pili-librtmp (= 1.0.7)
26-
- PLMediaStreamingKit/Common (= 2.2.4)
27-
- PLMediaStreamingKit/PLCameraStreamingKit (= 2.2.4)
28-
- PLMediaStreamingKit/PLMediaStreamingKit (= 2.2.4)
29-
- PLMediaStreamingKit/PLRTCStreamingKit (= 2.2.4)
30-
- PLMediaStreamingKit/PLStreamingKit (= 2.2.4)
26+
- PLMediaStreamingKit/Common (= 2.2.5)
27+
- PLMediaStreamingKit/PLCameraStreamingKit (= 2.2.5)
28+
- PLMediaStreamingKit/PLMediaStreamingKit (= 2.2.5)
29+
- PLMediaStreamingKit/PLRTCStreamingKit (= 2.2.5)
30+
- PLMediaStreamingKit/PLStreamingKit (= 2.2.5)
3131
- QNNetDiag (= 0.0.6)
32-
- PLMediaStreamingKit/Common (2.2.4):
32+
- PLMediaStreamingKit/Common (2.2.5):
3333
- HappyDNS (= 0.3.10)
3434
- pili-librtmp (= 1.0.7)
3535
- QNNetDiag (= 0.0.6)
36-
- PLMediaStreamingKit/PLCameraStreamingKit (2.2.4):
36+
- PLMediaStreamingKit/PLCameraStreamingKit (2.2.5):
3737
- HappyDNS (= 0.3.10)
3838
- pili-librtmp (= 1.0.7)
3939
- PLMediaStreamingKit/PLStreamingKit
4040
- QNNetDiag (= 0.0.6)
41-
- PLMediaStreamingKit/PLMediaStreamingKit (2.2.4):
41+
- PLMediaStreamingKit/PLMediaStreamingKit (2.2.5):
4242
- HappyDNS (= 0.3.10)
4343
- pili-librtmp (= 1.0.7)
4444
- PLMediaStreamingKit/PLCameraStreamingKit
4545
- PLMediaStreamingKit/PLRTCStreamingKit
4646
- QNNetDiag (= 0.0.6)
47-
- PLMediaStreamingKit/PLRTCStreamingKit (2.2.4):
47+
- PLMediaStreamingKit/PLRTCStreamingKit (2.2.5):
4848
- HappyDNS (= 0.3.10)
4949
- pili-librtmp (= 1.0.7)
5050
- PLMediaStreamingKit/PLStreamingKit
5151
- QNNetDiag (= 0.0.6)
52-
- PLMediaStreamingKit/PLStreamingKit (2.2.4):
52+
- PLMediaStreamingKit/PLStreamingKit (2.2.5):
5353
- HappyDNS (= 0.3.10)
5454
- pili-librtmp (= 1.0.7)
5555
- PLMediaStreamingKit/Common
@@ -67,19 +67,19 @@ DEPENDENCIES:
6767

6868
EXTERNAL SOURCES:
6969
PLMediaStreamingKit:
70-
:path: ../
70+
:path: "../"
7171

7272
SPEC CHECKSUMS:
7373
BlocksKit: 7f422b971407001178d181a43b99014ea2591fe6
74-
Crashlytics: 64aad5dd97249dd3ff94b979fea140144590cdd3
75-
Fabric: e6be012366472553807dada21243c5ab8d904151
74+
Crashlytics: dbb07d01876c171c5ccbdf7826410380189e452c
75+
Fabric: 9cd6a848efcf1b8b07497e0b6a2e7d336353ba15
7676
HappyDNS: 06a9fed2796663fd87626dbf02552933265bf059
7777
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
7878
pili-librtmp: e8a06a45b0a1a166c48ae6dc718171c0963f32ea
79-
PLMediaStreamingKit: 441ff22df2452d99fcebb291adbea73b90631360
79+
PLMediaStreamingKit: b272e6e4f873b31ac5b32771d4cffe48f6133fce
8080
QNNetDiag: 6f7bbafa34c1b020e51d440f25044fe5ee10145d
8181
WeiboSDK: acb067053668102cf07d01aa7604350162c2e466
8282

8383
PODFILE CHECKSUM: 14de6849e20310a5c3ccffc657a1f50423c45303
8484

85-
COCOAPODS: 1.2.1
85+
COCOAPODS: 1.1.1
Binary file not shown.

Example/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Answers.h

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

Example/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSReport.h

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

Example/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Crashlytics.h

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

Example/Pods/Crashlytics/submit

0 Bytes
Binary file not shown.
2.61 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

Example/Pods/Fabric/upload-symbols

8.83 KB
Binary file not shown.

Example/Pods/Fabric/uploadDSYM

0 Bytes
Binary file not shown.

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

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

Example/Pods/Manifest.lock

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

0 commit comments

Comments
 (0)