Skip to content

Commit db60c58

Browse files
committed
Add x86_64-apple-ios as a default target on an Apple host
1 parent 172d7e8 commit db60c58

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/true-ideas-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ferric-cli": patch
3+
---
4+
5+
Add x86_64-apple-ios as a default target on an Apple host

packages/ferric/src/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ export const buildCommand = new Command("build")
207207
if (isAppleSupported()) {
208208
if (process.arch === "arm64") {
209209
targets.add("aarch64-apple-ios-sim");
210+
targets.add("x86_64-apple-ios");
210211
}
211212
}
212213
logNotice(

0 commit comments

Comments
 (0)