推荐一个Xcode的Tip(CocoaChina cryfish)

| No Comments | No TrackBacks
大家在新建文件的时候默认在文件的开关都会生成这样的注释:
/*

*
*  Created by XX on yy-m-d.
*  Copyright 2008 __MyCompany__. All rights reserved.
*
*/
每次要拖动改__MyCompany__很麻烦,可以直接在終端(Terminal)下输入:
    defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions '{ ORGANIZATIONNAME = "aiFengKnight"; }'
重启Xcode,这样新建文件的_MyCompany__就自动变成了aiFengKnight了

:)

No TrackBacks

TrackBack URL: http://iphone.ipsw.info/mt/mt-tb.cgi/207

Leave a comment

About this Entry

This page contains a single entry by lvyile published on September 14, 2008 10:00 AM.

(Book Four)The Tao of programming (第四篇)編程之道 was the previous entry in this blog.

把螢幕上方的status bar 弄掉 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.