Replies: 2 comments 15 replies
-
The It can be built with Since |
Beta Was this translation helpful? Give feedback.
11 replies
-
But can't we remove all the Apple targets we have and ship the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to create a PR on https://github.com/ektrah/libsodium-core side to add support for Apple MacCatalyst (
net7.0-maccatalyst
runtime identifier in .NET).Now it turns out that the
dylib
for MacCatalyst is not in the nuget package ofjedisct1/libsodium
So I wonder whether a modification of
libsodium/packaging/dotnet-core/libsodium.pkgproj
Line 37 in 01c237f
would do the job to add the support for the platform?
I would give a hand but I'm not sure how to add the target
x86_64-apple-ios-macabi
to the makefiles (at least that's what I understand is required to do basically).What do you think please?
Thanks
Resources:
clang -target x86_64-apple-ios-macabi
Beta Was this translation helpful? Give feedback.
All reactions