History log of /expo/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.h (Results 1 – 3 of 3)
Revision Date Author Comments
# eea7f65b 07-Mar-2023 Will Schurman <[email protected]>

[exupdates][ios] Convert app loader task to swift (#21536)

# Why

This converts EXUpdatesAppLoaderTask to swift

# How

Manually convert to swift

# Test Plan

Build and run tests.

# Ch

[exupdates][ios] Convert app loader task to swift (#21536)

# Why

This converts EXUpdatesAppLoaderTask to swift

# How

Manually convert to swift

# Test Plan

Build and run tests.

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# 7c3ed0c0 14-Dec-2022 Douglas Lowder <[email protected]>

[Expo Go][iOS] No remote home app loads in release builds (#20416)

# Why

Per ENG-7047, we need to disable remote loading of home app, and
checking for home app updates, for release builds.
Upda

[Expo Go][iOS] No remote home app loads in release builds (#20416)

# Why

Per ENG-7047, we need to disable remote loading of home app, and
checking for home app updates, for release builds.
Updates and loading from the packager will still work in debug builds.

# How

Add `#ifdef DEBUG` in several places in
`Exponent/Kernel/AppLoader/EXAppLoader.m`

# Test Plan

- CI should pass
- Test Expo Go builds locally and verify that updates are not loaded,
and that nothing else is broken

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# 92e817a0 01-Aug-2020 Eric Samelson <[email protected]>

[ios] add EXAppLoaderExpoUpdates and stub EXUpdatesBinding