powerauth-mobile-sdk
powerauth-mobile-sdk copied to clipboard
Support for Swift Package Manager
I was looking in our project if we can start using swift package manager. And last 2 things that are not ready is PowerAuth and Firebase (firebase is working on it).
@augard I am not sure we will support the Swift Package manager anytime soon. It is not straight forward due to the way our SDK is built (C/C++, Objective-C, ...), and most of our customers still use Cocoapods in their projects. I will do some research around this among our customer base...
@petrdvorak But that can be also huge reason, why no-one using it.
And then the situation with Objective-C, i totally forget about it! I am probably Swift guy now 😳.
Objective-C is indeed a big topic, but we do have some customers who use Apache Cordova or React Native. Both generally easier bridge to ObjC than Swift (Swift bridge AFAIK requires some Objective-C wrapper)...
I have to finish #299 first. I believe that If we split the library into two parts (core & high-level SDK), then the support for SPM will be achieved with less effort.
Depends on wultra/cc7#6