History log of /expo/packages/@expo/cli/src/run/ios/options/resolveNativeScheme.ts (Results 1 – 2 of 2)
Revision Date Author Comments
# e78d7590 16-Feb-2023 Evan Bacon <[email protected]>

feat(cli): improve ios multi-scheme resolution (#21240)

# Why

- Building app clips onto a native device will fail because the protocol
appears to be unimplemented natively on-device.
- When an

feat(cli): improve ios multi-scheme resolution (#21240)

# Why

- Building app clips onto a native device will fail because the protocol
appears to be unimplemented natively on-device.
- When an iOS project has multiple schemes, the default scheme should be
the first application scheme if available. This prevents the addition of
something like App Clips from breaking the default behavior.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# c4ef02ae 03-May-2022 Evan Bacon <[email protected]>

feat(cli): add `run:ios` command (#16662)

* [wip] Added expo run:ios command

* Clean up run:ios

* feat(cli): add headless server mode

* fix(cli): fix run:ios logic issues

* Update CHANGE

feat(cli): add `run:ios` command (#16662)

* [wip] Added expo run:ios command

* Clean up run:ios

* feat(cli): add headless server mode

* fix(cli): fix run:ios logic issues

* Update CHANGELOG.md

* Update packages/expo/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]>

* clean up

* refine fixture

* refactor and test code signing

* Update resolveOptionsAsync.ts

* fix merge

* added new impl

* Update AppleDevice.ts

* Added more tests

* fixed e2e tests

* lint fix

* Update index-test.ts

Co-authored-by: Expo Bot <[email protected]>

show more ...