Skip to content

Commit

Permalink
update podfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DaSheng committed Aug 27, 2019
1 parent 5767fc0 commit f290219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions YZOpenSDKDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- YZAppSDK (6.4.12):
- YZAppSDK/Base (= 6.4.12)
- YZAppSDK/Base (6.4.12):
- YZAppSDK (6.4.16):
- YZAppSDK/Base (= 6.4.16)
- YZAppSDK/Base (6.4.16):
- YZAppSDK/Core
- YZAppSDK/Core (6.4.12)
- YZAppSDK/Core (6.4.16)

DEPENDENCIES:
- YZAppSDK (from `../YZAppSDK.podspec`)
Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:podspec: "../YZAppSDK.podspec"

SPEC CHECKSUMS:
YZAppSDK: 638f20248b41e88951eebbecac8bff9c35915bd7
YZAppSDK: 9d6c60bc2f46fe687ba7d3e992feacb09cea9608

PODFILE CHECKSUM: c7ab803a5ddd754cd4f25a30de57d796eb257790

COCOAPODS: 1.5.3
COCOAPODS: 1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/../Pods/Target Support Files/Pods-YZBaseDemo/Pods-YZBaseDemo-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-YZBaseDemo/Pods-YZBaseDemo-frameworks.sh",
"${PODS_ROOT}/YZAppSDK/Release/YZBaseSDK.framework",
"${PODS_ROOT}/YZAppSDK/Release/YZSDKCore.framework",
);
Expand All @@ -310,7 +310,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-YZBaseDemo/Pods-YZBaseDemo-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-YZBaseDemo/Pods-YZBaseDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down

0 comments on commit f290219

Please sign in to comment.