-
Notifications
You must be signed in to change notification settings - Fork 824
Feat: add invisible app alias #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add invisible app alias #740
Conversation
Is it just me or is this not working at least not from the Xcode build |
I have built it again, and the aliases are created even if the directory does not exist. They will be in |
You should use FileManager for this: |
I think that defeats the point of this feature, then. For the majority of users who only have one account on their system, this feature won't be particularly helpful like this. |
The reason I suggested using FileManger API is that it should do the best of both worlds, ie. use System Application folder where appropriate, and User Application folder when appropriate |
I missed this when I was writing my previous message. How does FileManager do this automatically? It would depend if either |
The purpose of this feature has always been Launchpad access. |
That should be specified in the button locale imo |
* feat: add invisible app alias * add `PlayApp.aliasDirectory` to prune * Remove unlocalized log error messages * improve do/catch syntax * fuse do/catch in `func createAlias()` * use `error.localizedDescription` * Update Localizable strings
A reimplementation of #599 with
writeBookmarkData
instead of AppleScript.