Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Removed carthage copy frameworks from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurland committed Nov 21, 2015
1 parent 47a84b4 commit 8632869
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions Tyro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@
DE702CD61BFAC6830017CEE8 /* Sources */,
DE702CD71BFAC6830017CEE8 /* Frameworks */,
DE702CD81BFAC6830017CEE8 /* Resources */,
DE702D091BFB27800017CEE8 /* Carthage Copy Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -382,7 +381,6 @@
DE702D141BFB28E30017CEE8 /* Sources */,
DE702D151BFB28E30017CEE8 /* Frameworks */,
DE702D161BFB28E30017CEE8 /* Resources */,
DE702D2E1BFB2AB00017CEE8 /* Carthage Copy Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -508,39 +506,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
DE702D091BFB27800017CEE8 /* Carthage Copy Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/Swiftz.framework",
);
name = "Carthage Copy Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
DE702D2E1BFB2AB00017CEE8 /* Carthage Copy Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/Mac/Swiftz.framework",
);
name = "Carthage Copy Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
DE702CCB1BFAC6830017CEE8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit 8632869

Please sign in to comment.