Arqiver icon indicating copy to clipboard operation
Arqiver copied to clipboard

Early support for macOS

Open fathonix opened this issue 6 months ago • 3 comments

Arqiver are already buildable on macOS without any modification, but lacks an icon and a list of associated files to make it show up on the "Open With" menu. This PR addresses those issues.

TODO

  • [ ] Add more supported files in Info.plist
  • [ ] Change qmake and CMake files to set the right version (and maybe bundle identifier) in Info.plist (currently only qmake)
  • [ ] Add support for opening files (Info.plist only registers supported files but the file isn't actually opened)
  • [ ] Append the executable directory to the process' PATH env on macOS to detect 7z executable if bundled
  • [x] Use Qt native method or the open command instead of gio on macOS

fathonix avatar Dec 28 '23 03:12 fathonix