Skip to content

Commit 83416d6

Browse files
authored
Merge pull request #147 from hyperoslo/fix/carthage
Update Carthage
2 parents 026153f + 4f9540b commit 83416d6

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

Cartfile.resolved

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
github "hyperoslo/Cache" "4.0.2"
1+
github "hyperoslo/Cache" "4.1.2"
22
github "hyperoslo/Hue" "3.0.0"
3-
github "hyperoslo/Imaginary" "3.0.0"
4-
github "onmyway133/SwiftHash" "2.0.1"
3+
github "hyperoslo/Imaginary" "3.0.2"

Lightbox.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@
235235
"$(SRCROOT)/Carthage/Build/iOS/Hue.framework",
236236
"$(SRCROOT)/Carthage/Build/iOS/Imaginary.framework",
237237
"$(SRCROOT)/Carthage/Build/iOS/Cache.framework",
238-
"$(SRCROOT)/Carthage/Build/iOS/SwiftHash.framework",
239238
);
240239
name = "Copy frameworks with Carthage";
241240
outputPaths = (

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)