[ios] Remove dead code (#24316)
[exmanifests][ios] Convert to swift (#21298)
[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 ...
[expo-manifests] Rename RawManifest -> Manifest (#14194)
[expo-updates] Factor out raw manifests into their own package (#14183)
[ios] Use stable manifest ID where applicable (#13280)
[ios] use isUsingDeveloperTool where necessary (#13237)
[ios][updates] Add better runtime type checking to manifest fields (#12742)
[updates] Factor out raw manifest into wrapper class (#12631)
[ios] remove unnecessary pointer conversion
[ios] correct behavior in edge case with OTA updates when iOS reaps a cached JS bundle but keeps the manifest
[ios] fix AppFetcher asking for wrong bundle from cache when new manifest has been fetched
fix app loading when previous download failed (#2827)fbshipit-source-id: f06caee
when using a cached bundle, set AppFetcher manifest to cached manifestfbshipit-source-id: cd927c1
Get rid of the rest of the Xcode 9.3 implicit retain warningsCloses https://github.com/expo/universe/issues/2581fbshipit-source-id: 9547c1b
Remove isShell property because it is now identical to isDetachedAlso clean up a few other props that had shell in the namecloses https://github.com/expo/universe/issues/2460fbshipit-source-id:
Remove isShell property because it is now identical to isDetachedAlso clean up a few other props that had shell in the namecloses https://github.com/expo/universe/issues/2460fbshipit-source-id: fac520e
EXShellManager -> EXEnvironmentfbshipit-source-id: 2347314
Use consistent AppLoader timeout data typefbshipit-source-id: 48b363e
Organize AppLoader, fix AppLoader testsfbshipit-source-id: e80e891