.env.example 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. # App Store Connect API credentials
  2. # Create a key: App Store Connect → Users and Access → Integrations → App Store Connect API
  3. # Download the .p8 once; store it under secrets/ (never commit it).
  4. #
  5. # Copy this file to .env and fill in your values:
  6. # cp .env.example .env
  7. #
  8. # Load before CI/scripts (example):
  9. # set -a && source .env && set +a
  10. # Issuer ID (UUID on the App Store Connect API keys page)
  11. APP_STORE_CONNECT_ISSUER_ID=
  12. # Key ID (10 characters, shown when you create the API key)
  13. APP_STORE_CONNECT_KEY_ID=
  14. # Path to the downloaded private key (.p8), relative to repo root
  15. APP_STORE_CONNECT_API_KEY_PATH=secrets/AuthKey_XXXXXXXXXX.p8
  16. # Optional: private key contents instead of a file (use \n for line breaks in one line)
  17. # APP_STORE_CONNECT_API_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----"
  18. # App Store Connect numeric App ID (App Information → Apple ID)
  19. APP_STORE_CONNECT_APP_ID=
  20. # This project (from Xcode)
  21. PRODUCT_BUNDLE_IDENTIFIER=com.hwaccount.zoom-app
  22. DEVELOPMENT_TEAM=NNC7V99779
  23. # Optional: Apple ID + app-specific password (Transporter / legacy upload flows)
  24. APPLE_ID=
  25. APP_SPECIFIC_PASSWORD=