MediaWriter
MediaWriter copied to clipboard
[RFE] Option to build FMW using xcode server
in order to be able to sign the builds we need to use xcode to build
macdeployqt has an option to sign the resulting package
I strongly believe that when we get to building in koji xcode will be a hard requiement
xcode is a hard requirement anyway, Qt uses it internally but as far as I know, you don't necessary need to use it directly maybe we'll have to write our own version of macdeployqt though if we don't solve the crash when signing
Ok, there was a bit of a misunderstandement. I'm reopening this issue to track the progress of making it possible to build the project using the xcode server. Not because of signing the package but because of the infrastructure.
@MartinBriza The easiest way to pull that off is to port the codebase to use something that generates XCode projects, like CMake or Meson.
qmake can do that too as far as i know