Skip to content

Commit 0589366

Browse files
authored
Merge pull request #158 from hyperoslo/fix/remove_carthage_script
Remove Carthage script
2 parents 3d9564c + 752142f commit 0589366

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

Cache.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@
493493
BDEDD3531DBCE5B1007416A6 /* Headers */,
494494
BDEDD3541DBCE5B1007416A6 /* Resources */,
495495
BDEDD3731DBCE616007416A6 /* ShellScript */,
496-
D2AB91781F83939F008610B5 /* Carthage */,
497496
);
498497
buildRules = (
499498
);
@@ -551,7 +550,6 @@
551550
D5291D5D1C283B5300B702C9 /* Headers */,
552551
D5291D5E1C283B5300B702C9 /* Resources */,
553552
BD58C3AE1CF2EA04003F7141 /* SwiftLint */,
554-
D2AB91771F839384008610B5 /* Carthage */,
555553
);
556554
buildRules = (
557555
);
@@ -774,36 +772,6 @@
774772
shellPath = /bin/sh;
775773
shellScript = "/usr/local/bin/carthage copy-frameworks";
776774
};
777-
D2AB91771F839384008610B5 /* Carthage */ = {
778-
isa = PBXShellScriptBuildPhase;
779-
buildActionMask = 2147483647;
780-
files = (
781-
);
782-
inputPaths = (
783-
"$(SRCROOT)/Carthage/Build/Mac/SwiftHash.framework",
784-
);
785-
name = Carthage;
786-
outputPaths = (
787-
);
788-
runOnlyForDeploymentPostprocessing = 0;
789-
shellPath = /bin/sh;
790-
shellScript = "/usr/local/bin/carthage copy-frameworks";
791-
};
792-
D2AB91781F83939F008610B5 /* Carthage */ = {
793-
isa = PBXShellScriptBuildPhase;
794-
buildActionMask = 2147483647;
795-
files = (
796-
);
797-
inputPaths = (
798-
"$(SRCROOT)/Carthage/Build/tvOS/SwiftHash.framework",
799-
);
800-
name = Carthage;
801-
outputPaths = (
802-
);
803-
runOnlyForDeploymentPostprocessing = 0;
804-
shellPath = /bin/sh;
805-
shellScript = "/usr/local/bin/carthage copy-frameworks";
806-
};
807775
D5291D591C283AA700B702C9 /* ShellScript */ = {
808776
isa = PBXShellScriptBuildPhase;
809777
buildActionMask = 2147483647;

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,20 +302,26 @@ Alamofire.request("https://gameofthrones.org/mostFavoriteCharacter").responseStr
302302

303303
## Installation
304304

305+
### Cocoapods
306+
305307
**Cache** is available through [CocoaPods](http://cocoapods.org). To install
306308
it, simply add the following line to your Podfile:
307309

308310
```ruby
309311
pod 'Cache'
310312
```
311313

314+
### Carthage
315+
312316
**Cache** is also available through [Carthage](https://github.com/Carthage/Carthage).
313317
To install just write into your Cartfile:
314318

315319
```ruby
316320
github "hyperoslo/Cache"
317321
```
318322

323+
You also need to add `SwiftHash.framework` in your [copy-frameworks](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos) script.
324+
319325
## Author
320326

321327
[Hyper](http://hyper.no) made this with ❤️

0 commit comments

Comments
 (0)