-
Notifications
You must be signed in to change notification settings - Fork 1
codesign
Christopher P. Brown edited this page Jan 25, 2022
·
2 revisions
You need three things to sign an iOS app:
- Certificate: Your Identity. Issued by Apple. Development or Distribution. Need to be stored in keychain. You get one Distribution cert, but multiple Development certs.
- Provisioning Profile: Your app. Issued by Apple. Allows running on devices. Allows entitlements.
- Entilements: Declares support for capabilities per target