Adyen / adyen-3ds2-ios

Other
18 stars 12 forks source link

XCFramework to bundle static libraries #30

Closed chiragramani closed 1 year ago

chiragramani commented 1 year ago

I see that frameworks distribution have support for static archives and dynamic libs which is great. But I only see dylibs bundled in the distributed XCFramework.

Can we update the distribution workflow to also make a XCFramework bundling static archives?

mohammedDehairy commented 1 year ago

Hi @chiragramani ,

Thanks for the suggestion!, sounds like a nice idea, we'll look into it.

chiragramani commented 1 year ago

Thanks!

chiragramani commented 1 year ago

Hi @chiragramani ,

Thanks for the suggestion!, sounds like a nice idea, we'll look into it.

Hey @mohammedDehairy, do you have an update on this request?

mohammedDehairy commented 1 year ago

@chiragramani ,

we're planning a release soon, maybe in a couple of weeks, with support for static XCFramework.

robertdalmeida commented 1 year ago

Hi @chiragramani you should be able to see the static frameworks available now. Cheers.

chiragramani commented 1 year ago

thank you, appreciate it!