Reputation: 591
I'm trying to create packages for different OSs in a single Bamboo/Maven build, on Linux build agents.
Everything is working fine, including creating the OS X .pkg file.
The only problem is signing - there's a proprietary bit of software on OS X called 'productsign'. Is there any way to do this on a Linux box?
Upvotes: 2
Views: 514
Reputation: 105
There is a solution like Wine for run MacOS applications on linux, is named Darling (https://www.darlinghq.org), but its not wall applications will be run, but your application is a specific component probably reduced dependencies, then, maybe run.
Upvotes: 0
Reputation: 41
Yes, there's a way. Please see http://users.wfu.edu/cottrell/productsign/productsign_linux.html . You need openssl and recent xar; details at the link.
Upvotes: 1