devxoul / Umbrella

☂️ Analytics abstraction layer for Swift
MIT License
615 stars 49 forks source link

Drop iOS8 support to get rid of SPM warning #36

Closed rodrigordc closed 1 year ago

rodrigordc commented 1 year ago

Any version of Xcode > 12 with dropped iOS 8 support will issue this warning.

"The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.5.99."

Alternatively, we may be able to just remove the entire platforms definition - but this should be enough.

rodrigordc commented 1 year ago

hi @devxoul

Big fan of Umbrella so far! Just trying to remove an SPM warning. Tested locally with no issues whatsoever. Would appreciate a quick approve!