-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Homebrew Tap #298
Comments
I made my own tap at https://github.com/PythonCoderAS/homebrew-nineanimator. If you want I can transfer the repo to the organization. |
This is an interesting idea that is worth exploring. We can potentially build a Github action to automate this process as well. |
There is a way to automatically bump versions with minimal effort. But it'll require renaming the versions to not include "Build" in any file names. |
Wouldn't this also allow installation onto Linux, too (and obviously *BSD)? I doubt that it would operate, but it'd be interesting. |
It won’t because the app is written in Swift, which only compiles on MacOS/iOS.
…On Aug 26, 2022, 6:42 PM -0400, BEEDELLROKEJULIANLOCKHART ***@***.***>, wrote:
Wouldn't this also allow installation onto Linux, too (and obviously *BSD)? I doubt that it would operate, but it'd be interesting.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am certain unless someone invented a Swift compiler for Linux. All homebrew casks are MacOS only.
…On Aug 27, 2022, 8:14 AM -0400, BEEDELLROKEJULIANLOCKHART ***@***.***>, wrote:
@PythonCoderAS, certain?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Irregardless of whatever or not Swift runs on Linux, I am 100% certain NineAnimator uses MacOS/iOS-only frameworks. |
@PythonCoderAS is correct. This project currently uses UIKit, which is proprietary to Apple and only works on iOS (and macOS via macCatalyst) even though Swift can target non-Apple platforms. I know Homebrew has a Linux distribution, regardless, it is a package manager and doesn't care about the platforms that the package supports. If we are to make an official homebrew tap, then it will only contain packages for macOS. |
STOP!! Before submitting this feature request, make sure you have filled out the information below and renamed the title of this issue (ex.
[Feature Request] Please add 9ani.app to NineAnimator
).Is your feature request related to a problem? Please describe.
It's annoying having to manually update builds.
Describe the solution you'd like
Homebrew can be used to manage installation and upgrades.
Describe alternatives you've considered
N/A
Additional context
A new repo will have to be made.
The text was updated successfully, but these errors were encountered: