-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b4807d
commit abf7a60
Showing
3 changed files
with
52 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
cask "samsung-magician" do | ||
version "8.2.0.880" | ||
sha256 "09fa6961389e27668d5d387920d753a33ae17b0ccce85462069acfb79a5c0420" | ||
|
||
url "https://download.semiconductor.samsung.com/resources/software-resources/Samsung_Magician_Installer_Official_#{version}.pkg" | ||
name "Samsung Magician Software" | ||
desc "Manage Samsung internal and portable SSDs, memory cards, and USB flash drives" | ||
homepage "https://semiconductor.samsung.com/consumer-storage/support/tools/" | ||
|
||
livecheck do | ||
url :homepage | ||
regex(/href=.*?Samsung_Magician_Installer_Official[._-]v?(\d+(?:\.\d+)+)\.pkg/i) | ||
end | ||
|
||
auto_updates true | ||
|
||
installer manual: "Samsung_Magician_Installer_Official_#{version}.pkg" | ||
|
||
uninstall launchctl: "com.samsung.magiciansvc", | ||
quit: "/Applications/SamsungMagician.app", | ||
kext: [ | ||
"com.samsung.magicianpssd.driver", | ||
"com.samsung.magicianpssd.driverX", | ||
], | ||
pkgutil: [ | ||
"com.samsung.magician.softwarepkg", | ||
"com.samsung.magician.svc", | ||
"com.samsung.magicianpssd.driverpkg", | ||
"com.samsung.magicianpssd.driverXpkg", | ||
"com.samsung.magicianpssduniversal.driverpkg", | ||
"com.samsung.magicianpssduniversal.driverXpkg", | ||
"com.samsung.portablessdplusuniversal.softwarepkg", | ||
], | ||
delete: [ | ||
"/Library/Extensions/SamsungMagicianPSSDDriver.kext", | ||
"/Library/Extensions/SamsungMagicianPSSDDriverX.kext", | ||
] | ||
|
||
zap trash: [ | ||
"~/Library/Application Support/Samsung Magician", | ||
"~/Library/Application Support/Samsung/Samsung Magician", | ||
"~/Library/LaunchAgents/com.samsung.magicianapp.plist", | ||
"~/Library/LaunchAgents/com.samsung.magiciansvc.plist", | ||
"~/Library/Saved Application State/com.samsung.magician.*", | ||
] | ||
|
||
caveats do | ||
reboot | ||
kext | ||
end | ||
end |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters