krzysztofzablocki / Inject

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

Add .watchOS(.v6) as a supported platform to stop Xcode from thinking all WatchOS versions are supported #23

Closed tkafka closed 6 months ago

tkafka commented 2 years ago

See https://github.com/krzysztofzablocki/Inject/issues/22

krzysztofzablocki commented 2 years ago

you'd need to #ifdef the hosts since that won't work on watch kit

niorko commented 6 months ago

This might be a better temporary solution. Bumping support for watchOS v6 doesn't fix the issue.

https://github.com/krzysztofzablocki/Inject/pull/88