Hello,
I'm trying create a Package that uses a library called tidy-html5.
I've successfully created the package, however since I'm using homebrew as a provider, the dylib that gets created is only for x86 architecture. And ideally I would like to have it universal (ie also for iOS).
Is there a way to do this?
I manually created a universal dylib, but I'm not sure if I can add that as a dependency for SPM?
Thanks in advance.
I'm trying create a Package that uses a library called tidy-html5.
I've successfully created the package, however since I'm using homebrew as a provider, the dylib that gets created is only for x86 architecture. And ideally I would like to have it universal (ie also for iOS).
Is there a way to do this?
I manually created a universal dylib, but I'm not sure if I can add that as a dependency for SPM?
Thanks in advance.