Skip to content

Commit

Permalink
Merge pull request #71 from Monits/downloader_update
Browse files Browse the repository at this point in the history
Update to support curl --netrc-optional
  • Loading branch information
mrackwitz committed Jun 1, 2016
2 parents 0cf75ed + ec07470 commit 4c7f241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Downloading dependencies

-> Installing Realm (0.94.1)
> Http download
$ CURL_BIN -f -L -o PROJECT/Pods/Realm/file.zip https://github.com/realm/realm-cocoa/releases/download/v0.94.1/realm-swift-0.94.1.zip --create-dirs --netrc
$ CURL_BIN -f -L -o PROJECT/Pods/Realm/file.zip https://github.com/realm/realm-cocoa/releases/download/v0.94.1/realm-swift-0.94.1.zip --create-dirs --netrc-optional

$ /usr/bin/unzip PROJECT/Pods/Realm/file.zip -d PROJECT/Pods/Realm
Archive: PROJECT/Pods/Realm/file.zip
Expand Down

0 comments on commit 4c7f241

Please sign in to comment.