summaryrefslogtreecommitdiffstats
path: root/zenmap/install_scripts/macosx/Info.plist
blob: 2f953cd7acbc9a64c0777dd9af3f77a2aa384d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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>