repeatedly approving alerter in Notification Center
jaakkopoyry opened this issue · 1 comments
jaakkopoyry commented
macOS 10.15.6, alerter v1.1.0
after approval in Notification Center, the entry in the sqlite db is:
fr.sodadi.${product_name:rfc1034identifier}
am I having to repeatedly approve alerter b/c there is no app name in the bundle ID?
dan-snelson commented
@jaakkopoyry Did you ever find a resolution?
I noticed the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>alerter</string>
<key>CFBundleIconFile</key>
<string>Terminal</string>
<key>CFBundleIdentifier</key>
<string>fr.vjeantet.alerter</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>LSUIElement</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Valere JEANTET, based on Eloy Durán and Julien Blanchard works on terminal-notification.</string>
<key>NSUserNotificationAlertStyle</key>
<string>alert</string>
</dict>
</plist>