Sha256: 85cc5053bd8b7d464285e9b70adf15899d59845eb24a63df3e4f136819701462

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

Project.new do |c|
    c.application_for :ios, 8.0 do |t|
      t.name = "test"

      t.all_configurations.supported_devices = :iphone_only

      c.unit_tests_for t
      c.watch_app_for t, 2.0
    end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcake-0.3.1 Cakefile
xcake-0.3.0 Cakefile