hyperledger / aries-framework-swift

A Swift framework for Aries.
Apache License 2.0
17 stars 6 forks source link

Support build on XCode 14 #49

Closed conanoc closed 1 year ago

conanoc commented 1 year ago

Fix #48

XCode 14 requires the minimum deployment target to be ios11. Added a post-install script to adjust deployment targets following this tip

The drawback of this approach is that users of this framework have to add the same script to their Podfile. Changing the podspec files of all the dependent pods by cloning them to our repo would be a very challenging task.