CQtDeployer
CQtDeployer copied to clipboard
Support for macOS
Hi,
Are you planning support macOS?
Thanks.
Yes. it's a good idea.we'll add supporting macOS.
How urgently do you need mac OS support?
do after task #188
any update for mac os x support
Hi Thanks for your question. Unfortunately i am not have any mac hardware. Because of this, I am unable to test the Mac OS platform. For now, I can only add basic Mac support.
If you are satisfied with the basic support for this platform, I will start working on this task as soon as I have free time.
I can not find rely working library for parsing the mac os shared libraries. But developers of Apple created the otool for check depend of the library.
Need to analyze the source code of tool for create a own library for parsing shared objects. otool.zip
@prsolucoes @MyraBaba it looks like I need your help, maybe some of you know what a good C / C ++ library for scanning dylib, .bandle and .so files on MAC OS. preferably with ARM and X86 support.
@prsolucoes @MyraBaba it looks like I need your help, maybe some of you know what a good C / C ++ library for scanning dylib, .bandle and .so files on MAC OS. preferably with ARM and X86 support.
Maybe this one could help? https://github.com/kwin/macdependency
yes
@prsolucoes @MyraBaba it looks like I need your help, maybe some of you know what a good C / C ++ library for scanning dylib, .bandle and .so files on MAC OS. preferably with ARM and X86 support.
Maybe this one could help? https://github.com/kwin/macdependency
hm its looks good. i am clone this project and try build MachO library on my Linux PC and it's finished fail. Build failed because MachO library using unique mac headers. I need to more time for fixed this trouble.