-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Installing latest code #530
Comments
You can use Please see https://github.com/nikitabobko/AeroSpace/blob/main/dev-docs/development.md for more details I use it myself but I can't recommend using this method of installation to others yet. I want to make some changes before recommending this method. Once the changes are done, it will be mentioned in the guide, release notes and I will close this issue |
Thanks @nikitabobko! I did see (and forgot to mention) the |
I'm hesitant in providing such method of installation First, there is a technical limitation. AeroSpace is distributed as homebrew cask, not homebrew formula. Homebrew makes it easy to install formulas from HEAD, but not casks. From what I've read from homebrew issue tracker, it's the limitations of homebrew (or a deliberate design choice?). And homebrew doesn't allow installing Second, I don't think that building AeroSpace from sources is any hard. I provide project setup instructions, and users can always take a look at GitHub Actions as a reference. It should take no longer than 10min from |
If we didn't separate those builds, macOS would re-request accessibility permission when users switch between "-Dev" and GitHub builds. "-Dev" builds and GitHub builds differ only in the application name and App Bundle ID. Related: #530
If we didn't separate those builds, macOS would re-request accessibility permission when users switch between "-Dev" and GitHub builds. "-Dev" builds and GitHub builds differ only in the application name and App Bundle ID. Related: #530
@nikitabobko I'm posting this here as it appears to be related. The only way I could effectively build the HEAD version of this package was by opening it with Xcode. When I try to run the
|
@thalesmello I have no idea what |
Is there a way to install the latest version from
HEAD
(ie. "dev" version) rather than waiting for a release? Just noticed the last release was on Aug 15th.Checklist
version
release
The text was updated successfully, but these errors were encountered: