factor/extra/gesture-logger/deploy.factor

14 lines
301 B
Factor

USING: tools.deploy ;
V{
{ strip-word-props? t }
{ strip-word-names? f }
{ strip-dictionary? t }
{ strip-debugger? t }
{ deploy-math? t }
{ deploy-compiled? t }
{ deploy-io? f }
{ deploy-ui? t }
{ strip-prettyprint? f }
{ "bundle-name" "Gesture Logger.app" }
}