Skip to content

Commit 8f99f0b

Browse files
authored
Merge pull request #71 from hyperoslo/fix/carthage
Specify Cache version in Cartfile
2 parents 3c41657 + 4301fca commit 8f99f0b

File tree

6 files changed

+4
-17
lines changed

6 files changed

+4
-17
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "hyperoslo/Cache"
1+
github "hyperoslo/Cache" ~> 4.0

Cartfile.resolved

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
github "hyperoslo/Cache" "4.0.0"
2-
github "onmyway133/SwiftHash" "2.0.1"
1+
github "hyperoslo/Cache" "4.1.2"

Imaginary.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@
603603
);
604604
inputPaths = (
605605
"$(SRCROOT)/Carthage/Build/tvOS/Cache.framework",
606-
"$(SRCROOT)/Carthage/Build/tvOS/SwiftHash.framework",
607606
);
608607
outputPaths = (
609608
);
@@ -618,7 +617,6 @@
618617
);
619618
inputPaths = (
620619
"$(SRCROOT)/Carthage/Build/iOS/Cache.framework",
621-
"$(SRCROOT)/Carthage/Build/iOS/SwiftHash.framework",
622620
);
623621
outputPaths = (
624622
);

bin/bootstrap

Lines changed: 0 additions & 4 deletions
This file was deleted.

bin/bootstrap-if-needed

Lines changed: 0 additions & 5 deletions
This file was deleted.

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ machine:
44

55
dependencies:
66
override:
7-
- bin/bootstrap-if-needed
8-
cache_directories:
9-
- "Carthage"
7+
- rm -rf Carthage
8+
- carthage update
109

1110
test:
1211
override:

0 commit comments

Comments
 (0)