diff options
author | Ansh <anshnanda10@gmail.com> | 2023-05-16 11:14:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 13:14:02 -0500 |
commit | d5bec4ff37fb3423b8f083dd9fe95c066b4cf90e (patch) | |
tree | 8b6fe79e293d3afee7195ab0975feec8a82b9e40 /eas.json | |
parent | 50c1841a06d0502428f70bb0bb225cca70f82c20 (diff) | |
download | voidsky-d5bec4ff37fb3423b8f083dd9fe95c066b4cf90e.tar.zst |
Update build instructions (#639)
* Create .env.example * Update build.md * Update eas.json * Update build.md * Update build.md * Update build.md * Update docs/build.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> --------- Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/eas.json b/eas.json index 32d5b13d9..60c8be378 100644 --- a/eas.json +++ b/eas.json @@ -11,29 +11,20 @@ "simulator": true, "resourceClass": "medium" }, - "channel": "development", - "env": { - "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65" - } + "channel": "development" }, "preview": { "distribution": "internal", "ios": { "resourceClass": "medium" }, - "channel": "preview", - "env": { - "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65" - } + "channel": "preview" }, "production": { "ios": { "resourceClass": "medium" }, - "channel": "production", - "env": { - "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65" - } + "channel": "production" } }, "submit": { |