You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CleanFlashInstaller/rust/resources/macos/uninstaller-Info.plist

25 lines
835 B
Plaintext

<?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>CFBundleName</key>
<string>Clean Flash Uninstaller</string>
<key>CFBundleDisplayName</key>
<string>Clean Flash Player Uninstaller</string>
<key>CFBundleIdentifier</key>
<string>com.flashpatch.clean-flash-uninstaller</string>
<key>CFBundleVersion</key>
<string>34.0.0.330</string>
<key>CFBundleShortVersionString</key>
<string>34.0.0.330</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
<string>clean_flash_uninstaller</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
</dict>
</plist>