Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure architecture differences are respected #17

Open
ryanmcgrath opened this issue Sep 7, 2021 · 0 comments
Open

Ensure architecture differences are respected #17

ryanmcgrath opened this issue Sep 7, 2021 · 0 comments

Comments

@ryanmcgrath
Copy link
Owner

From: https://developer.apple.com/documentation/apple-silicon/addressing-architectural-differences-in-your-macos-code

  • The NSTextAlignment enumeration uses different numerical values for some constants on arm64 and x86_64 architectures. When referring to constants using numerical values, validate that you use the correct values on each architecture.
  • The NSImage.ResizingMode and UIImage.ResizingMode enumerations uses different numerical values for some constants on arm64 and x86_64 architectures. When referring to constants using numerical values, validate that you use the correct values on each architecture.

I know some of these are handled already, but it's worth doing another pass to make sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant