Pushwoosh/pushwoosh-ios-sdk

Support Swift Package Manager

Closed this issue · 3 comments

Could you please add support Swift Package Manager?
Right now it's not possible to use Pushwoosh SDK with SPM. Xcode returns error:
https://github.com/Pushwoosh/pushwoosh-ios-sdk/ has no Package.swift manifest.

There is some docs about Package.swift manifest: https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html

wfhm commented

Hi @ellited,

Let me consult my team regarding the possibility of adding this feature.

I will notify you as soon as there is any news

wfhm commented

Hi @ellited,

We have performed a research and as a result, I am afraid that we are not able to add support for Swift Package Manager. The thing is that that it is not possible to add a compiled library(Pushwoosh SDK) via Swift Package Manager. It works only with open-source libraries.

https://forums.swift.org/t/distributing-binary-closed-source-libraries/23737

@wfhm Ok, thanks for answer