MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
154 stars 37 forks source link

Feature: MacOS x64 and arm64 runtime bindings #102

Closed MaxRev-Dev closed 1 year ago

MaxRev-Dev commented 1 year ago

Finally, after several years of waiting... The bindings have been carefully crafted and tested to ensure they work seamlessly with the MacOS. This PR is brought to you using two hosted runners on Apple silicon and Intel chipsets, respectively, which makes it more accessible to a broader audience of developers who work on these platforms.

NOTE: The targeting SDK was set defaulted to MacOS Ventura 13. I have not tested them on older platforms and can't guarantee they will work Big Sur 11.x or Monterey 12.x. In the future, they can be supported by using an older SDK.

Closes #20