sniffnet/resources/packaging/macos/Info.plist
2023-06-07 20:25:42 +02:00

20 lines
1.1 KiB
Text

<?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>CFBundleDevelopmentRegion</key><string>English</string>
<key>CFBundleDisplayName</key><string>Sniffnet</string>
<key>CFBundleExecutable</key><string>wrapper.sh</string>
<key>CFBundleIconFile</key><string>sniffnet.icns</string>
<key>CFBundleIdentifier</key><string>io.github.gyulyvgc.sniffnet</string>
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
<key>CFBundleName</key><string>Sniffnet</string>
<key>CFBundlePackageType</key><string>APPL</string>
<key>CFBundleShortVersionString</key><string>0.0.0</string>
<key>CFBundleVersion</key><string>fffffff</string>
<key>CSResourcesFileMapped</key><true/>
<key>LSApplicationCategoryType</key><string>public.app-category.utilities</string>
<key>LSRequiresCarbon</key><true/>
<key>NSHighResolutionCapable</key><true/>
</dict>
</plist>