<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wangling &#187; Xcode</title>
	<atom:link href="http://wangling.me/tag/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://wangling.me</link>
	<description>I&#039;m Wang Ling. I&#039;m wangling you.</description>
	<lastBuildDate>Tue, 15 May 2012 14:17:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Zenburn Theme for Xcode 4</title>
		<link>http://wangling.me/2011/09/zenburn-theme-for-xcode-4/</link>
		<comments>http://wangling.me/2011/09/zenburn-theme-for-xcode-4/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:22:36 +0000</pubDate>
		<dc:creator>an0</dc:creator>
				<category><![CDATA[中文]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://wangling.me/?p=730</guid>
		<description><![CDATA[如果默认主题让你眼睛疲倦的话，试试 Zenburn。暗色系，低对比度，适合长时间编码。]]></description>
			<content:encoded><![CDATA[<p>长久对着 Xcode 写代码，默认 Theme 的白亮和高对比度让我的眼睛很疲倦。自带的 Midnight Theme 太艳俗，而且对比度依然很高。我在 Emacs 里用 <a href="http://slinky.imukuppi.org/zenburnpage/">Zenburn</a>，感觉不错，于是就自己动手 port 到 Xcode 里，并针对性的做了微调。</p>
<div class="thumbnail"><a href="https://skitch.com/an00na/f5c3e/zenburn-for-xcode"><img src="https://img.skitch.com/20110923-tudq2cm22x6bmmahqhtuh6f6qq.preview.jpg" alt="Zenburn for Xcode" /></a></div>
<p>喜欢的话，可从 <a href="https://github.com/an0/Zenburn-for-Xcode">GitHub</a> 上获取。</p>
<div class="social">			<a href="https://twitter.com/share?url=http%3A%2F%2Fwangling.me%2F2011%2F09%2Fzenburn-theme-for-xcode-4%2F" class="twitter-share-button" data-url="http%3A%2F%2Fwangling.me%2F2011%2F09%2Fzenburn-theme-for-xcode-4%2F" data-text="Zenburn Theme for Xcode 4: 如果默认主题让你眼睛疲倦的话，试试 Zenburn。暗色系，低对比度，适合长时间编码。" data-via="an0" data-count="none">Tweet</a>
			<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>			<script type="text/javascript" charset="utf-8">
(function(){
  var _w = 86 , _h = 18;
  var param = {
    url:"http%3A%2F%2Fwangling.me%2F2011%2F09%2Fzenburn-theme-for-xcode-4%2F",
    type:'6',
    count:'', /**是否显示分享数，1显示(可选)*/
    appkey:'', /**您申请的应用appkey,显示分享来源(可选)*/
    title:'Zenburn Theme for Xcode 4: 如果默认主题让你眼睛疲倦的话，试试 Zenburn。暗色系，低对比度，适合长时间编码。', /**分享的文字内容(可选，默认为所在页面的title)*/
    pic:'', /**分享图片的路径(可选)*/
    ralateUid:'1676354212', /**关联用户的UID，分享微博会@该用户(可选)*/
    rnd:new Date().valueOf()
  }
  var temp = [];
  for( var p in param ){
    temp.push(p + '=' + encodeURIComponent( param[p] || '' ) )
  }
  document.write('<iframe allowTransparency="true" frameborder="0" scrolling="no" src="http://hits.sinajs.cn/A1/weiboshare.html?' + temp.join('&') + '" width="'+ _w+'" height="'+_h+'" style="margin-left:5px;"></iframe>')
})()
</script></div>]]></content:encoded>
			<wfw:commentRss>http://wangling.me/2011/09/zenburn-theme-for-xcode-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documentation Set Generation Tool in Xcode is Wanted</title>
		<link>http://wangling.me/2010/07/documentation-set-generation-tool-in-xcode-is-wanted/</link>
		<comments>http://wangling.me/2010/07/documentation-set-generation-tool-in-xcode-is-wanted/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 02:30:50 +0000</pubDate>
		<dc:creator>an0</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://wangling.me/?p=250</guid>
		<description><![CDATA[Documentation set generation tool in Xcode to generate documentation sets in the style of Apple Developer Documentation is necessary for a prosperous Apple developer community. The current HeaderDoc and Doxygen are both far from Apple standard. HeaderDoc is obviously not favored by developers. Doxygen is better and even officially advocated by Apple, but still tedious [...]]]></description>
			<content:encoded><![CDATA[<p>Documentation set generation tool in Xcode to generate documentation sets in the style of Apple Developer Documentation is necessary for a prosperous Apple developer community. The current <a href="http://developer.apple.com/opensource/tools/headerdoc.html">HeaderDoc</a> and <a href="http://www.stack.nl/~dimitri/doxygen/index.html">Doxygen</a> are both far from Apple standard.</p>
<p>HeaderDoc is obviously <a href="http://stackoverflow.com/questions/174315/how-do-you-document-your-source-code-in-xcode">not favored by developers</a>. Doxygen is better and even <a href="http://developer.apple.com/tools/creatingdocsetswithdoxygen.html">officially advocated by Apple</a>, but still tedious to use and just can&#8217;t generate Apple standard documentations(see a nice example <a href="http://dysart.cs.byu.edu/CHDataStructures/">here</a>). <a href="http://github.com/mattball/doxyclean">Doxyclean</a> is very helpful in converting Doxygen output to resemble Apple Developer Documentation, but seems not capable to generate Xcode Documentation Sets. Following the work of Doxyclean, <a href="http://github.com/tomaz/appledoc">appledoc</a> supplements some missing features like Xcode Documentation Set generation.</p>
<p>To sum up, there are several third-party tools doing the work that should be better done by Apple in Apple way. Even though they can do their best to generate very Apple like documentations, they can not offer the smooth integration in Xcode that is otherwise possible if it is done by Apple.</p>
<p>So, I&#8217;ve posted a bug report(Problem ID: 8193210) to request such a Documentation Set generation tool. If you also want it, please go to duplicate a <a href="http://bugreport.apple.com/">bug report</a> with following content:</p>
<blockquote><p>I vote for bug report ‘8193210′.</p>
<p>Summary:<br />
Documentation set generation tool in Xcode to generate documentation set in the style of Apple Developer Documentation is necessary for a prosperous Apple developer community. The current HeaderDoc and doxygen are both far from the Apple standard.</p>
<p>Steps to Reproduce:</p>
<p>Expected Results:</p>
<p>Actual Results:</p>
<p>Regression:</p>
<p>Notes:
</p></blockquote>
<p>Read <a href="http://finbarrbrady.com/2010/07/help-us-get-international-promo-codes/">this article</a> to learn why and how to vote for a bug report.<sup><a href="http://wangling.me/2010/07/documentation-set-generation-tool-in-xcode-is-wanted/#footnote_0_250" id="identifier_0_250" class="footnote-link footnote-identifier-link" title="Surely I&amp;#8217;ve voted this &amp;#8220;international promo codes&amp;#8221; bug report since I&amp;#8217;m from China.">1</a></sup></p>
<div class="footnotes"><ol ><li id="footnote_0_250" class="footnote">Surely I&#8217;ve voted this &#8220;international promo codes&#8221; bug report since I&#8217;m from China.</li></ol></div><div class="social">			<a href="https://twitter.com/share?url=http%3A%2F%2Fwangling.me%2F2010%2F07%2Fdocumentation-set-generation-tool-in-xcode-is-wanted%2F" class="twitter-share-button" data-url="http%3A%2F%2Fwangling.me%2F2010%2F07%2Fdocumentation-set-generation-tool-in-xcode-is-wanted%2F" data-text="Documentation Set Generation Tool in Xcode is Wanted" data-via="an0" data-count="none">Tweet</a>
			<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>			<script type="text/javascript" charset="utf-8">
(function(){
  var _w = 86 , _h = 18;
  var param = {
    url:"http%3A%2F%2Fwangling.me%2F2010%2F07%2Fdocumentation-set-generation-tool-in-xcode-is-wanted%2F",
    type:'6',
    count:'', /**是否显示分享数，1显示(可选)*/
    appkey:'', /**您申请的应用appkey,显示分享来源(可选)*/
    title:'Documentation Set Generation Tool in Xcode is Wanted', /**分享的文字内容(可选，默认为所在页面的title)*/
    pic:'', /**分享图片的路径(可选)*/
    ralateUid:'1676354212', /**关联用户的UID，分享微博会@该用户(可选)*/
    rnd:new Date().valueOf()
  }
  var temp = [];
  for( var p in param ){
    temp.push(p + '=' + encodeURIComponent( param[p] || '' ) )
  }
  document.write('<iframe allowTransparency="true" frameborder="0" scrolling="no" src="http://hits.sinajs.cn/A1/weiboshare.html?' + temp.join('&') + '" width="'+ _w+'" height="'+_h+'" style="margin-left:5px;"></iframe>')
})()
</script></div>]]></content:encoded>
			<wfw:commentRss>http://wangling.me/2010/07/documentation-set-generation-tool-in-xcode-is-wanted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

