[vlc-devel] [PATCH] macOS: Change Info.plist breakpad product name

Andreas Mieke andreas at 1750studios.com
Sat Jun 17 18:38:30 CEST 2017


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.
---
 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 1f068b4..c957254 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>
-- 
2.10.1 (Apple Git-78)



More information about the vlc-devel mailing list