Showing results for MacOS - Xamarin Blog

Aug 30, 2019
3
0

Modernizing iOS Apps for Dark Mode with Xamarin

David Ortinau
David Ortinau

Xamarin.iOS and Xamarin.Forms deliver native iOS experiences for iOS 13 Apple which introduces dark mode: A system-wide option for light and dark themes to choose themes or allow iOS to dynamically change appearance based on the environment and time of day.

iOSXamarin.Forms
Jun 26, 2019
0
0

Migrating MacOS Apps to 64-bit Before the Apple Transition

David Ortinau
David Ortinau

Apple has been moving towards 64-bit only applications on macOS for a number of releases. Though new Xamarin.Mac applications target 64-bit by default, any existing Xamarin.Mac applications that target 32-bit must be migrated to 64-bit to continue working in the future. Learn more.

macOSDevelopers
May 9, 2019
3
0

Xamarin API Docs: Open Sourced and Available Now

Larry O'Brien
Larry O'Brien

Today, we are happy to announce the release of all Xamarin API documentation as Open Source. Additionally, we have moved the hosting of Xamarin.Forms, Xamarin.Android, Xamarin.iOS & Xamarin.Mac, and SkiaSharp from their old Xamarin home to docs.microsoft.com.

AnnouncementsDevelopersXamarin Platform
Apr 15, 2019
6
0

Getting Ready for macOS’s Hardened Runtime and Notary

David Ortinau
David Ortinau

With macOS Mojave, Apple introduced support for Hardened Runtime and Notary service. These two services are designed to improve application security on macOS. Recently Apple has stated: “Beginning in macOS 10.14.5, all new or updated kernel extensions and all software from developers new to distributing with Developer ID must be notarized in order to run. In a future version of macOS, notarization will be required by default for all software.”

macOSDevelopersXamarin Platform
Jan 4, 2018
0
0

CoreML Programming with Xamarin.Mac and F#

Larry O'Brien
Larry O'Brien

Although Xamarin technologies are most commonly used to develop mobile applications, Xamarin.Mac makes it easy to use your preferred .NET language to develop desktop Mac apps. There are many C# examples in Xamarin’s mac-samples directory on Github, but it's also easy to use F# to develop desktop Mac apps as well.

macOSDevelopers