Skip to content

Commit

Permalink
Merge pull request #152 from hyperoslo/fix/carthage
Browse files Browse the repository at this point in the history
Add Carthage script
  • Loading branch information
onmyway133 authored Oct 3, 2017
2 parents 93670af + c54f14f commit 9520fe7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions Cache.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
BDEDD3531DBCE5B1007416A6 /* Headers */,
BDEDD3541DBCE5B1007416A6 /* Resources */,
BDEDD3731DBCE616007416A6 /* ShellScript */,
D2AB91781F83939F008610B5 /* Carthage */,
);
buildRules = (
);
Expand Down Expand Up @@ -550,6 +551,7 @@
D5291D5D1C283B5300B702C9 /* Headers */,
D5291D5E1C283B5300B702C9 /* Resources */,
BD58C3AE1CF2EA04003F7141 /* SwiftLint */,
D2AB91771F839384008610B5 /* Carthage */,
);
buildRules = (
);
Expand Down Expand Up @@ -588,6 +590,7 @@
D5DC59DD1C20593E003BD79B /* Headers */,
D5DC59DE1C20593E003BD79B /* Resources */,
BD58C3AD1CF2E9FD003F7141 /* SwiftLint */,
D2AB91761F83936E008610B5 /* Carthage */,
);
buildRules = (
);
Expand Down Expand Up @@ -756,6 +759,51 @@
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
D2AB91761F83936E008610B5 /* Carthage */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/SwiftHash.framework",
);
name = Carthage;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
D2AB91771F839384008610B5 /* Carthage */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/Mac/SwiftHash.framework",
);
name = Carthage;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
D2AB91781F83939F008610B5 /* Carthage */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/tvOS/SwiftHash.framework",
);
name = Carthage;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
D5291D591C283AA700B702C9 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit 9520fe7

Please sign in to comment.