Is there any plan to produce early alphas that include this platform for those of us attempting to produce Universal 2 binaries early?
Basically, to build for it, you need the Xcode 12 for Universal Apps beta, and if you're using the command line tools, you also need to replace the MacOSX10.16.sdk in /Library/Developer/CommandLineTools/SDKs with the one from inside the Xcode Universal beta app to build for arm64.
It needs the `-arch arm64` switch, and if you use any assembly functions, they need to be the same ABI as iOS, only using the same features as a typical macOS build.
I'll have no idea if any of this works for now anyway, as I don't have a DTK, so this is kind of a futile process.