← back to Nineoh Guide

apps/mobile/eas.json

47 lines

{
  "cli": {
    "version": ">= 12.0.0",
    "appVersionSource": "remote"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "ios": {
        "simulator": true
      }
    },
    "preview": {
      "distribution": "internal",
      "ios": {
        "simulator": false
      }
    },
    "preview-sim": {
      "distribution": "internal",
      "ios": {
        "simulator": true
      }
    },
    "production": {
      "autoIncrement": true,
      "distribution": "store",
      "ios": {
        "image": "latest"
      }
    }
  },
  "submit": {
    "production": {
      "ios": {
        "appleId": "steveabramsdesigns@gmail.com",
        "appleTeamId": "3VAV3KMNZK",
        "ascAppId": "6798381949",
        "ascApiKeyPath": "/Users/macstudio3/private_keys/AuthKey_72Y2TZT54R.p8",
        "ascApiKeyId": "72Y2TZT54R",
        "ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70"
      }
    }
  }
}