<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automatically save the dSYM files.</title>
	<atom:link href="http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: PLCrashReporter &#8211; Crash Dump Capture/Reporting for MacOSX &#38; iPhone &#124; MacIndie</title>
		<link>http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/comment-page-1/#comment-1356</link>
		<dc:creator>PLCrashReporter &#8211; Crash Dump Capture/Reporting for MacOSX &#38; iPhone &#124; MacIndie</dc:creator>
		<pubDate>Sat, 22 May 2010 04:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=843#comment-1356</guid>
		<description>&lt;p&gt;[...] Marcus Zarra, who is a very well-known Cocoa developer, explains the process over on his blog Cocoa Is My Girlfriend and even provides a set of scripts you can customize to get this set up in your own development [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Marcus Zarra, who is a very well-known Cocoa developer, explains the process over on his blog Cocoa Is My Girlfriend and even provides a set of scripts you can customize to get this set up in your own development [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Zarra</title>
		<link>http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/comment-page-1/#comment-1225</link>
		<dc:creator>Marcus Zarra</dc:creator>
		<pubDate>Sun, 17 Jan 2010 20:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=843#comment-1225</guid>
		<description>&lt;p&gt;The git commit command narrows the commit to only those files included in the dSYM.  Even if you have other files &quot;added&quot; it will not commit them because of the way the git commit line is structured.  Therefore it is completely &quot;safe&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The git commit command narrows the commit to only those files included in the dSYM.  Even if you have other files &#8220;added&#8221; it will not commit them because of the way the git commit line is structured.  Therefore it is completely &#8220;safe&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DASKAjA</title>
		<link>http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/comment-page-1/#comment-1224</link>
		<dc:creator>DASKAjA</dc:creator>
		<pubDate>Sun, 17 Jan 2010 19:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=843#comment-1224</guid>
		<description>&lt;p&gt;Thank you for your script. I&#039;ll definitly use it in my projects.&lt;/p&gt;

&lt;p&gt;But IMO&lt;/p&gt;

&lt;p&gt;if [ -f &quot;.git/config&quot; ]; then
  git add &quot;${RELATIVE_DEST_PATH}&quot;
  git commit -m &quot;Added dSYM file for ${BUILD_STYLE} build&quot; &#092;
      &quot;${RELATIVE_DEST_PATH}&quot;
fi&lt;/p&gt;

&lt;p&gt;is a bit dangerous. What if I&#039;ve got uncommited changes which are already in the index (so to speak, I already git add&#039;ed them)? They will be commited, too, aren&#039;t they? Any kind of solution for that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for your script. I&#8217;ll definitly use it in my projects.</p>

<p>But IMO</p>

<p>if [ -f ".git/config" ]; then
  git add &#8220;${RELATIVE_DEST_PATH}&#8221;
  git commit -m &#8220;Added dSYM file for ${BUILD_STYLE} build&#8221; &#92;
      &#8220;${RELATIVE_DEST_PATH}&#8221;
fi</p>

<p>is a bit dangerous. What if I&#8217;ve got uncommited changes which are already in the index (so to speak, I already git add&#8217;ed them)? They will be commited, too, aren&#8217;t they? Any kind of solution for that?</p>]]></content:encoded>
	</item>
</channel>
</rss>
