eddiekaiger / SwiftyAttributes

A Swifty API for attributed strings
MIT License
1.64k stars 83 forks source link

Update Target Version to 9.0 #50

Closed thejeff77 closed 3 years ago

thejeff77 commented 3 years ago

Build warning is always there:

/Users/jeffreyblayney/Library/Developer/Xcode/DerivedData/PracticePlayer-bcsqogsyamkqalgkuggzxalocanz/SourcePackages/checkouts/SwiftyAttributes/Package.swift 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 14.5.99.

Should update deployment target to 9.0 so this goes away.

eddiekaiger commented 3 years ago

Resolved with #51