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

Add support for Apple Silicon with Mac64 target #2105

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Jan 3, 2022

  • Build unified .app bundle from arm64 and x64 bundles.
  • Create a single file when creating unified .app bundle by default as this is the only supported way currently.
  • Report errors when notarization fails. Fixes Mac: Notarization errors aren't shown #1862
  • Fix NUnit discovering tests when in single file bundle.
  • Sdk will now create unified bundles by default for Mac
  • Added SdkTest to test the sdk
  • Updated monomac to fix issues running on ARM64 as it does not use stret methods for larger struct return values.

- Build unified .app bundle from arm64 and x64 bundles.
- Create a single file when creating unified .app bundle by default as this is the only supported way currently.
- Report errors when notarization fails. Fixes picoe#1862
- Fix NUnit discovering tests when in single file bundle.
- Sdk will now create unified bundles by default for Mac
- Added SdkTest to test the sdk
- Updated monomac to fix issues running on ARM64 as it does not use stret methods for larger struct return values.
@cwensley cwensley added this to the 2.6.1 milestone Jan 3, 2022
@cwensley cwensley merged commit 871f2a6 into picoe:develop Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac: Notarization errors aren't shown
1 participant