We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc77dfe commit 490b0d9Copy full SHA for 490b0d9
1 file changed
Sources/BuildScripts/XCFrameworkBuild/main.swift
@@ -94,7 +94,7 @@ extension PlatformType {
94
case .macos:
95
return "\(arch == .arm64e ? "arm64e" : "\(arch.cpuFamily)")-apple-darwin"
96
case .maccatalyst:
97
- return "\(arch.cpuFamily)-apple-ios-macabi"
+ return "\(arch == .arm64e ? "arm64e" : "\(arch.cpuFamily)")-apple-ios-macabi"
98
}
99
100
0 commit comments