Commit d976d9d0 authored by David Fuhrmann's avatar David Fuhrmann

mac package: convert Info.plist into binary format before deployment

This reduces size of this file from currently 60 to 16 KB.
parent c5e6a70d
......@@ -37,6 +37,7 @@ VLC-tmp: vlc
REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
sed "s/#REVISION#/$$REVISION/g" $(top_builddir)/extras/package/macosx/Info.plist \
> $(top_builddir)/tmp/extras/package/macosx/Info.plist
xcrun plutil -convert binary1 $(top_builddir)/tmp/extras/package/macosx/Info.plist
cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
cd "$(srcdir)"; cp AUTHORS COPYING THANKS $(abs_top_builddir)/tmp/
mkdir -p $(top_builddir)/tmp/modules/audio_output
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment