[vlc-commits] [Git][videolan/vlc][master] macosx: use VLC as CFBundleName
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Dec 7 06:48:54 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
63d44f04 by Marvin Scholz at 2023-12-07T06:30:47+00:00
macosx: use VLC as CFBundleName
Fix #28432
- - - - -
1 changed file:
- share/Info.plist.in
Changes:
=====================================
share/Info.plist.in
=====================================
@@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>VLC media player</string>
+ <string>VLC</string>
<key>CFBundleDisplayName</key>
<string>VLC</string>
<key>CFBundleShortVersionString</key>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/63d44f046a59f0090954022a9b44903f114152b0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/63d44f046a59f0090954022a9b44903f114152b0
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list