File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
packages/host/src/node/prebuilds Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,8 @@ import os from "node:os";
66import plist from "@expo/plist" ;
77import { spawn } from "@react-native-node-api/cli-utils" ;
88
9- import { AppleTriplet } from "./triplets.js" ;
109import { determineLibraryBasename } from "../path-utils.js" ;
1110
12- type AppleArchitecture = "arm64" | "x86_64" | "arm64;x86_64" ;
13-
14- export const APPLE_ARCHITECTURES = {
15- "x86_64-apple-darwin" : "x86_64" ,
16- "arm64-apple-darwin" : "arm64" ,
17- "arm64;x86_64-apple-darwin" : "arm64;x86_64" ,
18- "arm64-apple-ios" : "arm64" ,
19- "arm64-apple-ios-sim" : "arm64" ,
20- "arm64-apple-tvos" : "arm64" ,
21- // "x86_64-apple-tvos": "x86_64",
22- "arm64-apple-tvos-sim" : "arm64" ,
23- "arm64-apple-visionos" : "arm64" ,
24- "arm64-apple-visionos-sim" : "arm64" ,
25- } satisfies Record < AppleTriplet , AppleArchitecture > ;
26-
2711type XCframeworkOptions = {
2812 frameworkPaths : string [ ] ;
2913 outputPath : string ;
You can’t perform that action at this time.
0 commit comments