Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for macOS #166

Open
paulocoutinhox opened this issue Sep 6, 2019 · 8 comments
Open

Support for macOS #166

paulocoutinhox opened this issue Sep 6, 2019 · 8 comments
Assignees
Labels
Enhancement New feature or request Mac
Projects
Milestone

Comments

@paulocoutinhox
Copy link

Hi,

Are you planning support macOS?

Thanks.

@EndrII
Copy link
Member

EndrII commented Sep 7, 2019

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

How urgently do you need mac OS support?

@EndrII EndrII self-assigned this Sep 7, 2019
@EndrII EndrII added the Enhancement New feature or request label Sep 7, 2019
@EndrII EndrII added this to To do in qtDeployer via automation Sep 7, 2019
@EndrII EndrII modified the milestones: v1.3, v1.4 Sep 9, 2019
@EndrII
Copy link
Member

EndrII commented Oct 18, 2019

do after task #188

@EndrII EndrII mentioned this issue Nov 6, 2019
7 tasks
@EndrII EndrII modified the milestones: v1.4, v1.5 Dec 31, 2019
@EndrII EndrII added the Mac label Oct 13, 2020
@MyraBaba
Copy link

any update for mac os x support

@EndrII
Copy link
Member

EndrII commented Nov 12, 2020

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
Copy link
Member

EndrII commented Nov 20, 2020

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
Copy link
Member

EndrII commented Nov 26, 2020

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

@kartaris
Copy link
Contributor

@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

@EndrII
Copy link
Member

EndrII commented Feb 20, 2021

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 added a commit that referenced this issue Feb 22, 2021
@EndrII EndrII mentioned this issue Feb 22, 2021
6 tasks
@EndrII EndrII linked a pull request Feb 22, 2021 that will close this issue
6 tasks
@EndrII EndrII modified the milestones: v1.5, v1.6 Mar 30, 2021
@EndrII EndrII modified the milestones: v1.6, v1.7 Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Mac
Projects
No open projects
qtDeployer
  
To do
Development

Successfully merging a pull request may close this issue.

4 participants