From be5d117105830c23b83785180f83cb8ff2556803 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 3 Dec 2024 00:59:05 +0100 Subject: [PATCH] fix(macos): ignore if xattr already removed flag from Library --- macos/.macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/.macos b/macos/.macos index bedafc1..e7a611c 100644 --- a/macos/.macos +++ b/macos/.macos @@ -332,7 +332,7 @@ defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv" # defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true # Show the ~/Library folder -chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library +chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library || true # Show the /Volumes folder # sudo chflags nohidden /Volumes