/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
zenmap/install_scripts/macosx/Info.plist
34 строки
1 KB
dmiller
Add needed GtkOSXLaunchScriptFile key
17 мар 2023, 19:54
17 мар 2023, 19:54
ebb87e0
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> <string>org.insecure.Zenmap</string> <key>CFBundleName</key> <string>Zenmap</string> <key>NSHumanReadableCopyright</key> <string>${APP_COPYRIGHT}</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>Zenmap</string> <key>CFBundleGetInfoString</key> <string>${VERSION}, ${APP_COPYRIGHT} ${APP_WEB_SITE}</string> <key>CFBundleIconFile</key> <string>zenmap.icns</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>${VERSION}</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>${VERSION}</string> <key>LSMinimumSystemVersion</key> <string>10.9</string> <key>GtkOSXLaunchScriptFile</key> <string>zenmap_launcher.py</string> </dict> </plist>