Skip to content

Commit

Permalink
Merge pull request #71 from hyperoslo/fix/carthage
Browse files Browse the repository at this point in the history
Specify Cache version in Cartfile
  • Loading branch information
onmyway133 authored Nov 2, 2017
2 parents 3c41657 + 4301fca commit 8f99f0b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "hyperoslo/Cache"
github "hyperoslo/Cache" ~> 4.0
3 changes: 1 addition & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
github "hyperoslo/Cache" "4.0.0"
github "onmyway133/SwiftHash" "2.0.1"
github "hyperoslo/Cache" "4.1.2"
2 changes: 0 additions & 2 deletions Imaginary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/tvOS/Cache.framework",
"$(SRCROOT)/Carthage/Build/tvOS/SwiftHash.framework",
);
outputPaths = (
);
Expand All @@ -618,7 +617,6 @@
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/Cache.framework",
"$(SRCROOT)/Carthage/Build/iOS/SwiftHash.framework",
);
outputPaths = (
);
Expand Down
4 changes: 0 additions & 4 deletions bin/bootstrap

This file was deleted.

5 changes: 0 additions & 5 deletions bin/bootstrap-if-needed

This file was deleted.

5 changes: 2 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ machine:

dependencies:
override:
- bin/bootstrap-if-needed
cache_directories:
- "Carthage"
- rm -rf Carthage
- carthage update

test:
override:
Expand Down

0 comments on commit 8f99f0b

Please sign in to comment.