Compare commits

..

1 Commits

Author SHA1 Message Date
oguzhankoral 568cb879d3 Add sqlite3 for ruby 3.2 2024-04-22 11:56:22 +03:00
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
build-connector-mac:
macos:
xcode: 13.4.1
xcode: 12.5.1
parameters:
projname:
type: string
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "_sqlite3"]
path = _sqlite3
url = https://github.com/specklesystems/sketchup-sqlite3.git
url = git@github.com:specklesystems/sketchup-sqlite3.git
+1 -1
View File
@@ -31,7 +31,7 @@ What is Speckle? Check our ![YouTube Video Views](https://img.shields.io/youtube
Give Speckle a try in no time by:
- [![app.speckle.systems](https://img.shields.io/badge/https://-speckle.xyz-0069ff?style=flat-square&logo=hackthebox&logoColor=white)](https://app.speckle.systems) ⇒ creating an account at our public server
- [![speckle XYZ](https://img.shields.io/badge/https://-speckle.xyz-0069ff?style=flat-square&logo=hackthebox&logoColor=white)](https://speckle.xyz) ⇒ creating an account at our public server
- [![create a droplet](https://img.shields.io/badge/Create%20a%20Droplet-0069ff?style=flat-square&logo=digitalocean&logoColor=white)](https://marketplace.digitalocean.com/apps/speckle-server?refcode=947a2b5d7dc1) ⇒ deploying an instance in 1 click
### Resources
Binary file not shown.
+1 -2
View File
@@ -81,9 +81,8 @@ module SpeckleConnector
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
+1 -1
View File
@@ -1,3 +1,3 @@
VUE_APP_DEV_TOKEN=
VUE_APP_SPECKLE_NAME=SpeckleSketchup
VUE_APP_DEFAULT_SERVER=https://latest.speckle.systems
VUE_APP_DEFAULT_SERVER=https://latest.speckle.dev