Locate app bundle based on location of CLI binary

The app bundle can also be specified via `-b` or `--bundle-path`.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-04-20 16:34:22 +02:00
parent f77239bd96
commit 07562c2ccd
3 changed files with 20 additions and 40 deletions

View file

@ -19,8 +19,6 @@ ipc-channel = "0.16"
serde = { version = "1.0", features = ["derive"] }
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24"
core-foundation = "0.9"
core-services = "0.2"
objc = "0.2"
plist = "1.3"