• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

macOSのスクリーンショットの保存場所を変更するメニュバーエクストラ


Commit MetaInfo

Révisionfbb180dff782b7c35e72d904190789beaead89bb (tree)
l'heure2017-11-04 23:14:47
Auteurmasakih <masakih@user...>
Commitermasakih

Message de Log

typoを修正

Change Summary

Modification

--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ APP_NAME=$(BUILD_PATH)/$(DEPLOYMENT)/$(PRODUCT_NAME)
99 SCHEME=GoInto
1010 INFO_PLIST=GoInto/Info.plist
1111
12-LOCALIZE_FILES=GoInto/QuitItem.swift GoInto/ChooseFolerItem.swift GoInto/ImageTypeItem.swift
12+LOCALIZE_FILES=GoInto/QuitItem.swift GoInto/ChooseFolderItem.swift GoInto/ImageTypeItem.swift
1313
1414 VER_CMD=grep -A1 'CFBundleShortVersionString' $(INFO_PLIST) | tail -1 | tr -d "'\t</string>"
1515 VERSION=$(shell $(VER_CMD))