← back to Govarbitrage

apps/mobile/eas.json

41 lines

{
  "cli": {
    "version": ">= 5.0.0",
    "appVersionSource": "remote"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "ios": {
        "simulator": true
      }
    },
    "preview": {
      "distribution": "internal",
      "ios": {
        "simulator": false
      }
    },
    "production": {
      "autoIncrement": true,
      "ios": {
        "image": "latest"
      },
      "android": {
        "buildType": "app-bundle"
      }
    }
  },
  "submit": {
    "production": {
      "ios": {
        "ascAppId": "6799165231",
        "ascApiKeyPath": "/Users/macstudio3/.appstoreconnect/private_keys/AuthKey_72Y2TZT54R.p8",
        "ascApiKeyId": "72Y2TZT54R",
        "ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70"
      }
    }
  }
}