krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.14k stars 114 forks source link

Set deployment target to iOS 11 #37

Closed DennisWeirauch closed 2 years ago

DennisWeirauch commented 2 years ago

Problem

Our project has deployment target iOS 12. Therefore we can't add Inject to our project using SPM.

Solution

Set minimum required version to iOS 11 (I found that in an earlier commit 63a71761dedc013dc8ce5dd71023231fa9d99943) and add @available statements where needed.