We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
fr.sodadi.${product_name:rfc1034identifier}
am I having to repeatedly approve alerter b/c there is no app name in the bundle ID?
The text was updated successfully, but these errors were encountered:
@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>
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: