diff --git a/Cache.xcodeproj/project.pbxproj b/Cache.xcodeproj/project.pbxproj index 01994898..97134d02 100644 --- a/Cache.xcodeproj/project.pbxproj +++ b/Cache.xcodeproj/project.pbxproj @@ -493,6 +493,7 @@ BDEDD3531DBCE5B1007416A6 /* Headers */, BDEDD3541DBCE5B1007416A6 /* Resources */, BDEDD3731DBCE616007416A6 /* ShellScript */, + D2AB91781F83939F008610B5 /* Carthage */, ); buildRules = ( ); @@ -550,6 +551,7 @@ D5291D5D1C283B5300B702C9 /* Headers */, D5291D5E1C283B5300B702C9 /* Resources */, BD58C3AE1CF2EA04003F7141 /* SwiftLint */, + D2AB91771F839384008610B5 /* Carthage */, ); buildRules = ( ); @@ -588,6 +590,7 @@ D5DC59DD1C20593E003BD79B /* Headers */, D5DC59DE1C20593E003BD79B /* Resources */, BD58C3AD1CF2E9FD003F7141 /* SwiftLint */, + D2AB91761F83936E008610B5 /* Carthage */, ); buildRules = ( ); @@ -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;