Implement CLI and silent install / uninstall

This commit is contained in:
Disyer
2026-03-31 22:47:13 +03:00
parent 9547be7f16
commit 4683064637
20 changed files with 2953 additions and 69 deletions
+24
View File
@@ -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>