Skip to content

Commit

Permalink
Merge pull request #1761 from ever-co/fix/mobile-build
Browse files Browse the repository at this point in the history
chore: put apple details in another place
  • Loading branch information
evereq authored Nov 10, 2023
2 parents db9b69c + 28c393f commit b0a1bde
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@
}
},
"production": {
"channel": "production",
"ios": {
"ascAppId": "APPLE_ID_PLACEHOLDER",
"ascApiKeyIssuerId": "APPSTORE_ISSUER_ID_PLACEHOLDER",
"ascApiKeyId": "APPSTORE_API_KEY_ID_PLACEHOLDER",
"ascApiKeyPath": "./AuthKey_R9QZ5LP8NK.p8"
}
"channel": "production"
}
},
"submit": {
Expand All @@ -33,6 +27,12 @@
"track": "internal",
"releaseStatus": "draft",
"changesNotSentForReview": false
},
"ios": {
"ascAppId": "APPLE_ID_PLACEHOLDER",
"ascApiKeyIssuerId": "APPSTORE_ISSUER_ID_PLACEHOLDER",
"ascApiKeyId": "APPSTORE_API_KEY_ID_PLACEHOLDER",
"ascApiKeyPath": "./AuthKey_R9QZ5LP8NK.p8"
}
}
}
Expand Down

0 comments on commit b0a1bde

Please sign in to comment.