imxieyi / waifu2x-ios

iOS Core ML implementation of waifu2x
MIT License
538 stars 58 forks source link

Fake description on system requirement #60

Closed iamPorter closed 1 year ago

iamPorter commented 1 year ago

Now the App requires iOS 15 but you wrote that it only needs and was once successfully tested on iOS 11. It must be a previous version’s test and it’s now not true. I think you should change this.

imxieyi commented 1 year ago

The shared library waifu2x only requires iOS 11. The app in this repo is just a demo to show how the library works. You should embed the shared library into your own project which can target as low as iOS 11.

If you need a better UI please consider downloading the App Store version which includes all features in this repo for free.

The description can be changed to clarify this though.