Closed utsengar closed 4 years ago
LGTM, feel free to merge.
One thing I just got a feedback for is we should should hardcode "/Applications" and use FileManager.SearchPathDirectory.applicationDirectory
https://developer.apple.com/documentation/foundation/filemanager/searchpathdirectory/applicationdirectory.
So, checking how can I open NSOpenPanel with it.
Interesting! I wanted to do something like that.
I tried to do that, setting the dialog.directoryURL = URL(string: "/Applications")
Let me check
@adriankonkolowicz Made some minor tweaks and fixed bug there ".app" was added to UserDefault too, resulting in a bug.
Looks good?