Automatical code sign in CMake project for iOS. How?

Hello all!

My project ic C++ project with CMake and need to create in CMakeLists.txt functionality of automatic code sign for specific team and product. Is there any way to do it?

Is there any examples or manuals?

My CMake is 3.26.3

Accepted Reply

Again, for the CMake side of this I recommend that you ask your question via its support resources.

If CMake doesn’t provider any specific support for this, you’ll need to sign your product manually. For advice on how to do that, see Creating Distribution-Signed Code for Mac and Packaging Mac Software for Distribution.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Replies

Again, for the CMake side of this I recommend that you ask your question via its support resources.

If CMake doesn’t provider any specific support for this, you’ll need to sign your product manually. For advice on how to do that, see Creating Distribution-Signed Code for Mac and Packaging Mac Software for Distribution.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"