Skip to content

Commit 2cc72a6

Browse files
committed
Installed new version of pod
1 parent ba1c2ba commit 2cc72a6

File tree

14 files changed

+264
-229
lines changed

14 files changed

+264
-229
lines changed

Example/MSAutoView.xcodeproj/project.pbxproj

-48
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
607FACCD1AFB9204008FA782 /* Frameworks */,
194194
607FACCE1AFB9204008FA782 /* Resources */,
195195
4C75CFF6D510F2F959B8DAED /* [CP] Embed Pods Frameworks */,
196-
4B3080DC5B53F9BCC6679C1B /* [CP] Copy Pods Resources */,
197196
);
198197
buildRules = (
199198
);
@@ -212,8 +211,6 @@
212211
607FACE11AFB9204008FA782 /* Sources */,
213212
607FACE21AFB9204008FA782 /* Frameworks */,
214213
607FACE31AFB9204008FA782 /* Resources */,
215-
FA184ED3F762EF44399EEDED /* [CP] Embed Pods Frameworks */,
216-
12E386ACA18A3D45764B86D5 /* [CP] Copy Pods Resources */,
217214
);
218215
buildRules = (
219216
);
@@ -306,21 +303,6 @@
306303
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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
307304
showEnvVarsInLog = 0;
308305
};
309-
12E386ACA18A3D45764B86D5 /* [CP] Copy Pods Resources */ = {
310-
isa = PBXShellScriptBuildPhase;
311-
buildActionMask = 2147483647;
312-
files = (
313-
);
314-
inputPaths = (
315-
);
316-
name = "[CP] Copy Pods Resources";
317-
outputPaths = (
318-
);
319-
runOnlyForDeploymentPostprocessing = 0;
320-
shellPath = /bin/sh;
321-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh\"\n";
322-
showEnvVarsInLog = 0;
323-
};
324306
2AD2B8F353E4E29D22AC35F1 /* [CP] Check Pods Manifest.lock */ = {
325307
isa = PBXShellScriptBuildPhase;
326308
buildActionMask = 2147483647;
@@ -339,21 +321,6 @@
339321
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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
340322
showEnvVarsInLog = 0;
341323
};
342-
4B3080DC5B53F9BCC6679C1B /* [CP] Copy Pods Resources */ = {
343-
isa = PBXShellScriptBuildPhase;
344-
buildActionMask = 2147483647;
345-
files = (
346-
);
347-
inputPaths = (
348-
);
349-
name = "[CP] Copy Pods Resources";
350-
outputPaths = (
351-
);
352-
runOnlyForDeploymentPostprocessing = 0;
353-
shellPath = /bin/sh;
354-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh\"\n";
355-
showEnvVarsInLog = 0;
356-
};
357324
4C75CFF6D510F2F959B8DAED /* [CP] Embed Pods Frameworks */ = {
358325
isa = PBXShellScriptBuildPhase;
359326
buildActionMask = 2147483647;
@@ -372,21 +339,6 @@
372339
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh\"\n";
373340
showEnvVarsInLog = 0;
374341
};
375-
FA184ED3F762EF44399EEDED /* [CP] Embed Pods Frameworks */ = {
376-
isa = PBXShellScriptBuildPhase;
377-
buildActionMask = 2147483647;
378-
files = (
379-
);
380-
inputPaths = (
381-
);
382-
name = "[CP] Embed Pods Frameworks";
383-
outputPaths = (
384-
);
385-
runOnlyForDeploymentPostprocessing = 0;
386-
shellPath = /bin/sh;
387-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh\"\n";
388-
showEnvVarsInLog = 0;
389-
};
390342
/* End PBXShellScriptBuildPhase section */
391343

392344
/* Begin PBXSourcesBuildPhase section */

Example/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- MSAutoView (2.2.0)
2+
- MSAutoView (2.3.0)
33

44
DEPENDENCIES:
55
- MSAutoView (from `../`)
66

77
EXTERNAL SOURCES:
88
MSAutoView:
9-
:path: ../
9+
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
MSAutoView: 83ac87b08170c06f4cfbba5ea0922f58740f589d
12+
MSAutoView: a864125d243ad41ec97ffabae8f46aa6756c93d2
1313

1414
PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba
1515

16-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/MSAutoView.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

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

0 commit comments

Comments
 (0)