crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

secrets.sh.example (340B)


      1 #!/bin/bash
      2 # Secrets and signing configuration — kept out of version control.
      3 # Copy this file to .asc/secrets.sh and fill in the values.
      4 
      5 TEAM_ID="your-team-id"
      6 KEY_ID="your-api-key-id"
      7 ISSUER_ID="your-issuer-id"
      8 DEV_P12_PASS="your-dev-p12-password"
      9 DIST_P12_PASS="your-dist-p12-password"
     10 TMP_KEYCHAIN_PASS="your-tmp-keychain-password"