Timothy Sutton

Results 168 comments of Timothy Sutton

I'm not getting this error when brigadier is looking at my Reposado-based SUS. Although in my case, the update IDs are different than what you say. Are you sure your...

It's working for me here: curl -I http://swcdn.apple.com/content/downloads/11/05/041-0925/g27es04pw9re5ggrfp3vuf8ew6r53asfz8/041-0925.English.dist HTTP/1.1 200 OK Server: Apache Last-Modified: Fri, 15 Jun 2012 11:49:49 GMT ETag: "4c28169d55140" Accept-Ranges: bytes Content-Length: 3566 Content-Type: text/xml Content-Language: en-us...

Actually, Boot Camp ESD packages all have _only_ English distribution files. So, if your CDN happens to be serving a dumb file, we can't fall back to another language. The...

Thanks for the report! Looking a bit at the two IDs, 11273 (v4) has these additional JavaScript statements in the dist: ``` js if (system.compareVersions(system.version.ProductVersion, '10.7') < 0) { my.result.message...

I'm planning to make this option available in an update, but one possible workaround for you in the meantime _if_ you happen to have your own SUS replica server (either...

Pushed a new release here: https://github.com/timsutton/brigadier/releases/tag/0.2.2

Thanks so much for sending this in! This was needed. I'm not in a location where I can take a closer look, but I should be able to tomorrow.

I'm not sure! However, with the removal of python2.7 I am feeling less inclined to need to explicitly require Python and PyObjC as "bring your own" dependencies, and instead start...

A quick glance at the docs say that this is new to 8.0: https://pyobjc.readthedocs.io/en/latest/changelog.html#upcoming-incompatible-changes The bridgesupport files are indeed vestiges of Apple's old support for bridging ObjC to different languages,...

It looks like PyObjC has the wrapper library for ColorSync ever since 4.0: https://pypi.org/project/pyobjc-framework-ColorSync/#history. This would have been auto-generated from the framework and thus already contains everything we need!