CQtDeployer icon indicating copy to clipboard operation
CQtDeployer copied to clipboard

Support for macOS

Open paulocoutinhox opened this issue 5 years ago • 8 comments

Hi,

Are you planning support macOS?

Thanks.

paulocoutinhox avatar Sep 06 '19 17:09 paulocoutinhox

Yes. it's a good idea.we'll add supporting macOS.

How urgently do you need mac OS support?

EndrII avatar Sep 07 '19 06:09 EndrII

do after task #188

EndrII avatar Oct 18 '19 07:10 EndrII

any update for mac os x support

MyraBaba avatar Nov 12 '20 11:11 MyraBaba

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.

EndrII avatar Nov 12 '20 11:11 EndrII

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

EndrII avatar Nov 20 '20 13:11 EndrII

@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.

EndrII avatar Nov 26 '20 08:11 EndrII

@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

kartaris avatar Feb 20 '21 20:02 kartaris

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.

EndrII avatar Feb 20 '21 21:02 EndrII