xcake 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 246383411fa10856c58fe7e010638813ddbea7d0
4
- data.tar.gz: c6683cf3b1bf23f2165e35b87e7fb2b86e3f31b7
3
+ metadata.gz: 3f6a0f981501faed86c3570a6872591d473bce8f
4
+ data.tar.gz: b63c7d010a83973b762952b6539f991f7359f6d7
5
5
  SHA512:
6
- metadata.gz: a25207145cf88407bac628278d64a6e09d68147bbae62f5532976f6b29dcf478ca182ed0dd7e6e3e2ba5716bdedbeca9a1dd53b39caa02d88ac6512906fe2da2
7
- data.tar.gz: 340e983634a117a0619a9a0d0deaad8feeb29adbcc3c7e8b5fd2be7a519014a6dd27a4b7be34fadb43eaa8081b6b5bd47e30f89e7b1280582fedebcb449810e4
6
+ metadata.gz: da62235a77678a17e30f98f56380e8258a93fa1e7bb2ca92d3efa2bcb26a0341a02e5707e0f3f603e6de4a69838e352c59793db89babc8298dd9c150c4790e99
7
+ data.tar.gz: 3ff723dc38d043a4cffc0cbd58a37b530cf5b1d4906ef2ec3e46d0b50676db0d1d684836668055f91769c5c3300157fd5b988678e2974bc32a19a4d49050e356
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ v0.6.7
2
+ ======
3
+ - Fixes issue where `agvtool` command line tool failed to find plist with the default value used for the `INFOPLIST_FILE` build setting.
4
+
1
5
  v0.6.6
2
6
  ======
3
- - Fixes issue where `agvtool` command line tool failed to bump version with the default value used for the `INFOPLIST_FILE` build setting.
7
+ - Fixes issue where `agvtool` command line tool failed to understand preprocessor directives used with the default value used for the `INFOPLIST_FILE` build setting.
4
8
 
5
9
  v0.6.5
6
10
  ======
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcake (0.6.6)
4
+ xcake (0.6.7)
5
5
  claide (~> 0.9.1)
6
6
  hooks (~> 0.4.1)
7
7
  molinillo
data/lib/xcake/target.rb CHANGED
@@ -223,7 +223,7 @@ module Xcake
223
223
 
224
224
  def default_settings
225
225
  {
226
- "INFOPLIST_FILE" => "./#{name}/Supporting Files/Info.plist"
226
+ "INFOPLIST_FILE" => "#{name}/Supporting Files/Info.plist"
227
227
  }
228
228
  end
229
229
 
data/lib/xcake/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xcake
2
- VERSION = "0.6.6".freeze
2
+ VERSION = "0.6.7".freeze
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.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell