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:
parent
f77239bd96
commit
07562c2ccd
3 changed files with 20 additions and 40 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue