diff options
author | Hailey <me@haileyok.com> | 2024-02-09 16:57:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 16:57:28 -0800 |
commit | 6d91726e00620b19f14141598df09ad053e500e0 (patch) | |
tree | d2185d96a0ae4ba1121f36318a524ef90d9d345c /eas.json | |
parent | ad8f9e560d7f320d1b7db5b816b17db825b86ce7 (diff) | |
download | voidsky-6d91726e00620b19f14141598df09ad053e500e0.tar.zst |
eas nightlies (#2826)
* add comment to config * add ios build num bump script * remove bak * add bump script for android * github action * add comment to config * testing * testing attempt 2 * add app id * ok add the app id the right way * Apply automatic changes * test the commit message * test the commit message again * Nightly iOS Build Bump * finished --------- Co-authored-by: haileyok <haileyok@users.noreply.github.com>
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eas.json b/eas.json index 25fee4ea5..75254d293 100644 --- a/eas.json +++ b/eas.json @@ -34,6 +34,10 @@ } }, "submit": { - "production": {} + "production": { + "ios": { + "ascAppId": "6444370199" + } + } } } |