Support the rest of Apple targets on macos_arm64
This commit is contained in:
committed by
TeamCityServer
parent
58e0cc1c7c
commit
0e1276fc6c
@@ -93,10 +93,18 @@ open class HostManager(
|
||||
WASM32
|
||||
),
|
||||
MACOS_ARM64 to setOf(
|
||||
// TODO: More targets will be added later after additional testing.
|
||||
MACOS_ARM64,
|
||||
MACOS_X64,
|
||||
IOS_ARM32,
|
||||
IOS_ARM64,
|
||||
LINUX_X64
|
||||
IOS_X64,
|
||||
WATCHOS_ARM32,
|
||||
WATCHOS_ARM64,
|
||||
WATCHOS_X86,
|
||||
WATCHOS_X64,
|
||||
TVOS_ARM64,
|
||||
TVOS_X64,
|
||||
LINUX_X64,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user