-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redo Mac Catalyst packaging again (#1494)
There is no way to sanely package an xcframework for mac inside of a nuget package EXCEPT to include it directly as a zip (see NuGet/Home#10734 ) So now the process when building the product is to: 1. Download the LiteCore.xcframework zip 2. Extract it, and leave the zip in place 3. Copy ONLY the ios sim and ios devices slice into the package for Xamarin iOS 4. Copy the zip into the runtimes/ios/native portion of the package so that .NET 6 iOS and Mac Catalyst will consume it
- Loading branch information
Showing
3 changed files
with
11 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters