CommunityToolkit / Maui.NativeLibraryInterop

Maui.NativeLibraryInterop is a community-created library of binding samples to help .NET MAUI developers interop with native libraries more easily
MIT License
181 stars 28 forks source link

[facebook] Improve sample and add README.md #15

Closed pjcollins closed 6 months ago

pjcollins commented 7 months ago

The facebook sample has been updated to use the bound API, and a README has been added to explain the sample and how to configure it.

The Android Gradle build scripts have been updated to use Kotlin DSL.

The iOS project has been updated to use Swift Package Manager to manage the Facebook SDK dependency.

A few MSBuild changes have been made to improve single platform builds. Android native projects will no longer be built when building for iOS, and vice-versa.