Skip to content
Snippets Groups Projects
Commit a1d57751 authored by David's avatar David
Browse files

macosx: Move Base.lproj back to English.lproj

Base.lproj is not recognised yet as a known directory on 10.7.
This seems to be supported only for 10.8 and later.
parent d590d61d
No related merge requests found
......@@ -18,7 +18,7 @@ VLC.app: install
cp -R $(prefix)/share/macosx/ $@
## Copy .strings file and .nib files
cp -R "$(srcdir)/modules/gui/macosx/Resources/"*.lproj $@/Contents/Resources/
cp -R "$(top_builddir)/modules/gui/macosx/UI/." $@/Contents/Resources/Base.lproj/
cp -R "$(top_builddir)/modules/gui/macosx/UI/." $@/Contents/Resources/English.lproj/
## Copy Info.plist and convert to binary
cp -R $(top_builddir)/share/macosx/Info.plist $@/Contents/
xcrun plutil -convert binary1 $@/Contents/Info.plist
......
......@@ -740,7 +740,7 @@ libmacosx_plugin_la_RES += \
gui/macosx/Resources/vlc.scriptTerminology
EXTRA_DIST += \
gui/macosx/Resources/Base.lproj/InfoPlist.strings \
gui/macosx/Resources/English.lproj/InfoPlist.strings \
gui/macosx/Resources/ar.lproj/InfoPlist.strings \
gui/macosx/Resources/bg.lproj/InfoPlist.strings \
gui/macosx/Resources/ca.lproj/InfoPlist.strings \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment