Signing
These pages use the taxonomy term "Signing".
Seeing Through the Apple Signing Jungle
• 6 minute read
Signing apps can be an overwhelming topic when you don’t let Xcode handle it automatically. This is an attempt to summarize it in my own words like I would do to others in a casual setting who are not familiar with the topic yet.
How to Build Unsigned macOS Apps
• 3 minute read
Sometimes you have to build a project for customers with IDs under their control but without their signing assets. This is how.
Manually Signing Embedded Swift Runtime
• 2 minute read
Sometimes the Swift runtime ends up in a built product as well and needs to be (re)signed just like the rest.