mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 02:41:38 +08:00
Implement CLI and silent install / uninstall
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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 Installer</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Clean Flash Player Installer</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.flashpatch.clean-flash-installer</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_installer</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.13</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user