Elliot Jordan
Elliot Jordan
It looks like localize-mainmenu doesn't consider the escaping of XML-reserved characters such as ampersands and quotations. I exported an .xliff file from Xcode that contained this section: ``` Folders &...
During the period between the release of a new update and when the -autoupdate recipe runs, the existing -autoupdate smart group criteria starts to include computers which have manually updated...
## Proposal Thus far in its history, docklib has objectively read/written dock configurations without imposing any sort of subjective judgment on them. However, it may be useful to make an...
I recently came across an app without either a `CFBundleShortVersionString` or `CFBundleVersion` key in its Info.plist file. Quickpkg understandably failed to package the app, but the provided traceback didn't make...
**Problem description** When MunkiImporter runs using the MunkiLibAdapter repo library, the [matching of existing items](https://github.com/autopkg/autopkg/blob/3641fa790b10447dffb562ccd8045853112855ce/Code/autopkglib/munkirepolibs/MunkiLibAdapter.py#L38-L40) in the Munki repo is done too loosely, without taking the version of the software...
## Issue description GitHub's code search behavior seems to have changed recently, and now special characters like periods are ignored in search queries, even if quoted. This has the effect...
## Summary Proposal for consideration: revert the requirement introduced in AutoPkg 1.3.0 that YAML recipes must end with ".recipe.yaml" and adding support for ".recipe.plist". Instead, return to ".recipe" as the...
The output generated by a 404, 503, or other common server-side errors is difficult to understand. In the example below, the URL that URLDownloader is attempting to download (https://sw-update.obdev.at/ftp/pub/Products/LaunchBar/LaunchBar-6.9.dmg) currently...
AutoPkg seems to evaluate whether all arguments required by processors are present at runtime, but it fails to take into account arguments that might be generated along the way by...
Resolves https://github.com/autopkg/recipes/issues/380.