Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eas-shared] Add support for installing iOS .app files from custom tarballs #193

Merged
merged 2 commits into from Mar 14, 2024

Conversation

gabrieldonadel
Copy link
Member

Why

When trying to install an app archive like https://dpq5q02fu5f55.cloudfront.net/Exponent-2.30.10.tar.gz, the installation fails because the extracted contents do not have the .app extension.

How

Update getAppPathAsync logic to, when extracting an archive and a .apk, .appor .ipa is not found, check if the output dir is an .app but was extracted as folder

Test Plan

Install Expo Go using https://dpq5q02fu5f55.cloudfront.net/Exponent-2.30.10.tar.gz

@gabrieldonadel gabrieldonadel merged commit c6b6ffa into main Mar 14, 2024
1 check passed
@gabrieldonadel gabrieldonadel deleted the @gabrieldonadel/fix-installing-expo-go branch March 14, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants