livebook/app_builder
Wojtek Mach 789a44a7da
Convert Mac launcher to a Cocoa app (#1263)
1. Add `:event_handler` app option. It is a process that will receive
   the app events, the `:open_app`, `{:open_url, url}`, and
   `{:open_file, path}` messages.

2. Add `AppBuilder.init/0`. This reads the `APP_BUILDER_INPUT` env
   variable which contains the app event the release was started with.

3. Use <https://github.com/wojtekmach/otp/tree/wm-WX_MACOS_NON_GUI_APP>
   branch which contains wx fix that hasn't been merged yet.
2022-07-06 19:27:06 +02:00
..
examples/wx_demo Convert Mac launcher to a Cocoa app (#1263) 2022-07-06 19:27:06 +02:00
lib Convert Mac launcher to a Cocoa app (#1263) 2022-07-06 19:27:06 +02:00
test Add Mac app release (#865) 2022-01-17 17:34:38 +01:00
.formatter.exs Add Mac app release (#865) 2022-01-17 17:34:38 +01:00
.gitignore Add Mac app release (#865) 2022-01-17 17:34:38 +01:00
mix.exs Add taskbar icon to desktop app (#1119) 2022-04-21 09:51:48 +02:00
README.md Add Mac app release (#865) 2022-01-17 17:34:38 +01:00

AppBuilder