Xcode 27 will stop building universal apps if a project targets macOS 27+: "Build targets with a min deployment target set to macOS 27.0 or DriverKit 27.0 will not build Universal by default." (https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes)
We could do the same if we find SupportedOSPlatformVersion>=27.0
Xcode 27 will stop building universal apps if a project targets macOS 27+: "Build targets with a min deployment target set to macOS 27.0 or DriverKit 27.0 will not build Universal by default." (https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes)
We could do the same if we find
SupportedOSPlatformVersion>=27.0