Xcode Project is different from the lastest version in App Store
Closed this issue · 4 comments
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.
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
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/
Ok I will start with that, thank you!