Lickability / PinpointKit

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

Raise Deployment Target #285

Closed mliberatore closed 2 years ago

mliberatore commented 3 years ago

Engineering Task

The project still supports iOS 9. If we bump up to 10 or higher, we can remove the ASLLogger dependency and SystemLogCollector. We could then remove the ASLLogger from Package.swift. Discuss with the engineering team for a logical updated deployment target.

Constraints and Assumptions

This would remove any example of log collection unfortunately, but since our example is only supported in iOS 9, it’d be hard for someone to exercise this anyhow. Work for new log collection is captured in #238 / #265, and could potentially happen alongside this work or in the same release.

Design and Product Information

N/A