I'm trying to change the name for a separate copy of TextEdit and I cannot find either CBBundleDisplayName
, CFBundleDisplayName
, or CFBundleName
in the Contents
of the TextEdit copy.app
. The only .plist
file that I can find inside TextEdit copy.app/Contents
which contains "TextEdit" is /Applications/TextEdit copy.app/Contents/Resources/TextEdit-Entitlements.plist
which contains the key:
<key>com.apple.application-identifier</key>
<string>com.apple.TextEdit</string>
However, it doesn't seem likely (but I'm guessing) that the Main Menu would take it's app name from this key.
Any other ideas on how to make this work with TextEdit on Catalina?