I've been looking around this project and the wiki and I do have a few questions. Would be great if you could help me with them because I did not find a clear answer to them.
I assume that there could be an updated FAQ as a few of these answers may be known already:
I'm aware that these questions could be answered by further research and trial - and I may eventually answer them myself - but would be appreciated if someone could lend a hand too.
Thanks in advance!
PS: XCode 8+ comes compressed in .xip. Luckly it can be uncompressed with Darling by using the following snippet
xcodebuild does not yet (missing private frameworks) and codesigning probably doesn't work either (we don't have Security.framework working yet, but we're close).You can unpack XIP under Darling by running unxip.
@LubosD Thanks! Let me follow up on the iOS topic then. So I assume there's no straight method to compile the application and instead we need to clang each file (e.g. create a Makefile) for it to be compiled?
Is there any oneliner that does this for us?
@josepmc no, there are no Xcodebuild reimplementations in darling
Hey,
I've arrived here while looking for a way to sign macOS applications on Linux. Seeing this issue is a few months old, has there been any progress on supporting that?
I would definitely use this in a docker container so I can deploy it to my kubernetes cluster to automate iOS builds. One day :)
Most helpful comment
I would definitely use this in a docker container so I can deploy it to my kubernetes cluster to automate iOS builds. One day :)