nixenvironment 0.0.94 → 0.0.95
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 +4 -4
- data/bin/nixenvironment +1 -1
- data/lib/nixenvironment/version.rb +1 -1
- data/lib/nixenvironment/xcodebuild.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ddf40651187cfe70b4e918250f5a11109fdb392
|
|
4
|
+
data.tar.gz: 0d9888de5904eda927a28f65af5c917ed228d864
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
613
|
+
else
|
|
614
614
|
error("Error: Unknown unity target platform '#{unity_platform}'!")
|
|
615
615
|
end
|
|
616
616
|
|
|
@@ -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.
|
|
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-
|
|
12
|
+
date: 2016-09-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods
|