9dc191be4f
OpenStudio-Suite Architektur-Plugin fuer Rhino 8 (Mac): - Smart-Elemente: Wand, Decke, Dach (Pult/Sattel/Walm/Mansarde), Oeffnungen (Fenster/Tueren mit Rahmen + Sims + Glas + Fluegel), Treppen (gerade · L · Wendel mit Schrittmass-Validierung) - Live-Previews mit Step-Lines + Soll-Range-Clamping - Bidirektionale Selection-Sync zwischen Source-Linie und Volume - Geschoss-/Ebenen-Verwaltung mit OKFF-Persistenz - Layouts mit PDF-Export - Ausschnitte / Massstab / Override-Regeln - Petrol-Gruen Theme (Rapport-konform) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Dossier",
|
|
"version": "0.1.0",
|
|
"identifier": "ch.gabrielevarano.dossier",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "(cd .. && npm run build) && npm run build",
|
|
"devUrl": "http://127.0.0.1:5183",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Dossier",
|
|
"width": 920,
|
|
"height": 640,
|
|
"minWidth": 720,
|
|
"minHeight": 480,
|
|
"resizable": true,
|
|
"fullscreen": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["app", "dmg"],
|
|
"icon": ["icons/icon.png"],
|
|
"copyright": "© 2026 Karim Gabriele Varano",
|
|
"category": "DeveloperTool",
|
|
"shortDescription": "Dossier Launcher",
|
|
"longDescription": "Projekt-Launcher fuer das Dossier-Plugin in Rhino 8.",
|
|
"resources": {
|
|
"../../dist": "dist",
|
|
"../../rhino": "rhino"
|
|
}
|
|
}
|
|
}
|