Sha256: 8a2bcc2d895744ed484368bd427a8a5a4812d25112a20fa9653d00b8d023dbdf

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

# Set :project_path to the location of your XCode project file
# Set :target to the name of the Cedar build target
guard 'cedar', :project_path => 'YourProject.xcodeproj', :target => 'YourSpecs' do
  # watch(%r{^YourSpecs/.+Spec\.mm$})
  # watch(%r{^YourProject/.+(\.m|\.h)$})
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guard-cedar-0.1.1 lib/guard/cedar/templates/Guardfile
guard-cedar-0.1.0 lib/guard/cedar/templates/Guardfile