obb

zane 2022-01-06T00:32:59.000200Z

Added CHANGELOG.md.

zane 2022-01-06T00:40:21.001200Z

Released https://github.com/babashka/obb https://github.com/babashka/obb/releases/tag/v0.0.2: Ad-hoc ClojureScript scripting of Mac applications via Apple’s Open Scripting Architecture. • Fixed ◦ https://github.com/babashka/obb/issues/10: Fix crash when clojure.core/meta is called on an object specifier.

borkdude 2022-01-06T10:59:15.002100Z

Made a bb dev task which watches the build and uses the compiled obb to show a notification when compilation is done ;) https://github.com/babashka/obb/blob/main/bb/watch.clj

2
borkdude 2022-01-06T22:16:44.002900Z

Documented how to create an application bundle with #obb! https://github.com/babashka/obb/blob/main/doc/application-bundle.md

🎉 2
wcohen 2022-01-06T22:54:24.003400Z

This is awesome! @borkdude

wcohen 2022-01-06T22:55:25.003600Z

I think this is documented enough for now given your comments before about not wanting to load a bunch of other stuff in before things stabilize!

borkdude 2022-01-06T22:58:54.003800Z

Thanks. So here is Choice.app.zip https://www.dropbox.com/s/qjc5vff67mvmx9b/Choice.app.zip?dl=0 If you uncompress it by double clicking in Finder, you will get . You will find that you cannot run it (it will say it's damanged) but if you do:

sudo xattr -c   
then you can run it afterwards.

borkdude 2022-01-06T23:03:35.004Z

Unless you curl -sLO ... that link in a terminal and then unzip it in the terminal, that seems to bypass the quarantine stuff.