wultra / networking-apple

A high-level networking SDK for PowerAuth-based endpoints.
Apache License 2.0
0 stars 0 forks source link

Rollback to carthage #15

Closed hvge closed 2 years ago

hvge commented 2 years ago

This PR brings back Carthage for our own development & CI

This is due to fact that I found out that xcodebuild is unreliable when xcode project for library is combined with swift PM. There are various issues that blocks producing XCFrameworks in such setup.

This new Carthage approach is based on precompiled PowerAuth2 and PowerAuthCore so it's much faster on CI than previous setup.