EstherD
About
- Username
- EstherD
- Joined
- Visits
- 0
- Last Active
- Roles
- member
- Badges
- 0
- Posts
- 1
Reactions
Comments
-
Nope. Abject FAIL if there's an app using Sparkle framework in /Applications/Utilities: find /Applications -name Sparkle.framework | awk -F'/' '{print $3}' | awk -F'.' '{print $1}' Utilities Utilities VLC Try this one-liner instead: find /Applica…