Skip to content

Commit

Permalink
execute pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
HeraShowFeng committed Aug 24, 2017
1 parent 495a3ef commit 485d061
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Example/PLShortVideoKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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";
showEnvVarsInLog = 0;
};
B051BAB51EADFEF900385FF0 /* ShellScript */ = {
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PODS:
- Masonry (1.0.2)
- PLPlayerKit (2.4.3):
- HappyDNS (~> 0.3.10)
- PLShortVideoKit (1.2.1):
- PLShortVideoKit (1.3.0):
- Qiniu (= 7.1.5)
- Qiniu (7.1.5):
- AFNetworking (~> 3)
Expand All @@ -46,9 +46,9 @@ SPEC CHECKSUMS:
HappyDNS: 06a9fed2796663fd87626dbf02552933265bf059
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
PLPlayerKit: 6575f900d3a1c3680e3fd8907338683d0eedcd79
PLShortVideoKit: 0e023377b6d5803ed7d4aa6040f07c48743da832
PLShortVideoKit: b6a2aba6023178be955be5a85cea562f4956aa90
Qiniu: 77a3dba411556a383d72d17e842345a9d4c83252

PODFILE CHECKSUM: 2e49f7929a66ad7b782a62eca795a139e84c6eed

COCOAPODS: 1.2.1
COCOAPODS: 1.2.0

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

4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PLShortVideoKit.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.

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

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

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

0 comments on commit 485d061

Please sign in to comment.