proxywoman/resources/darwin/PostwomanProxy.app/Contents/Info.plist
2020-06-07 17:57:42 +01:00

40 lines
1.2 KiB
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSBackgroundOnly</key>
<true/>
<key>CFBundleDisplayName</key>
<string>PostwomanProxy</string>
<key>CFBundleExecutable</key>
<string>postwoman-proxy</string>
<key>CFBundleIconFile</key>
<string>postwoman.icns</string>
<key>CFBundleIdentifier</key>
<string>io.postwoman.proxy</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>PostwomanProxy</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>MIT License; The Postwoman Project</string>
<!-- avoid having a blurry icon and text -->
<key>NSHighResolutionCapable</key>
<true/>
<!-- avoid showing the app on the Dock -->
<key>LSUIElement</key>
<string>1</string>
</dict>
</plist>