]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - springies/models/belt-tire/deploy.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / springies / models / belt-tire / deploy.factor
diff --git a/springies/models/belt-tire/deploy.factor b/springies/models/belt-tire/deploy.factor
new file mode 100644 (file)
index 0000000..ed522d5
--- /dev/null
@@ -0,0 +1,13 @@
+USING: tools.deploy.config ;
+V{
+    { deploy-ui? t }
+    { deploy-io 2 }
+    { deploy-reflection 1 }
+    { deploy-compiler? t }
+    { deploy-math? t }
+    { deploy-word-props? f }
+    { deploy-word-defs? f }
+    { deploy-c-types? f }
+    { "stop-after-last-window?" t }
+    { "bundle-name" "Belt Tire.app" }
+}