Skip to content

Draft: macOS 10.8 patch: app/gimp-update.c: disable update check for 10.8 and earlier, since NSURLSession isn't available

Disable GIMP update check, for macOS 10.8 and earlier: NSURLSession is only available for 10.9 and later.

Of note, this patch is what we're currently using in MacPorts.

CC: @lukaso

Merge request reports