Vítor Galvão
Vítor Galvão
To accurately display version information, macOS apps need to have the `CFBundleVersion` and `CFBundleShortVersionString` tags in `Info.plist`. In fvim, the former is unset and [the latter is at a fixed...
Some other gif creation scripts also tend to use `gifsicle`, which is fine, but why use it when using `imagemagick` as well? That seems to me like one dependency too...
Closes https://github.com/sballin/alfred-search-notes-app/issues/55. [OneUpdater](https://www.alfredforum.com/topic/9224-oneupdater-—-update-workflows-with-a-single-node/) is a language-agnostic way to add auto-updating to Workflows. It uses bash and has been working reliably since 2016. I use it in all Workflows I distribute...
Using the bundle identifier is the preferred way to access Alfred via AppleScript / JXA because it always points to the latest installed version. See, for example, the way an...
On macOS, every app is supposed to have a unique bundle identifier (`CFBundleIdentifier` key in `Info.plist`). A proper one for this app would be `org.omnidb.omnidb` or just `org.omnidb`. Version 2...
### Introduction: Since the inception of Homebrew-Cask, we mostly (some have slipped through on occasion, and some are still present, even) haven’t allowed casks to call GUIs when installing and...
Per discussion bellow, the new method should be `csv`. Example: | `version` | `version.csv[0]` | `version.csv[1]` | `version.csv[2]` | | --- | --- | --- | --- | | `123,456,789`...
This is a list of casks without a [`zap`](https://docs.brew.sh/Cask-Cookbook#stanza-zap) stanza. It is suitable for contributors of any experience level. `zap`s do not require any special tool to figure out, but...
This is open to anyone to offer a suggestion. [mpv](https://mpv.io/) is a popular media player. It has both [a formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/mpv.rb) and [a cask](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/mpv.rb). The former does not provide an .app,...
Builds on https://github.com/caskroom/homebrew-cask/issues/7993. Interface for `depends_on :java`: - Similar to [`depends_on :macos`](https://github.com/caskroom/homebrew-cask/blob/master/doc/CASK_LANGUAGE_REFERENCE.md#depends_on-macos) and [`depends_on :x11`](https://github.com/caskroom/homebrew-cask/blob/master/doc/CASK_LANGUAGE_REFERENCE.md#depends_on-macos). Valid examples: - `depends_on java: true` # any java version - `depends_on java: '8'` #...