• 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

修订版e109f3f96ba521147af312ed74488eb27078e0b9 (tree)
时间2018-04-08 13:18:27
作者masakih <masakih@user...>
Commitermasakih

Log Message

ログファイル名を修正

更改概述

差异

--- a/AppBuilderWithGit/Carthage.swift
+++ b/AppBuilderWithGit/Carthage.swift
@@ -54,7 +54,7 @@ final class Carthage {
5454 return
5555 }
5656
57- let log = LogStocker("carthage")
57+ let log = LogStocker("carthage.log")
5858
5959 let carthage = Process() <<< carthageURL.path <<< ["update"]
6060 carthage.currentDirectoryPath = cartfile.deletingLastPathComponent().path