migueldeicaza / SwiftTermApp

MIT License
305 stars 29 forks source link

M1 Support #185

Closed migueldeicaza closed 2 years ago

migueldeicaza commented 2 years ago

Docs:

https://developer.apple.com/documentation/apple-silicon/adapting-ios-code-to-run-in-the-macos-environment

Issues:

migueldeicaza commented 2 years ago

Considering some of the limitations of the iOS on macOS limitations, it does not seem worth trying to fight the stack and try to get all the features this way. It might be better to create a new target, specifically for MacOS, which still uses SwiftUI, but uses the AppKit stack, rather than the iOS stack.

That way we get both Intel and ARM support, rather than jutst one.