Skip to content

Commit

Permalink
Cocoapods 1.1.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillan committed Oct 26, 2016
1 parent 7d5a783 commit b979605
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions Example/Espressos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@
isa = PBXNativeTarget;
buildConfigurationList = E9B3C6F11A32C2DB00D43DF9 /* Build configuration list for PBXNativeTarget "TTTAttributedLabelTests" */;
buildPhases = (
E76A20340FB035F0BC8064A2 /* 📦 Check Pods Manifest.lock */,
E76A20340FB035F0BC8064A2 /* [CP] Check Pods Manifest.lock */,
E9B3C6E31A32C2DB00D43DF9 /* Sources */,
E9B3C6E41A32C2DB00D43DF9 /* Frameworks */,
E9B3C6E51A32C2DB00D43DF9 /* Resources */,
DD717D4A5F11386FE256C6A7 /* 📦 Embed Pods Frameworks */,
16F8FA04FEDA761837467646 /* 📦 Copy Pods Resources */,
DD717D4A5F11386FE256C6A7 /* [CP] Embed Pods Frameworks */,
16F8FA04FEDA761837467646 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -230,12 +230,12 @@
isa = PBXNativeTarget;
buildConfigurationList = F877A37D13782AF10022A8AB /* Build configuration list for PBXNativeTarget "Espressos" */;
buildPhases = (
F393ECD248C58569453976C0 /* 📦 Check Pods Manifest.lock */,
F393ECD248C58569453976C0 /* [CP] Check Pods Manifest.lock */,
F877A35813782AF10022A8AB /* Sources */,
F877A35913782AF10022A8AB /* Frameworks */,
F877A35A13782AF10022A8AB /* Resources */,
AEB16667254BCE50284F55A6 /* 📦 Embed Pods Frameworks */,
539D7732F18DAD470AC7534E /* 📦 Copy Pods Resources */,
AEB16667254BCE50284F55A6 /* [CP] Embed Pods Frameworks */,
539D7732F18DAD470AC7534E /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -299,94 +299,94 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
16F8FA04FEDA761837467646 /* 📦 Copy Pods Resources */ = {
16F8FA04FEDA761837467646 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TTTAttributedLabelTests/Pods-TTTAttributedLabelTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
539D7732F18DAD470AC7534E /* 📦 Copy Pods Resources */ = {
539D7732F18DAD470AC7534E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Espressos/Pods-Espressos-resources.sh\"\n";
showEnvVarsInLog = 0;
};
AEB16667254BCE50284F55A6 /* 📦 Embed Pods Frameworks */ = {
AEB16667254BCE50284F55A6 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Espressos/Pods-Espressos-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
DD717D4A5F11386FE256C6A7 /* 📦 Embed Pods Frameworks */ = {
DD717D4A5F11386FE256C6A7 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TTTAttributedLabelTests/Pods-TTTAttributedLabelTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E76A20340FB035F0BC8064A2 /* 📦 Check Pods Manifest.lock */ = {
E76A20340FB035F0BC8064A2 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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;
};
F393ECD248C58569453976C0 /* 📦 Check Pods Manifest.lock */ = {
F393ECD248C58569453976C0 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 434cefa0f9ef66f9f02f7457310d2e397c4215f7

COCOAPODS: 1.0.0
COCOAPODS: 1.1.1

0 comments on commit b979605

Please sign in to comment.