code-signify
v1.0.2
Published
Easily set your code signing identity
Downloads
17
Maintainers
Readme
Code Signify 🗃
Easily select and change your Code Signing Identity via the command line.
Usage
In the root of an Xcode project (not iOS folder) run:
$ code-signify
The Issue
- You have multiple environments for React Native / iOS applications.
- You have multiple provisioning profiles.
- You might even have multiple apps because of White Labels.
- You need to switch between Apple Distribution and your own Certificates for device testing.
- You run a build on Xcode ready to start coding your new feature but you're slapped with the following:
Provisioning profile "XYZ" doesn't include signing certificate "123". 🛑
Enter Code Signify 🗃
If you know which certificate you want to use, you can run code-signify
. This will list the Apple certificates that are currently in your keychain.
After selecting which one you want to use it will update the .pbxproj
with the new certificate name and voila. ✅