/
niceSOFT
/
python3-hatchling
Обзор
Документация
Войти
/
niceSOFT
/
python3-hatchling
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
release/macos/pkg/distribution.xml
22 строки
994 B
Ofek Lev
Build flat package for macOS (#974)
09 окт 2023, 03:00
Не верифицирован
09 окт 2023, 03:00
68c8caf
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <installer-gui-script minSpecVersion="1"> <!-- https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html --> <title>Hatch</title> <license file="LICENSE.txt" mime-type="text/plain"/> <readme file="README.html" mime-type="text/html"/> <background mime-type="image/png" file="icon.png" alignment="left" scaling="proportional"/> <background-darkAqua mime-type="image/png" file="icon.png" alignment="left" scaling="proportional"/> <options hostArchitectures="arm64,x86_64" customize="never" require-scripts="false"/> <domains enable_localSystem="true"/> <choices-outline> <line choice="org.python.hatch.choice"/> </choices-outline> <choice title="Hatch (universal)" id="org.python.hatch.choice"> <pkg-ref id="org.python.hatch.pkg"/> </choice> <pkg-ref id="org.python.hatch.pkg">org.python.hatch.pkg</pkg-ref> </installer-gui-script>