relaunch 0.2.0

Relaunch is a crate for bundling and relaunching macOS applications, in order to access OS features that are only available to app bundles and not command-line applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# relaunch

![GitHub Actions](https://github.com/maaku/relaunch/actions/workflows/ci.yml/badge.svg)

Relaunch is a library crate for bundling and relaunching macOS applications, in order to access OS features that are only available to app bundles and not command-line applications.

For information on how to use `relaunch`, check out the [examples](examples) directory and the cargo docs.

The original idea for `relaunch` and a few implementation ideas come from the [fruitbasket][fruitbasket] crate by Trevor Bentley.  This work represents a complete from scratch reimplementation of the idea, and is made available under the terms of the Mozilla Public License 2.0.

[fruitbasket]: https://crates.io/crates/fruitbasket