[vlc-devel] [PATCH 6/6] macOS: Use VLCHUDSegmentedCell in MediaInfo panel

David Fuhrmann david.fuhrmann at gmail.com
Wed Jun 14 07:35:21 CEST 2017


> Am 13.06.2017 um 23:28 schrieb Marvin Scholz <epirat07 at gmail.com>:
> 
> ---
> modules/gui/macosx/UI/MediaInfo.xib | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/modules/gui/macosx/UI/MediaInfo.xib b/modules/gui/macosx/UI/MediaInfo.xib
> index 527e16831c..80dc5e1824 100644
> --- a/modules/gui/macosx/UI/MediaInfo.xib
> +++ b/modules/gui/macosx/UI/MediaInfo.xib
> @@ -1,9 +1,9 @@
> <?xml version="1.0" encoding="UTF-8"?>
> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
>     <dependencies>
> -        <development version="7000" identifier="xcode"/>
>         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12120"/>
>         <capability name="box content view" minToolsVersion="7.0"/>
> +        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
>     </dependencies>

Hi Marvin,

I know its always annoying that Xcode 8 saves in the Xcode-8 xib format which is incompatible with previous versions.

Actually, I have installed Xcode 7 again in parallel to Xcode 8 (by downloading from the developers portal), and I do all xib-related changes just here. I would propose you to do the same, this saves lots of hassle if you do more xib changes in the future.

BR. David


More information about the vlc-devel mailing list