Skip to content
Discussion options

You must be logged in to vote

The .cake toolchain is used to download most .xcframeworks, build the .NET binding libraries, and pack the nugets.

The .target files are packed into the nugets to be consumed by MSBuild in dependent projects (e.g. 'YourMauiApp.csproj'). The .targets files tell MSBuild where to find the native libraries (the xcframeworks) and which framework/linker flags to use.

Most xcframeworks are packed directly into the nugets as resources. However, in some cases (notably in Firebase, Analytics, and GoogleAppMeasurement), the xcframeworks are downloaded directly from Google during the build. This is because these are shipped as vendored_frameworks (i.e. prebuilt binaries), as you can see in the Fireba…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by WanftMoon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11 on April 27, 2024 15:57.