Revision: 25752 http://sourceforge.net/p/bibdesk/svn/25752 Author: hofman Date: 2021-04-26 16:00:39 +0000 (Mon, 26 Apr 2021) Log Message: ----------- Unlocalize BDSKWebGroupView.xib, the only string is always the same
Modified Paths: -------------- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Added Paths: ----------- trunk/bibdesk/BDSKWebGroupView.xib Removed Paths: ------------- trunk/bibdesk/de.lproj/BDSKWebGroupView.xib trunk/bibdesk/en.lproj/BDSKWebGroupView.xib trunk/bibdesk/fr.lproj/BDSKWebGroupView.xib Copied: trunk/bibdesk/BDSKWebGroupView.xib (from rev 25751, trunk/bibdesk/en.lproj/BDSKWebGroupView.xib) =================================================================== --- trunk/bibdesk/BDSKWebGroupView.xib (rev 0) +++ trunk/bibdesk/BDSKWebGroupView.xib 2021-04-26 16:00:39 UTC (rev 25752) @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> + <dependencies> + <deployment identifier="macosx"/> + <development version="8000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16097.3"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> + </dependencies> + <objects> + <customObject id="-2" userLabel="File's Owner" customClass="BDSKWebGroupViewController"> + <connections> + <outlet property="backForwardButton" destination="95" id="96"/> + <outlet property="urlField" destination="92" id="93"/> + <outlet property="view" destination="5" id="43"/> + </connections> + </customObject> + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> + <customView id="5" userLabel="NavigationView" customClass="BDSKEdgeView"> + <rect key="frame" x="0.0" y="0.0" width="140" height="44"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> + <subviews> + <segmentedControl verticalHuggingPriority="750" id="95"> + <rect key="frame" x="10.5" y="9" width="57" height="25"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <segmentedCell key="cell" borderStyle="border" alignment="left" segmentDistribution="fill" style="texturedRounded" trackingMode="momentary" id="111"> + <font key="font" metaFont="system"/> + <segments> + <segment image="NSGoLeftTemplate" imageScaling="none" width="25"/> + <segment image="NSGoRightTemplate" imageScaling="none" width="25" tag="1"/> + </segments> + </segmentedCell> + <connections> + <action selector="goBackForward:" target="-2" id="97"/> + </connections> + </segmentedControl> + <textField verticalHuggingPriority="750" id="92" customClass="BDSKAddressTextField"> + <rect key="frame" x="75" y="11" width="54" height="22"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="URL" id="110" customClass="BDSKAddressTextFieldCell"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <action selector="changeURL:" target="-2" id="94"/> + <outlet property="delegate" destination="-2" id="102"/> + </connections> + </textField> + </subviews> + <point key="canvasLocation" x="139" y="154"/> + </customView> + </objects> + <resources> + <image name="NSGoLeftTemplate" width="9" height="12"/> + <image name="NSGoRightTemplate" width="9" height="12"/> + </resources> +</document> Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 15:09:38 UTC (rev 25751) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 16:00:39 UTC (rev 25752) @@ -476,6 +476,7 @@ CE4385E90BB81D0500A56987 /* BDSKSearchBookmarkController.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4385E70BB81D0500A56987 /* BDSKSearchBookmarkController.m */; }; CE4476DC2128907100DF38E1 /* DOMNode_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4476DA2128907100DF38E1 /* DOMNode_BDSKExtensions.m */; }; CE44BBA326370CB6008C7833 /* ComplexStringEditor.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE44BBA226370CB6008C7833 /* ComplexStringEditor.xib */; }; + CE44BBCE26371AFB008C7833 /* BDSKWebGroupView.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE44BBCD26371AFB008C7833 /* BDSKWebGroupView.xib */; }; CE4A0E141115ABEF000A95C5 /* BDSKServiceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0E121115ABEF000A95C5 /* BDSKServiceProvider.m */; }; CE51616C22CD4E7D00832F3E /* BDSKDownloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = CE51616A22CD4E7D00832F3E /* BDSKDownloadCommand.h */; }; CE51616D22CD4E7D00832F3E /* BDSKDownloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = CE51616B22CD4E7D00832F3E /* BDSKDownloadCommand.m */; }; @@ -597,7 +598,6 @@ CEB5D61B1072AE360001C135 /* BDSKTypeInfoEditor.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5B81072AE350001C135 /* BDSKTypeInfoEditor.xib */; }; CEB5D61C1072AE360001C135 /* BDSKURLGroupSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5BA1072AE350001C135 /* BDSKURLGroupSheet.xib */; }; CEB5D61D1072AE360001C135 /* BDSKURLSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5BC1072AE350001C135 /* BDSKURLSheet.xib */; }; - CEB5D61E1072AE360001C135 /* BDSKWebGroupView.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5BE1072AE350001C135 /* BDSKWebGroupView.xib */; }; CEB5D61F1072AE360001C135 /* BibDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5C01072AE350001C135 /* BibDocument.xib */; }; CEB5D6201072AE360001C135 /* BibPref_AutoFile.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5C21072AE350001C135 /* BibPref_AutoFile.xib */; }; CEB5D6211072AE360001C135 /* BibPref_Cite.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5C41072AE350001C135 /* BibPref_Cite.xib */; }; @@ -1401,7 +1401,6 @@ CE3D8D8F125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKTypeInfoEditor.xib; sourceTree = "<group>"; }; CE3D8D90125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKURLGroupSheet.xib; sourceTree = "<group>"; }; CE3D8D91125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKURLSheet.xib; sourceTree = "<group>"; }; - CE3D8D92125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKWebGroupView.xib; sourceTree = "<group>"; }; CE3D8D93125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibDocument.xib; sourceTree = "<group>"; }; CE3D8D94125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibPref_AutoFile.xib; sourceTree = "<group>"; }; CE3D8D95125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibPref_Cite.xib; sourceTree = "<group>"; }; @@ -1451,6 +1450,7 @@ CE4476D92128907100DF38E1 /* DOMNode_BDSKExtensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DOMNode_BDSKExtensions.h; sourceTree = "<group>"; }; CE4476DA2128907100DF38E1 /* DOMNode_BDSKExtensions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DOMNode_BDSKExtensions.m; sourceTree = "<group>"; }; CE44BBA226370CB6008C7833 /* ComplexStringEditor.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ComplexStringEditor.xib; sourceTree = "<group>"; }; + CE44BBCD26371AFB008C7833 /* BDSKWebGroupView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BDSKWebGroupView.xib; sourceTree = "<group>"; }; CE452AC00F1EBBD500DA1A5A /* TestBDSKRISParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestBDSKRISParser.h; sourceTree = "<group>"; }; CE4A0E111115ABEF000A95C5 /* BDSKServiceProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKServiceProvider.h; sourceTree = "<group>"; }; CE4A0E121115ABEF000A95C5 /* BDSKServiceProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKServiceProvider.m; sourceTree = "<group>"; }; @@ -1641,7 +1641,6 @@ CEB5D5B91072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKTypeInfoEditor.xib; sourceTree = "<group>"; }; CEB5D5BB1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKURLGroupSheet.xib; sourceTree = "<group>"; }; CEB5D5BD1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKURLSheet.xib; sourceTree = "<group>"; }; - CEB5D5BF1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKWebGroupView.xib; sourceTree = "<group>"; }; CEB5D5C11072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BibDocument.xib; sourceTree = "<group>"; }; CEB5D5C31072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BibPref_AutoFile.xib; sourceTree = "<group>"; }; CEB5D5C51072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BibPref_Cite.xib; sourceTree = "<group>"; }; @@ -1690,7 +1689,6 @@ CEB5D6691072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKTypeInfoEditor.xib; sourceTree = "<group>"; }; CEB5D66A1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKURLGroupSheet.xib; sourceTree = "<group>"; }; CEB5D66B1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKURLSheet.xib; sourceTree = "<group>"; }; - CEB5D66C1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKWebGroupView.xib; sourceTree = "<group>"; }; CEB5D66D1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibDocument.xib; sourceTree = "<group>"; }; CEB5D66E1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_AutoFile.xib; sourceTree = "<group>"; }; CEB5D66F1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_Cite.xib; sourceTree = "<group>"; }; @@ -2321,7 +2319,7 @@ CEB5D5B81072AE350001C135 /* BDSKTypeInfoEditor.xib */, CEB5D5BA1072AE350001C135 /* BDSKURLGroupSheet.xib */, CEB5D5BC1072AE350001C135 /* BDSKURLSheet.xib */, - CEB5D5BE1072AE350001C135 /* BDSKWebGroupView.xib */, + CE44BBCD26371AFB008C7833 /* BDSKWebGroupView.xib */, CEB5D5C01072AE350001C135 /* BibDocument.xib */, CEB5D5C21072AE350001C135 /* BibPref_AutoFile.xib */, CEB5D5C41072AE350001C135 /* BibPref_Cite.xib */, @@ -4069,6 +4067,7 @@ CE0391910F612ED5001808EA /* SharingPreferences.tiff in Resources */, CE0391F90F6166FB001808EA /* importBadge.tiff in Resources */, CEF8F8DF0F93519700948A88 /* WebGroupStartPage.html in Resources */, + CE44BBCE26371AFB008C7833 /* BDSKWebGroupView.xib in Resources */, CEB5D6071072AE360001C135 /* AutoFile.xib in Resources */, CEB5D6081072AE360001C135 /* AutoFileProgress.xib in Resources */, CEB5D60A1072AE360001C135 /* BDSKCharacterConversion.xib in Resources */, @@ -4091,7 +4090,6 @@ CEB5D61B1072AE360001C135 /* BDSKTypeInfoEditor.xib in Resources */, CEB5D61C1072AE360001C135 /* BDSKURLGroupSheet.xib in Resources */, CEB5D61D1072AE360001C135 /* BDSKURLSheet.xib in Resources */, - CEB5D61E1072AE360001C135 /* BDSKWebGroupView.xib in Resources */, CEB5D61F1072AE360001C135 /* BibDocument.xib in Resources */, CEB5D6201072AE360001C135 /* BibPref_AutoFile.xib in Resources */, CEB5D6211072AE360001C135 /* BibPref_Cite.xib in Resources */, @@ -4990,16 +4988,6 @@ name = BDSKURLSheet.xib; sourceTree = "<group>"; }; - CEB5D5BE1072AE350001C135 /* BDSKWebGroupView.xib */ = { - isa = PBXVariantGroup; - children = ( - CEB5D5BF1072AE350001C135 /* en */, - CEB5D66C1072AE950001C135 /* fr */, - CE3D8D92125E69BB00AE0232 /* de */, - ); - name = BDSKWebGroupView.xib; - sourceTree = "<group>"; - }; CEB5D5C01072AE350001C135 /* BibDocument.xib */ = { isa = PBXVariantGroup; children = ( Deleted: trunk/bibdesk/de.lproj/BDSKWebGroupView.xib =================================================================== --- trunk/bibdesk/de.lproj/BDSKWebGroupView.xib 2021-04-26 15:09:38 UTC (rev 25751) +++ trunk/bibdesk/de.lproj/BDSKWebGroupView.xib 2021-04-26 16:00:39 UTC (rev 25752) @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16097.3"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKWebGroupViewController"> - <connections> - <outlet property="backForwardButton" destination="95" id="96"/> - <outlet property="urlField" destination="92" id="93"/> - <outlet property="view" destination="5" id="43"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <customView id="5" userLabel="NavigationView" customClass="BDSKEdgeView"> - <rect key="frame" x="0.0" y="0.0" width="140" height="44"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <subviews> - <segmentedControl verticalHuggingPriority="750" id="95"> - <rect key="frame" x="10.5" y="9" width="57" height="25"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <segmentedCell key="cell" borderStyle="border" alignment="left" segmentDistribution="fill" style="texturedRounded" trackingMode="momentary" id="111"> - <font key="font" metaFont="system"/> - <segments> - <segment image="NSGoLeftTemplate" imageScaling="none" width="25"> - <nil key="label"/> - </segment> - <segment image="NSGoRightTemplate" imageScaling="none" width="25" tag="1"> - <nil key="label"/> - </segment> - </segments> - </segmentedCell> - <connections> - <action selector="goBackForward:" target="-2" id="97"/> - </connections> - </segmentedControl> - <textField verticalHuggingPriority="750" id="92" customClass="BDSKAddressTextField"> - <rect key="frame" x="75" y="11" width="54" height="22"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="URL" id="110" customClass="BDSKAddressTextFieldCell"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <action selector="changeURL:" target="-2" id="94"/> - <outlet property="delegate" destination="-2" id="102"/> - </connections> - </textField> - </subviews> - <point key="canvasLocation" x="139" y="154"/> - </customView> - </objects> - <resources> - <image name="NSGoLeftTemplate" width="9" height="12"/> - <image name="NSGoRightTemplate" width="9" height="12"/> - </resources> -</document> Deleted: trunk/bibdesk/en.lproj/BDSKWebGroupView.xib =================================================================== --- trunk/bibdesk/en.lproj/BDSKWebGroupView.xib 2021-04-26 15:09:38 UTC (rev 25751) +++ trunk/bibdesk/en.lproj/BDSKWebGroupView.xib 2021-04-26 16:00:39 UTC (rev 25752) @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16097.3"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKWebGroupViewController"> - <connections> - <outlet property="backForwardButton" destination="95" id="96"/> - <outlet property="urlField" destination="92" id="93"/> - <outlet property="view" destination="5" id="43"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <customView id="5" userLabel="NavigationView" customClass="BDSKEdgeView"> - <rect key="frame" x="0.0" y="0.0" width="140" height="44"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <subviews> - <segmentedControl verticalHuggingPriority="750" id="95"> - <rect key="frame" x="10.5" y="9" width="57" height="25"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <segmentedCell key="cell" borderStyle="border" alignment="left" segmentDistribution="fill" style="texturedRounded" trackingMode="momentary" id="111"> - <font key="font" metaFont="system"/> - <segments> - <segment image="NSGoLeftTemplate" imageScaling="none" width="25"/> - <segment image="NSGoRightTemplate" imageScaling="none" width="25" tag="1"/> - </segments> - </segmentedCell> - <connections> - <action selector="goBackForward:" target="-2" id="97"/> - </connections> - </segmentedControl> - <textField verticalHuggingPriority="750" id="92" customClass="BDSKAddressTextField"> - <rect key="frame" x="75" y="11" width="54" height="22"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="URL" id="110" customClass="BDSKAddressTextFieldCell"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <action selector="changeURL:" target="-2" id="94"/> - <outlet property="delegate" destination="-2" id="102"/> - </connections> - </textField> - </subviews> - <point key="canvasLocation" x="139" y="154"/> - </customView> - </objects> - <resources> - <image name="NSGoLeftTemplate" width="9" height="12"/> - <image name="NSGoRightTemplate" width="9" height="12"/> - </resources> -</document> Deleted: trunk/bibdesk/fr.lproj/BDSKWebGroupView.xib =================================================================== --- trunk/bibdesk/fr.lproj/BDSKWebGroupView.xib 2021-04-26 15:09:38 UTC (rev 25751) +++ trunk/bibdesk/fr.lproj/BDSKWebGroupView.xib 2021-04-26 16:00:39 UTC (rev 25752) @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16097.3"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKWebGroupViewController"> - <connections> - <outlet property="backForwardButton" destination="95" id="96"/> - <outlet property="urlField" destination="92" id="93"/> - <outlet property="view" destination="5" id="43"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <customView id="5" userLabel="NavigationView" customClass="BDSKEdgeView"> - <rect key="frame" x="0.0" y="0.0" width="140" height="44"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <subviews> - <segmentedControl verticalHuggingPriority="750" id="95"> - <rect key="frame" x="10.5" y="9" width="57" height="25"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <segmentedCell key="cell" borderStyle="border" alignment="left" style="texturedRounded" trackingMode="momentary" id="111"> - <font key="font" metaFont="system"/> - <segments> - <segment image="NSGoLeftTemplate" imageScaling="none" width="25"/> - <segment image="NSGoRightTemplate" imageScaling="none" width="25" tag="1"/> - </segments> - </segmentedCell> - <connections> - <action selector="goBackForward:" target="-2" id="97"/> - </connections> - </segmentedControl> - <textField verticalHuggingPriority="750" id="92" customClass="BDSKAddressTextField"> - <rect key="frame" x="75" y="11" width="54" height="22"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="URL" id="110" customClass="BDSKAddressTextFieldCell"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <action selector="changeURL:" target="-2" id="94"/> - <outlet property="delegate" destination="-2" id="102"/> - </connections> - </textField> - </subviews> - <point key="canvasLocation" x="139" y="154"/> - </customView> - </objects> - <resources> - <image name="NSGoLeftTemplate" width="9" height="12"/> - <image name="NSGoRightTemplate" width="9" height="12"/> - </resources> -</document> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit