-
Hello, This post may be off topic here, if so please tell me where could I post :-) Regarding bundling instructions and example, here are some questions:
Thanks, Pascal. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
There wasn't really enough volume on gtk-osx-users to justify setting up discussions on all three repos, so this is The One. Given the nature of what you're asking about you could also have raised an issue. Remember that these repos are just mirrors of the official ones on Gnome's Gitlab. But you're here, so let's press on. More complete and up-to-date instructions are maintained on the Gnome wiki. Thanks to markdown and web-based repo viewers it has become popular to use Readme files in the repo as primary documentation, but the wiki already exists and it's less overhead to edit it than the Readme file, so the wiki is the primary document. Both are required for python, neither are required for C projects (and the example you pointed to is a C project; there's another example for Python). No, the caches created during build point to the build directory. The bundler runs the relevant query programs to build new caches with the bundle paths. No, once signed one can't add binaries to the bundle so there's no reason for the bundle's user to regenerate loaders.cache. PkgInfo is for PyPI. What has it got to do with macOS application bundles? If your project allows users to change fonts then yes, you probably want to install the fontconfig setup files. That's not true of all projects. loaders.cache and immodules.cache are regenerated by the bundler. |
Beta Was this translation helpful? Give feedback.
-
Thanks for these answers.
Yes it does, is it correct to add only these lines?
Another question about "dest" attribute, I saw this usage where it points a folder: But I failed with:
The bundler has created a file "bin". |
Beta Was this translation helpful? Give feedback.
-
Thanks John for your answers in this post and for all your previous answers. |
Beta Was this translation helpful? Give feedback.
There wasn't really enough volume on gtk-osx-users to justify setting up discussions on all three repos, so this is The One. Given the nature of what you're asking about you could also have raised an issue. Remember that these repos are just mirrors of the official ones on Gnome's Gitlab.
But you're here, so let's press on.
More complete and up-to-date instructions are maintained on the Gnome wiki. Thanks to markdown and web-based repo viewers it has become popular to use Readme files in the repo as primary documentation, but the wiki already exists and it's less overhead to edit it than the Readme file, so the wiki is the primary document.
Both are required for python, neither are requir…