anoncreds-rs icon indicating copy to clipboard operation
anoncreds-rs copied to clipboard

Instead of having iOS XC framework, making it a universal XC Framework

Open goncalo-frade-iohk opened this issue 1 year ago • 2 comments

Hello there.

I would like to propose that instead of having separate libraries for iOS and Mac.

You would probably just have to add the libraries you build for Darwin to the xcframework. This would make the xcframework universal.

 - run: >
          ./build-xcframework.sh aarch64-apple-ios \
                                 aarch64-apple-ios-sim \
                                 x86_64-apple-ios \
                                 aarch64-apple-darwin \
                                 x86_64-apple-darwin \
                                 include

goncalo-frade-iohk avatar May 03 '23 13:05 goncalo-frade-iohk