obb 2022-01-06

Added CHANGELOG.md.

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.

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

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

🎉 2

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!

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.

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