• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

BathyScapheのthreadファイルをSpotlightを用いて検索する


Commit MetaInfo

修訂7e5a83fe2eccecccea4fb5a4ae86c1c0ab4793f6 (tree)
時間2008-03-17 23:44:02
作者masakih <masakih@user...>
Commitermasakih

Log Message

Makefile 修正。
Info.plistを元に戻した。

git-svn-id: svn+ssh://macmini/usr/local/svnrepos/BSSpotlighter/BSSpotlighter@4 349e1e32-f012-47ec-a20f-05ec029f004b

Change Summary

差異

--- a/Info.plist
+++ b/Info.plist
@@ -7,7 +7,7 @@
77 <key>CFBundleExecutable</key>
88 <string>${EXECUTABLE_NAME}</string>
99 <key>CFBundleGetInfoString</key>
10- <string>BSSpotlighter 1.3</string>
10+ <string>${PRODUCT_NAME} 1.3, © copyright 2006-2008 by masakih</string>
1111 <key>CFBundleIconFile</key>
1212 <string>BSSpotlighter</string>
1313 <key>CFBundleIdentifier</key>
@@ -25,7 +25,7 @@
2525 <key>CFBundleVersion</key>
2626 <string>%%%%REVISION%%%%</string>
2727 <key>NSHumanReadableCopyright</key>
28- <string>© copyright 2006-2007 by masakih</string>
28+ <string>© copyright 2006-2008 by masakih</string>
2929 <key>NSMainNibFile</key>
3030 <string>MainMenu</string>
3131 <key>NSPrincipalClass</key>
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ package: release
3737 Info.plist: Info.plist.template
3838 sed -e "s/%%RELEASE%%/$(VERSION)/" -e "s/%%COPYLIGHT%%/$(COPYLIGHT)/" $< > $@
3939
40-updateRevision: update_svn Info.plist
40+updateRevision: Info.plist update_svn
4141 if [ ! -f $(INFO_PLIST).bak ] ; then cp $(INFO_PLIST) $(INFO_PLIST).bak ; fi ; \
4242 REV=`LC_ALL=C svn info | awk '/Revision/ {print $$2}'` ; \
4343 REV=`expr $$REV + $(REV_CORRECT)` ; \