nixenvironment 0.0.88 → 0.0.89
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64d8878070046082acb34849978f441236bfe0bf
|
|
4
|
+
data.tar.gz: 8dad2ee3d056479e613dbbdaf8293d8eccb96a33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e60df871a6aaf89e775da036722cc3b552681fbfbe40f1bf88091afda2c6e60cd391c11524d4a2fbab5a64836abdf5dde6807697d9371af798ed1dd3835a286
|
|
7
|
+
data.tar.gz: 5931cf305c020a96069530fcbf4e7ff2962c4c95bfd795ea4a413ff172eb1c34fd90ecf105f3540670371c6369916cedd93b60163cd1362e61b78a527ce3910e
|
|
@@ -102,7 +102,7 @@ public static class NIXBuilder
|
|
|
102
102
|
string buildPath = CommandLineReader.GetCustomArgument(BuildPathArgument);
|
|
103
103
|
CreateFolder(Path.GetDirectoryName(buildPath));
|
|
104
104
|
|
|
105
|
-
BuildTarget buildTarget = BuildTarget.
|
|
105
|
+
BuildTarget buildTarget = BuildTarget.StandaloneOSXIntel64;
|
|
106
106
|
|
|
107
107
|
EditorUserBuildSettings.SwitchActiveBuildTarget(buildTarget);
|
|
108
108
|
BuildPipeline.BuildPlayer(GetScenePaths(), buildPath, buildTarget, GetBuildOptions());
|
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.89
|
|
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-07-
|
|
12
|
+
date: 2016-07-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods
|