Skip to content

Commit

Permalink
Fix bug in OSX. Still exported as strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Apr 28, 2015
1 parent e0f79bd commit 514d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tt_citites_skylines/exporter.rb
Expand Up @@ -162,7 +162,7 @@ def self.osx_write_setting(section, key, value)
else
raise "#{value.class} not supported"
end
`defaults write com.sketchup.SketchUp.#{version} "#{section}" -dict-add "#{key}" #{value}`
`defaults write com.sketchup.SketchUp.#{version} "#{section}" -dict-add "#{key}" #{value_with_type}`
end


Expand Down

0 comments on commit 514d7dd

Please sign in to comment.