nixenvironment 0.0.94 → 0.0.95

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: af4832a0bde29530a99127654109859bff0af7d3
4
- data.tar.gz: 45cd85aeab6774da81e7883a81bc67e92c6be910
3
+ metadata.gz: 1ddf40651187cfe70b4e918250f5a11109fdb392
4
+ data.tar.gz: 0d9888de5904eda927a28f65af5c917ed228d864
5
5
  SHA512:
6
- metadata.gz: 7f047f969c30f1fad3f45e41e85895edb1dd86890a66ec9e3cba302563efa4e7dc4bfea63d57344ea6470677b17fe98ca742612595134e1e45bf8db03f0e7a72
7
- data.tar.gz: fdda60c3942bb241bda4b4f3fc72f2d9191650877d7c6c0ed53b803b3c17b977b9cdf719e1ee58bb444466e389c975062a16bc01c7380f9aee53662b26b9cef2
6
+ metadata.gz: 02ca7a57b87824c0480fe375a0dd89be22a8b40cdf790b794e12f34a55ed89926dfcc6b076ee5ad0ad4c339fd689bac841e4d342c4328c4045a66eb93d2899f0
7
+ data.tar.gz: 3fd9d812a1c30ce2ada7c405c3d6d6e56dd7f303512183d716583a928e78ee150b00a3fe1da086f35b4fd69ed6bfce7393f0edd7011036f1dce13c4cec6962b3
data/bin/nixenvironment CHANGED
@@ -610,7 +610,7 @@ def unity_build(configuration, unity_platform, unity_path, development_build, co
610
610
 
611
611
  unity_success = system("#{unity_path} -projectPath '#{Dir.pwd}' -batchmode -logFile -quit -executeMethod NIXBuilder.MakeWebGLBuild -customArgs:'#{build_path_arg}#{development_build_arg}'")
612
612
  error('WebGL build unity error!') unless unity_success
613
- else
613
+ else
614
614
  error("Error: Unknown unity target platform '#{unity_platform}'!")
615
615
  end
616
616
 
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.94'
2
+ VERSION = '0.0.95'
3
3
  end
@@ -106,6 +106,7 @@ module Nixenvironment
106
106
  build_args << "-scheme '#{scheme}'"
107
107
  end
108
108
 
109
+ build_args << 'clean'
109
110
  build_args << '-showBuildSettings'
110
111
 
111
112
  puts 'Reading config settings ...'
@@ -143,6 +144,7 @@ module Nixenvironment
143
144
  build_args = []
144
145
  build_args << "-workspace '#{workspace}'"
145
146
  build_args << "-scheme '#{scheme}'"
147
+ build_args << 'clean'
146
148
  build_args << '-showBuildSettings'
147
149
 
148
150
  puts "Getting product settings path for scheme '#{scheme}' ..."
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.94
4
+ version: 0.0.95
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-08-19 00:00:00.000000000 Z
12
+ date: 2016-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods