xcake 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 031c62291636e90389b9bbe0fce236d6c105c579
4
- data.tar.gz: 9fb958785aee2ac712d4442354934d16017c6d7b
3
+ metadata.gz: c32d304310a6972a5648aaf9840a54cab92ba5ae
4
+ data.tar.gz: dbc4507c4707b1ad597e6cfdf8b11f5bbce02d82
5
5
  SHA512:
6
- metadata.gz: 29b80cc3cb5b7583f8f0c833606955d49bcbc3e717d0fe88b5ca0fb044d5082ed5c3330c5ba609ffe1319d14ebf3065af1fc444c22645acf424a3be52e16b163
7
- data.tar.gz: 0582236b48b0108e94daeea9212f4b14733e2fb27ff395ecd619b949f6922bc7d3564373fc753baaa3ea7eba12e73ac1ceec5c1071db3708c0b55cacf40a2b61
6
+ metadata.gz: bcc2bfab552a1dd5c7a92e89f4f28ef410b4bf7c0f0e3799ef96c9dba44d9f537ac25c45d80ac01e4390d88fbb4efd2cea0b1a7d553dd329d3d21d98c8a5712f
7
+ data.tar.gz: fac604ea2878ad89157b93822af2cfb827f7c39676eb22b3748df3e427ce5e666a4bd8f0bf986a396c250e814e500f3c180ec410b9622311bd626cbc0496b29b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcake (0.1.8)
4
+ xcake (0.1.9)
5
5
  claide
6
6
  xcodeproj (~> 0.28)
7
7
 
data/docs/Cakefile.md CHANGED
@@ -146,7 +146,7 @@ target.type = :application
146
146
 
147
147
  #### Platform
148
148
 
149
- Sets the platform of the target. Can be `:ios` or `:osx`
149
+ Sets the platform of the target. Can be `:ios`, `:osx`, `:tvos` or `:watchos`
150
150
 
151
151
  ```ruby
152
152
  target.platform = :ios
data/lib/xcake/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xcake
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell