vlc | branch: master | Andreas Mieke <[email protected]> | Sat Jun 17 18:38:30 2017 +0200| [d86608f5804a22c225ad0f8b09e2ed39f6601732] | committer: Jean-Baptiste Kempf
macOS: Change Info.plist breakpad product name The product name is VLC, the OS name is in the minidump anyway. Keeping the product name clean of OS information helps to group the crashes on a per-product basis. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d86608f5804a22c225ad0f8b09e2ed39f6601732 --- share/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/Info.plist.in b/share/Info.plist.in index 1f068b4535..c957254d94 100644 --- a/share/Info.plist.in +++ b/share/Info.plist.in @@ -1389,7 +1389,7 @@ <key>CFBundleSignature</key> <string>VLC#</string> <key>BreakpadProduct</key> - <string>VLC-macOS</string> + <string>VLC</string> <key>BreakpadVendor</key> <string>VideoLAN</string> <key>BreakpadRequestComments</key> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
