Lickability / PinpointKit

Send better feedback
MIT License
1.13k stars 79 forks source link

Release New Version Supporting Swift Package Manager #283

Closed mliberatore closed 2 years ago

mliberatore commented 3 years ago

Engineering Task

280 added Swift Package Manager support. You can currently integrate PinpointKit via SPM by selecting the master branch in Package Options, but the Package.swift addition came after the latest version (1.5.0), so selecting a version requirement will fail as expected with:

https://github.com/Lickability/PinpointKit.git has no Package.swift manifest for version 1.5.0

Constraints and Assumptions

N/A

Design and Product Information

N/A

chbeer commented 3 years ago

What is missing for adding Package.swift to a 1.5.1? I would love to switch to SPM for this!

mbbischoff commented 3 years ago

@chbeer Good news there! You can switch to SPM today by setting it up like this and pointing directly at the master branch or a commit that you'd like to pin to.

Screen Shot 2021-09-16 at 3 12 26 PM