dirs-sys-rs icon indicating copy to clipboard operation
dirs-sys-rs copied to clipboard

Use apple's native ObjC APIs to produce the right paths

Open jfro opened this issue 3 years ago • 10 comments

  • Updated to 2018 edition, though doesn't change much currently
  • Brings in objc on mac/ios side to use apple's APIs for acquiring various directories
    • This should fix systems that are on non-english native locales (some folders are localized on the filesystem)
    • This should fix using any rust libraries using dirs-sys-rs within a sandbox mac/ios app

jfro avatar Jul 12 '20 03:07 jfro