Skip to content

Commit

Permalink
Sketchup 2024 support (#332)
Browse files Browse the repository at this point in the history
* Add sqlite3 for ruby 3.2

* Run UI from netlify URL

* Add bundle for ruby 3.2 for mac
  • Loading branch information
oguzhankoral authored May 9, 2024
1 parent a0578fa commit 73bcd75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
Binary file added speckle_connector/src/ext/sqlite3/sqlite3_32.so
Binary file not shown.
3 changes: 2 additions & 1 deletion speckle_connector/src/ui/dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ def init_dialog
dialog.set_can_close do
true
end
File.exist?(@htm_file) ? dialog.set_file(@htm_file) : dialog.set_url('http://localhost:8081')
# File.exist?(@htm_file) ? dialog.set_file(@htm_file) : dialog.set_url('http://localhost:8081')
# dialog.set_url('http://localhost:8081') # uncomment this line if you want to use your local version of ui
dialog.set_url('https://development--speckle-sketchup-dui2.netlify.app/')
add_exec_callback(dialog)
dialog
end
Expand Down

0 comments on commit 73bcd75

Please sign in to comment.