calibre/bypy/macos.conf
Kovid Goyal 49d1847d92
macOS Tahoe: Have the calibre app icon automatically use a dark look when the system is in dark mode
Uses the new Liquid Glass infrastructure to generate the application
icons using actool which means icons have to be generated on a mac, but
that is done via a one-time script not per build. I could change it to
be done per build, but not needed and doing it that way makes iterating
on icon design too slow.
2026-04-18 12:17:31 +05:30

12 lines
375 B
Plaintext

# Requires installation of XCode 16.2 and
# python3 -m pip install certifi html5lib
vm_name 'macos-calibre'
root '/Users/Shared/calibre-build'
python '/usr/local/bin/python3'
rsync '/usr/local/bin/rsync'
# see https://doc.qt.io/qt-6/macos.html
# further, onnxruntime needs macOS 13.3 https://github.com/microsoft/onnxruntime/pull/23308
deploy_target '13.3'
universal 'true'