History log of /expo/packages/@expo/cli/src/run/ios/codeSigning/xcodeCodeSigning.ts (Results 1 – 2 of 2)
Revision Date Author Comments
# 177f3567 08-Aug-2023 Evan Bacon <[email protected]>

Fix bug preventing non-standard xcode projects from running with `npx expo run:ios`. (#23831)

# Why

Bug discovered when running with `@bacons/xcode` which correctly asserts
that `TargetAttribute

Fix bug preventing non-standard xcode projects from running with `npx expo run:ios`. (#23831)

# Why

Bug discovered when running with `@bacons/xcode` which correctly asserts
that `TargetAttributes` is not required. This bug shouldn't break
standard SDK 49 since we do define `TargetAttributes` by default
https://github.com/expo/expo/blob/ee9ef118cc3ddf1ae2ed311b4a50e770ce55f6db/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj#L165.
But `@bacons/xcode` could "corrupt" the project, will take a pass at
that next.

---------

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 ...