Skip to content

Commit 3a83eec

Browse files
committed
CocoaPods update to latest.
1 parent c1d98d8 commit 3a83eec

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

Demo/RZDebugMenuDemo.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
0C22DABC193CCDA30042938F /* Frameworks */,
173173
0C22DABD193CCDA30042938F /* Resources */,
174174
6AB572FCE4279374589A97EF /* Copy Pods Resources */,
175+
66422634A1BA7FF2756C7C19 /* Embed Pods Frameworks */,
175176
);
176177
buildRules = (
177178
);
@@ -241,6 +242,21 @@
241242
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";
242243
showEnvVarsInLog = 0;
243244
};
245+
66422634A1BA7FF2756C7C19 /* Embed Pods Frameworks */ = {
246+
isa = PBXShellScriptBuildPhase;
247+
buildActionMask = 2147483647;
248+
files = (
249+
);
250+
inputPaths = (
251+
);
252+
name = "Embed Pods Frameworks";
253+
outputPaths = (
254+
);
255+
runOnlyForDeploymentPostprocessing = 0;
256+
shellPath = /bin/sh;
257+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
258+
showEnvVarsInLog = 0;
259+
};
244260
6AB572FCE4279374589A97EF /* Copy Pods Resources */ = {
245261
isa = PBXShellScriptBuildPhase;
246262
buildActionMask = 2147483647;

RZDebugMenu/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ DEPENDENCIES:
55
- FXForms (~> 1.2)
66

77
SPEC CHECKSUMS:
8-
FXForms: ae90610432a0a9cbb71e0180f202d0fff375881f
8+
FXForms: b6a78bac9f6b597ce704e34ac7c1ce9ff628b1d5
99

10-
COCOAPODS: 0.35.0
10+
COCOAPODS: 0.39.0

0 commit comments

Comments
 (0)