diff --git a/docs/deploy-ota.md b/docs/deploy-ota.md index c8eeb5485e..844162032b 100644 --- a/docs/deploy-ota.md +++ b/docs/deploy-ota.md @@ -17,7 +17,7 @@ changes, a new client build will automatically be ran and deployed to TestFlight Find the latest production build numbers for iOS and Android in Slack. These are spit out into `#bot-client-builds` after each release. -![slack-build-info](./img/slack-build-info.png) +![slack-build-info](./img/slack_client_builds.jpeg) You can find this information under the `About` section in app settings. @@ -25,7 +25,7 @@ You can find this information under the `About` section in app settings. that you will need to _fully_ remove the existing internal client build from your device, otherwise the given values in the app may differ from the actual production values. - ![app-build-number](./img/app-build-number.png) + ![app-build-number](./img/ios_build_number.png) - You should have signed in to EAS locally through npx eas login. You will need to modify the build number in a subsequent step. diff --git a/docs/img/ios_settings_about.jpeg b/docs/img/ios_settings_about.jpeg new file mode 100644 index 0000000000..ff2db71199 Binary files /dev/null and b/docs/img/ios_settings_about.jpeg differ diff --git a/docs/img/ota_action.png b/docs/img/ota_action.png new file mode 100644 index 0000000000..56911400aa Binary files /dev/null and b/docs/img/ota_action.png differ diff --git a/docs/img/slack_client_builds.jpeg b/docs/img/slack_client_builds.jpeg new file mode 100644 index 0000000000..4973a2ca71 Binary files /dev/null and b/docs/img/slack_client_builds.jpeg differ