diff options
author | Neil <nyamatongwe@gmail.com> | 2017-04-22 17:36:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-04-22 17:36:28 +1000 |
commit | 738dc5d39684a2ddab22def55bb90ac105869344 (patch) | |
tree | 7a473713c28046c63902d7a093620cb77596542b | |
parent | 597110f0ba1f517ba69ff7446d00460811fbdc9e (diff) | |
download | scintilla-mirror-738dc5d39684a2ddab22def55bb90ac105869344.tar.gz |
Update ScintillaTest XIB with current Xcode to avoid warnings.
-rw-r--r-- | cocoa/ScintillaTest/English.lproj/MainMenu.xib | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/cocoa/ScintillaTest/English.lproj/MainMenu.xib b/cocoa/ScintillaTest/English.lproj/MainMenu.xib index efe9bc5b0..d2292d8cb 100644 --- a/cocoa/ScintillaTest/English.lproj/MainMenu.xib +++ b/cocoa/ScintillaTest/English.lproj/MainMenu.xib @@ -1,14 +1,15 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<?xml version="1.0" encoding="UTF-8"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment version="1050" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9059"/> + <deployment identifier="macosx"/> + <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> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> <menu title="AMainMenu" systemMenu="main" id="29" userLabel="MainMenu"> <items> <menuItem title="NewApplication" id="56"> @@ -564,22 +565,17 @@ <rect key="frame" x="0.0" y="0.0" width="982" height="692"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/> <subviews> - <box autoresizesSubviews="NO" title="Scintilla Editor" borderType="line" id="451"> + <box autoresizesSubviews="NO" borderType="line" title="Scintilla Editor" id="451"> <rect key="frame" x="17" y="16" width="844" height="606"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <view key="contentView" id="e8h-ir-tqU"> <rect key="frame" x="1" y="1" width="842" height="590"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <animations/> </view> - <animations/> - <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> - <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </box> <button verticalHuggingPriority="750" id="452"> <rect key="frame" x="872" y="12" width="96" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <animations/> <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="453"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> @@ -588,10 +584,9 @@ <action selector="terminate:" target="-3" id="455"/> </connections> </button> - <searchField verticalHuggingPriority="750" id="466"> + <searchField wantsLayer="YES" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" id="466"> <rect key="frame" x="20" y="630" width="287" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <animations/> <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" bezelStyle="round" id="467"> <font key="font" metaFont="system"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> @@ -602,7 +597,6 @@ </connections> </searchField> </subviews> - <animations/> </view> </window> <customObject id="420" customClass="NSFontManager"/> |