echinoidea 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ class Echinoidea::Builder
53
53
  player_settings_opts_string = player_settings_opts.map{|k,v| "PlayerSettings.#{k} = #{v};"}.join("\n")
54
54
 
55
55
  build_opts = @build_target == "iPhone" ? "BuildOptions.SymlinkLibraries" : "BuildOptions.None"
56
- build_opts = "BuildOptions.SymlinkLibraries & BuildOptions.Development & BuildOptions.AllowDebugging" if @development_mode == true
56
+ build_opts = "BuildOptions.SymlinkLibraries | BuildOptions.Development | BuildOptions.AllowDebugging" if @development_mode == true
57
57
 
58
58
  log " class_name: #{@class_name}"
59
59
  log " build_opts: #{build_opts}"
@@ -1,3 +1,3 @@
1
1
  module Echinoidea
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: echinoidea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: