Skip to content

Commit 1af77c0

Browse files
committed
Delete unused APPLE_ARCHITECTURES from host package
1 parent 2ddc21d commit 1af77c0

File tree

1 file changed

+0
-16
lines changed
  • packages/host/src/node/prebuilds

1 file changed

+0
-16
lines changed

packages/host/src/node/prebuilds/apple.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,8 @@ import os from "node:os";
66
import plist from "@expo/plist";
77
import { spawn } from "@react-native-node-api/cli-utils";
88

9-
import { AppleTriplet } from "./triplets.js";
109
import { 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-
2711
type XCframeworkOptions = {
2812
frameworkPaths: string[];
2913
outputPath: string;

0 commit comments

Comments
 (0)