Skip to content

Commit

Permalink
Add run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Feb 23, 2016
1 parent 1924c98 commit 594211d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Clipy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@
A5423A032C243BC92F38902D /* Copy Pods Resources */,
FAC43E1D1B35DF4A00C06102 /* Embed Frameworks */,
89ABF61C1902BDFF9E11C6F3 /* Embed Pods Frameworks */,
FA4A5CDC1C7CAEDD0031BCEF /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -550,6 +551,19 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
FA4A5CDC1C7CAEDD0031BCEF /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Fabric/run\" 4998ae84bce284505281a865e1d5c008c4cf005a 997285f167af87d3ebdb81f2082b53bb03c11f92fca9fc7e62c4052f1d288ab6";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit 594211d

Please sign in to comment.