Skip to content

Commit

Permalink
Add info about mdfind to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ravicious committed Jul 26, 2024
1 parent f437d94 commit 22d7ae2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.assets/macos/tshdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@ launch the daemon with the following error:

After resetting the db and restarting the device, everything seemed to be working again.

In theory, it's possible to list all app bundles with a certain bundle identifier by running the
following command:

```
mdfind kMDItemCFBundleIdentifier = "com.goteleport.tshdev"
```

In practice, getting rid of all but one bundle didn't appear to solve the problem.

### Daemon does not start

List all jobs loaded into launchd. The second column is the status which you can then inspect.
Expand Down

0 comments on commit 22d7ae2

Please sign in to comment.