imxieyi / waifu2x-ios

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

Xcode Project is different from the lastest version in App Store #73

Closed DamianArielLerner closed 8 months ago

DamianArielLerner commented 8 months ago

image I'm using Xcode 12.4 and MacOS Catalina 10.15

The app store version: image

Thanks!

imxieyi commented 8 months ago

This repo is only meant to be used as library of your own apps. The interface here is only a demo showing how to use the library. If you are not building your own apps you can just use the app store version.

DamianArielLerner commented 8 months ago

I loved the interface and I wanted to make something similar, also use the different options of upscaling but I don't know anything about Xcode, I wanted to see the code and understand how did you make it

imxieyi commented 8 months ago

The unfortunate reality is that whenever you open source an iOS/macOS app, regardless of license, someone will take the code and release it almost as-is on the App Store and charge money. This once happened to me and I had no choice but to fork the GUI code to a private repo.

The App Store version is built with SwiftUI. I recommend you get started with the official document: https://developer.apple.com/xcode/swiftui/

DamianArielLerner commented 8 months ago

Ok I will start with that, thank you!