<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,10 @@
+desc &quot;Restart Safari&quot;
+task :restart do
+  system(&quot;osascript -e 'tell application \&quot;Safari\&quot;' -e 'quit' -e 'end tell' &amp;&amp; osascript -e 'tell application \&quot;Safari\&quot;' -e 'activate' -e 'end tell'&quot;)
+end
+
 desc &quot;Build the Release configuration of the plugin and install for the current user.&quot;
-task :default do
+task :release do
   system('xcodebuild -configuration Release -target &quot;Install plugin for user&quot;')
 end
 
@@ -7,3 +12,5 @@ desc &quot;Build the Debug configuration of the plugin and install for the current us
 task :debug do
   system('xcodebuild -configuration Debug -target &quot;Install plugin for user&quot;')
 end
+
+task :default =&gt; [:release, :restart]
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>506c049859d0aa78896e0ebcda2aaf1abab7a934</id>
    </parent>
  </parents>
  <author>
    <name>Ale Mun&#771;oz</name>
    <email>bomberstudios@gmail.com</email>
  </author>
  <url>http://github.com/rentzsch/clicktoflash/commit/c1c717dfb213d8e88af746fad3c06b9db3f96a1d</url>
  <id>c1c717dfb213d8e88af746fad3c06b9db3f96a1d</id>
  <committed-date>2009-07-20T17:43:46-07:00</committed-date>
  <authored-date>2009-07-20T01:04:45-07:00</authored-date>
  <message>Added :restart task to Rakefile, so that Safari is restarted when compiling a new ClickToFlash version.

Signed-off-by: Jonathan 'Wolf' Rentzsch &lt;jwr.git@redshed.net&gt;</message>
  <tree>772a8ac0aff489f18fd95d5f6ed6285920819bc1</tree>
  <committer>
    <name>Jonathan 'Wolf' Rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </committer>
</commit>
