[vlc-commits] macosx: Set deployment target for XIBs to 10.10

Marvin Scholz git at videolan.org
Sun Feb 18 16:19:23 CET 2018


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Feb 18 16:16:32 2018 +0100| [afde56810eb3f449cceaa7796dc123328c79daa9] | committer: Marvin Scholz

macosx: Set deployment target for XIBs to 10.10

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=afde56810eb3f449cceaa7796dc123328c79daa9
---

 modules/gui/macosx/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/Makefile.am b/modules/gui/macosx/Makefile.am
index 865f67590c..44abaaee34 100644
--- a/modules/gui/macosx/Makefile.am
+++ b/modules/gui/macosx/Makefile.am
@@ -177,7 +177,7 @@ xib_verbose__0 = $(xib_verbose_0)
 	$(AM_V_at)mkdir -p -- gui/macosx/UI
 	$(xib_verbose)$(XIB) --errors --warnings --notices \
 	  --module VLC --auto-activate-custom-fonts --target-device mac \
-	  --minimum-deployment-target 10.7 --output-format human-readable-text \
+	  --minimum-deployment-target 10.10 --output-format human-readable-text \
 	  --compile $@ $<
 
 if ENABLE_MACOSX_UI



More information about the vlc-commits mailing list