You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
@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...
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.
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).
The text was updated successfully, but these errors were encountered: