11:16am PST - January 21st, 2022

There's probably an easier way to do this, but `plutil` can convert plists into json format to parse and filter with `jq`; e.g., this shows url handlers in an app: plutil -convert json -o - -- "info.plist" | jq 2>/dev/null '.CFBundleURLTypes[]|.CFBundleURLSchemes'

1 retweets   1 likes  - egyp7 (@egyp7)