Kotlin-Multiplatform-AppDirs icon indicating copy to clipboard operation
Kotlin-Multiplatform-AppDirs copied to clipboard

"/" insead of space between author and app name on macos?

Open mgroth0 opened this issue 1 year ago • 0 comments

In the example in the README we see:

User data dir: /Users/ave/Library/Application Support/syer myapp/1.2.3

Why not this instead?

User data dir: /Users/ave/Library/Application Support/syer/myapp/1.2.3

The second one seems correct because different apps from the same author would be in the same folder.

mgroth0 avatar Apr 07 '24 13:04 mgroth0