This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Instructions | |
| # https://gist.github.com/omundy/b2aa6c5586919b8bda068a7285849725 | |
| APPLE_ID="[email protected]" | |
| TEAM_ID="12345ABCDE" | |
| # APP STORE (paste in your certificate names from Keychain Access between the double quotes). | |
| APPLE_CODESIGN_CERT_NAME="3rd Party Mac Developer Application: Company Name (12345ABCDE)" |