[vlc-commits] macOS: Change Info.plist breakpad product name
    Andreas Mieke 
    git at videolan.org
       
    Thu Jun 22 17:32:29 CEST 2017
    
    
  
vlc | branch: master | Andreas Mieke <andreas at 1750studios.com> | 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 <jb at videolan.org>
> 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>
    
    
More information about the vlc-commits
mailing list