Last active
April 27, 2018 12:32
-
-
Save KoCMoHaBTa/7766e4a8df24c2cb634aab7410a8a11f to your computer and use it in GitHub Desktop.
testing if carthage will respect a raw gist file as binary dependecy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//is carthage awesome? | |
//does gist files change their URLs when modified? | |
//they do if the file name changes, but do they if only the content changes? | |
//aprantly, urls changes by revision, howeve, if we skip the second hash (this is probably the revision) - it gets the latest revision. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1.0.0": "https://gist.github.com/KoCMoHaBTa/7766e4a8df24c2cb634aab7410a8a11f/archive/f904d24253f82e903becb99592c8c24810b5983d.zip" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment