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: 863f23bb74e7f94ba1fa74d8c35e00019d353cae
4
- data.tar.gz: 8138419187afbf7a20c6a2b5c59dfd8a0cccf74f
3
+ metadata.gz: 64d8878070046082acb34849978f441236bfe0bf
4
+ data.tar.gz: 8dad2ee3d056479e613dbbdaf8293d8eccb96a33
5
5
  SHA512:
6
- metadata.gz: e4e56eacb96745b09cc341ca0cc90d25e359673bfba6447a35742cc8e3d67649bbe96268966ea2eb47943c479e6d66c3ef8e4d00e6d962ea4be57a98904a9d51
7
- data.tar.gz: 76632a863d9df8927b3868b1dc868746461e0844bbc524caa06f2595d9d7a0e627bfa1a20d1c5209dd14ef357d12de8cf30fab4a3100327ae93e56d4909553c5
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.StandaloneOSXUniversal;
105
+ BuildTarget buildTarget = BuildTarget.StandaloneOSXIntel64;
106
106
 
107
107
  EditorUserBuildSettings.SwitchActiveBuildTarget(buildTarget);
108
108
  BuildPipeline.BuildPlayer(GetScenePaths(), buildPath, buildTarget, GetBuildOptions());
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.88'
2
+ VERSION = '0.0.89'
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.88
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-20 00:00:00.000000000 Z
12
+ date: 2016-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods