• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

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


Commit MetaInfo

修订版4fb7647bc2857403fa561c62621ce0bd1ffadb34 (tree)
时间2018-04-08 15:44:25
作者masakih <masakih@user...>
Commitermasakih

Log Message

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