gitリポジトリのurlを貼り付けるだけでアプリケーションのビルドを実行するアプリ。 macOS用
修订版 | 4fb7647bc2857403fa561c62621ce0bd1ffadb34 (tree) |
---|---|
时间 | 2018-04-08 15:44:25 |
作者 | masakih <masakih@user...> |
Commiter | masakih |
carthage updateではなくbootstrapを使うようにした
@@ -61,7 +61,7 @@ final class Carthage { | ||
61 | 61 | throw CarthageError.commandNotFound |
62 | 62 | } |
63 | 63 | |
64 | - let carthage = Process() <<< carthageURL.path <<< ["update"] | |
64 | + let carthage = Process() <<< carthageURL.path <<< ["bootstrap"] | |
65 | 65 | carthage.currentDirectoryPath = cartfile.deletingLastPathComponent().path |
66 | 66 | |
67 | 67 | carthage >>> { output, error in |