Skip to content

Commit

Permalink
Installed new version of pod
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherKSantina committed Aug 2, 2018
1 parent ba1c2ba commit 2cc72a6
Show file tree
Hide file tree
Showing 14 changed files with 264 additions and 229 deletions.
48 changes: 0 additions & 48 deletions Example/MSAutoView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
607FACCD1AFB9204008FA782 /* Frameworks */,
607FACCE1AFB9204008FA782 /* Resources */,
4C75CFF6D510F2F959B8DAED /* [CP] Embed Pods Frameworks */,
4B3080DC5B53F9BCC6679C1B /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -212,8 +211,6 @@
607FACE11AFB9204008FA782 /* Sources */,
607FACE21AFB9204008FA782 /* Frameworks */,
607FACE31AFB9204008FA782 /* Resources */,
FA184ED3F762EF44399EEDED /* [CP] Embed Pods Frameworks */,
12E386ACA18A3D45764B86D5 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -306,21 +303,6 @@
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";
showEnvVarsInLog = 0;
};
12E386ACA18A3D45764B86D5 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
2AD2B8F353E4E29D22AC35F1 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -339,21 +321,6 @@
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";
showEnvVarsInLog = 0;
};
4B3080DC5B53F9BCC6679C1B /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
4C75CFF6D510F2F959B8DAED /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -372,21 +339,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
FA184ED3F762EF44399EEDED /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- MSAutoView (2.2.0)
- MSAutoView (2.3.0)

DEPENDENCIES:
- MSAutoView (from `../`)

EXTERNAL SOURCES:
MSAutoView:
:path: ../
:path: "../"

SPEC CHECKSUMS:
MSAutoView: 83ac87b08170c06f4cfbba5ea0922f58740f589d
MSAutoView: a864125d243ad41ec97ffabae8f46aa6756c93d2

PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba

COCOAPODS: 1.4.0
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/MSAutoView.podspec.json

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

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 2cc72a6

Please sign in to comment.