Created
May 24, 2016 08:26
-
-
Save mfks17/999a7d2629797fc65124d3ee1d9109e4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/sh | |
export PATH=$PATH:/Users/mfks17/.rbenv/shims | |
jazzy \ | |
--clean \ | |
--author mfks17 \ | |
--author_url https://mfks17.org \ | |
--module-version 0.1.2 \ | |
--xcodebuild-arguments -scheme,Ditto \ | |
--module Ditto \ | |
--output document |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment