Skip to content

Commit

Permalink
No bug - fix Result dependency so it builds, add scripts to avoid Car…
Browse files Browse the repository at this point in the history
…thage accidents.
  • Loading branch information
rnewman committed Mar 12, 2015
1 parent 42c18ff commit 3b4e215
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ github "rs/SDWebImage"
github "norio-nomura/Base32"
github "DaveWoodCom/XCGLogger" ~> 1.8
github "bignerdranch/Deferred" "master"
github "bignerdranch/Result" "master"
github "st3fan/Result" "master"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ github "norio-nomura/Base32" "v0.2.2"
github "bignerdranch/Deferred" "4a5fa72bc460d08e261da810a4d040a407b38db0"
github "swisspol/GCDWebServer" "3.2.2"
github "kif-framework/KIF" "v3.1.2"
github "bignerdranch/Result" "c4106c0c69b4c15cb0aef50647f8a36891895826"
github "st3fan/Result" "99d18bfd694e5008b55da69f5fa7b2ba7e0c6674"
github "rs/SDWebImage" "3.7.1"
github "st3fan/SWXMLHash" "0.6.4"
github "Masonry/Snap" "0.0.6"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Building the code

```
cd firefox-ios
carthage checkout --no-use-binaries
sh ./checkout.sh
```

1. Open `Client.xcodeproj` in Xcode.
Expand Down Expand Up @@ -78,4 +78,5 @@ Most if this is fixable and can be reported upstream.

If you add a new dependency, ping @st3fan and he'll make sure things work correctly on our integration (xcode server) and dogfood builders.

A command exists to make adding dependencies less painful: `./update.sh`.
.
1 change: 1 addition & 0 deletions checkout.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
carthage checkout --no-use-binaries
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
carthage update --no-use-binaries --no-build

0 comments on commit 3b4e215

Please sign in to comment.