Open richardtop opened 1 week ago
67RAULRX93
is my team and you have to replace it with your value and regenerate project with tuist.
It is set in Makefile and you can override it when invoke make command. that should regenerate xcode project with new value.
SIGNING_IDENTITY ?= "Apple Distribution: Marcin Krzyzanowski (67RAULRX93)"
Is there an option to have an unsigned build?
there;s always an option, but not in this script. the build script is for my purpose mainly and to serve binaries served from this repository. not necessary to offer variety of options
It would be great if it was possible to make the unsigned build to be the default one, so that it would just work out of the box. I was able to tweak it a little bit to get the result I want, but it is quite confusing as the user has to dig quite deep to adjust the scripts for his/hers use-case.
That is not my goal. I'm happy to see proposals.
The goal of this repository to do one thing right, and that is deliver working and prebuilt openssl framework for all apple platforms.
Given the following command:
make SIGNING_IDENTITY="Apple Distribution"
I'm getting the following output when trying to build the OpenSSL with this repo out of the box:
Looks like the project has signing team set:
This would make it impossible to build the project by anyone not having those private keys/certificates installed.