Nav apraksta

.env.example 696B

12345678910111213141516171819
  1. # App Store Connect API credentials
  2. # Create at: https://appstoreconnect.apple.com → Users and Access → Integrations → App Store Connect API
  3. #
  4. # Copy this file to `.env` and fill in your values:
  5. # cp .env.example .env
  6. APP_STORE_CONNECT_ISSUER_ID=
  7. APP_STORE_CONNECT_KEY_ID=
  8. # Path to the downloaded .p8 key (relative to this folder is fine)
  9. APP_STORE_CONNECT_PRIVATE_KEY_PATH=./AuthKey_XXXXXXXXXX.p8
  10. # App identifiers (App Store Connect → App → App Information)
  11. APP_STORE_CONNECT_BUNDLE_ID=com.hwaccount.app-for-indeed
  12. APP_STORE_CONNECT_TEAM_ID=NNC7V99779
  13. # Numeric IDs for Mac App Store marketing links (also used in Xcode Local.xcconfig)
  14. APP_STORE_APP_ID=
  15. APP_STORE_DEVELOPER_ID=