# template Xcode guard

notification :growl

guard :xcode, :configuration => ‘Debug’, :target => ‘MyApp’, :clean =>true do

watch(/^.+\.[hmc]$/)

end