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

[menu-bar][cli] Add support for iOS internal distribution apps #79

Merged
merged 2 commits into from
Oct 14, 2023

Conversation

gabrieldonadel
Copy link
Member

Why

We should allow users to install iOS apps signed with ad hoc or enterprise provisioning profiles

How

Add support for iOS internal distribution apps

Test Plan

Run menu-bar locally and install an iOS app signed using an ad-hoc provisioning profile

@gabrieldonadel gabrieldonadel self-assigned this Oct 14, 2023
@@ -229,3 +233,54 @@ async function launchApp(
}
throw new CommandError("Unable to launch app, number of tries exceeded");
}

async function launchAppWithDeviceCtl(deviceId: string, bundleId: string) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on expo/expo#24635

@gabrieldonadel gabrieldonadel merged commit 6bab397 into main Oct 14, 2023
1 check passed
@gabrieldonadel gabrieldonadel deleted the @gabrieldonadel/add-support-for-adhoc-apps branch October 14, 2023 01:02
This pull request was closed.
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.

1 participant