nixenvironment 0.0.111 → 0.0.112

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: 06e4a352ac3c330bfa3b5eece4a78231e0fc75d4
4
- data.tar.gz: f7e5d6309572bf081c6dabc590a9bceae571833f
3
+ metadata.gz: 1ba7a15a94426b7b9f0651158909f34d22e0de75
4
+ data.tar.gz: 77d5ef3f00ab0bc3a79cb5e460f227d5cddc7fcb
5
5
  SHA512:
6
- metadata.gz: 1a808c49b097b5bcd8d7b28af6a023b4f9e06ba6b70cb219f45a9a07b7bef36d0c41617829af11fcc830fccba3dff490b8edb9d80390099cfe09915f54f59923
7
- data.tar.gz: d4023993561d619608d40ed8538b37ce9a20a109ed6103993dc2491801beb3daf24d43fd7970573a2bd08e75f18a1c51aa748031dd24d17de162acc2e1603680
6
+ metadata.gz: a0e2d57039c1f26b2db6e19b669f324b6386fa5ff9aa8a9e24ea9c74f467cfb04f8c26813adaadb37270ccf0c60fa6ebe0ddade423adcdc854fe7ad8b880165d
7
+ data.tar.gz: 7b598370677a4b9c801a93ee9bbe39dd2baa94c2859adccb60f947c37cf2a5210ec8b5a1cee38148ab67a1b60a7fb71fafcb41d9ee1c140143e15a0bc4c89ea5
@@ -104,6 +104,7 @@ command :build do |c|
104
104
  $build_number = options.build_number
105
105
 
106
106
  if is_unity_platform
107
+ ENV['UNITY_BUILD'] = 'UNITY_BUILD'
107
108
  unity_path = ENV[options.unity_path] || options.unity_path
108
109
  unity_build(options.config, unity_platform, unity_path, options.development_build, options.connect_profiler,
109
110
  options.keystore_path, options.keystore_password, options.key_alias_name, options.key_alias_password)
@@ -8,7 +8,7 @@ module Nixenvironment
8
8
  FORMAT_AUTO = CFPropertyList::List::FORMAT_AUTO
9
9
 
10
10
  def self.from_file(path)
11
- new(CFPropertyList::List.new(:file => path))
11
+ new(CFPropertyList::List.new(:file => path, :format => ENV['UNITY_BUILD'].present? ? FORMAT_XML : FORMAT_AUTO))
12
12
  end
13
13
 
14
14
  def self.from_hash(hash)
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.111'
2
+ VERSION = '0.0.112'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.111
4
+ version: 0.0.112
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-12-22 00:00:00.000000000 Z
12
+ date: 2017-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods