karltaylor / code-signify

Helps you set your Code Signing Identity in Xcode for Apple Certs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Signify πŸ—ƒ

https://img.shields.io/npm/v/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

  1. You have multiple environments for React Native / iOS applications.
  2. You have multiple provisioning profiles.
  3. You might even have multiple apps because of White Labels.
  4. You need to switch between Apple Distribution and your own Certificates for device testing.
  5. 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. βœ…

About

Helps you set your Code Signing Identity in Xcode for Apple Certs


Languages

Language:JavaScript 100.0%