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

OS X application bundle support #48

Open
stopiccot opened this issue Mar 9, 2015 · 4 comments · May be fixed by #14121
Open

OS X application bundle support #48

stopiccot opened this issue Mar 9, 2015 · 4 comments · May be fixed by #14121
Labels
enhancement OS:macos Issues specific to Apple Operating Systems like MacOS and iOS

Comments

@stopiccot
Copy link

It's seems that meson has no support for .app bundles

@jpakkane
Copy link
Member

jpakkane commented Mar 9, 2015

That is true. The main reason for this is that I have never needed to do app bundles so I don't know what is the proper way to do them. I have looked into this somewhat but at the moment this is not a priority. Patches and use case explanations are welcome.

@jpakkane
Copy link
Member

There is now a wiki page and sample code on how to get this done. Fully integrated native support is probably not going to happen as it is a lot of work and does not save any user time because they need to do the embedding manually anyway. Scripts are simple and very suitable for this problem.

@stopiccot
Copy link
Author

But it would much more natural to add app bundle support to generated Xcode projects.

@jpakkane
Copy link
Member

That is true. However it would require someone with proper XCode experience to create. I have roughly zero knowledge of it. This goes to the general XCode backend as well, which is, to be honest, a bit crappy ATM.

@nirbheek nirbheek added enhancement OS:macos Issues specific to Apple Operating Systems like MacOS and iOS labels Dec 7, 2016
@2xsaiko 2xsaiko linked a pull request Jan 11, 2025 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement OS:macos Issues specific to Apple Operating Systems like MacOS and iOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants