Skip to content

Commit

Permalink
add message about catalina and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
glouel committed Oct 8, 2019
1 parent bc309a9 commit 813c8b5
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Resources/PreferencesWindow.xib
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15400" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.AVKitIBPlugin" version="15400"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15400"/>
<plugIn identifier="com.apple.AVKitIBPlugin" version="15504"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15504"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down Expand Up @@ -1773,7 +1773,7 @@ Shift, but macOS 10.12.4 or above and a compatible Mac are required) </string>
</view>
</tabViewItem>
<tabViewItem label="Updates" identifier="" id="7Rb-Ma-4dK">
<view key="view" id="2qs-gJ-aIh">
<view key="view" ambiguous="YES" id="2qs-gJ-aIh">
<rect key="frame" x="10" y="33" width="614" height="381"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down Expand Up @@ -1947,11 +1947,20 @@ Shift, but macOS 10.12.4 or above and a compatible Mac are required) </string>
<action selector="betaCheckFrequencyChange:" target="-2" id="GQF-z1-HeA"/>
</connections>
</popUpButton>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wrK-oG-W1N">
<rect key="frame" x="215" y="190" width="329" height="16"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Auto updates are currently not working in Catalina" id="0gw-Dm-fjU">
<font key="font" metaFont="systemBold"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
</tabViewItem>
<tabViewItem label="Advanced" identifier="" id="asf-lu-1rA">
<view key="view" ambiguous="YES" id="303-Jh-DVp">
<view key="view" id="303-Jh-DVp">
<rect key="frame" x="10" y="33" width="614" height="381"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down

0 comments on commit 813c8b5

Please sign in to comment.