masakih

AppBuilderWithGit

  • R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

gitリポジトリのurlを貼り付けるだけでアプリケーションのビルドを実行するアプリ。 macOS用


コミットメタ情報

リビジョン4fb7647bc2857403fa561c62621ce0bd1ffadb34 (tree)
日時2018-04-08 15:44:25
作者masakih <masakih@user...>
コミッターmasakih

ログメッセージ

carthage updateではなくbootstrapを使うようにした

変更サマリ

差分

--- a/AppBuilderWithGit/Carthage.swift
+++ b/AppBuilderWithGit/Carthage.swift
@@ -61,7 +61,7 @@ final class Carthage {
6161 throw CarthageError.commandNotFound
6262 }
6363
64- let carthage = Process() <<< carthageURL.path <<< ["update"]
64+ let carthage = Process() <<< carthageURL.path <<< ["bootstrap"]
6565 carthage.currentDirectoryPath = cartfile.deletingLastPathComponent().path
6666
6767 carthage >>> { output, error in