mirror of
https://github.com/objective-see/BlockBlock.git
synced 2026-03-22 07:02:39 +00:00
bde2c52dd6
converted XPC calls to synchronous (where response data is requested) reworked installer to address Full Disk Access issues
300 lines
25 KiB
XML
300 lines
25 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="16096" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||
<dependencies>
|
||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16096"/>
|
||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||
</dependencies>
|
||
<objects>
|
||
<customObject id="-2" userLabel="File's Owner" customClass="ConfigureWindowController">
|
||
<connections>
|
||
<outlet property="activityIndicator" destination="b1w-5W-ayX" id="P5e-PO-Ozi"/>
|
||
<outlet property="diskAccessButton" destination="Xfy-pO-bPJ" id="Y96-Sg-svZ"/>
|
||
<outlet property="diskAccessView" destination="8vS-7f-v27" id="ahv-e7-iub"/>
|
||
<outlet property="fdaActivityIndicator" destination="goS-M0-vWy" id="Xvx-W8-7Ev"/>
|
||
<outlet property="fdaMessage" destination="wH6-TW-h1P" id="Yx4-hi-ish"/>
|
||
<outlet property="installButton" destination="553-2y-kvm" id="nxf-wO-EI3"/>
|
||
<outlet property="issuesButton" destination="6nx-nf-Lpb" id="veM-dT-fZD"/>
|
||
<outlet property="moreInfoButton" destination="QWu-qZ-Za2" id="8kC-Ga-5oJ"/>
|
||
<outlet property="statusMsg" destination="SpB-Xc-WlB" id="jlm-ke-XfM"/>
|
||
<outlet property="supportButton" destination="pM7-Wp-KdU" id="fez-2X-gLE"/>
|
||
<outlet property="supportView" destination="bkk-rY-ALC" id="3xt-YX-akQ"/>
|
||
<outlet property="uninstallButton" destination="XrB-7g-xya" id="0Hc-Xn-STu"/>
|
||
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
||
</connections>
|
||
</customObject>
|
||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||
<window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
|
||
<windowStyleMask key="styleMask" titled="YES" closable="YES" texturedBackground="YES"/>
|
||
<rect key="contentRect" x="196" y="240" width="523" height="237"/>
|
||
<rect key="screenRect" x="0.0" y="0.0" width="3440" height="1417"/>
|
||
<view key="contentView" id="se5-gp-TjO">
|
||
<rect key="frame" x="0.0" y="0.0" width="523" height="237"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<userGuides>
|
||
<userLayoutGuide location="213" affinity="minY"/>
|
||
<userLayoutGuide location="168" affinity="minX"/>
|
||
</userGuides>
|
||
<subviews>
|
||
<progressIndicator hidden="YES" wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="b1w-5W-ayX">
|
||
<rect key="frame" x="169" y="41" width="32" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
</progressIndicator>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XrB-7g-xya">
|
||
<rect key="frame" x="162" y="92" width="115" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="Uninstall" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="G7H-Q1-04P">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="configureButtonHandler:" target="-2" id="GAh-S3-3e6"/>
|
||
</connections>
|
||
</button>
|
||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" preferredMaxLayoutWidth="293" translatesAutoresizingMaskIntoConstraints="NO" id="SpB-Xc-WlB">
|
||
<rect key="frame" x="166" y="21" width="339" height="47"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<textFieldCell key="cell" truncatesLastVisibleLine="YES" enabled="NO" sendsActionOnEndEditing="YES" alignment="left" id="Rib-WU-Syl">
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="553-2y-kvm">
|
||
<rect key="frame" x="345" y="92" width="115" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="Install" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="1hy-8F-qxt">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="configureButtonHandler:" target="-2" id="1wC-Ls-D2F"/>
|
||
</connections>
|
||
</button>
|
||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K52-9g-sjn">
|
||
<rect key="frame" x="170" y="149" width="286" height="56"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="BlockBlock" id="WRg-I2-vkK"/>
|
||
</imageView>
|
||
<button hidden="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QWu-qZ-Za2">
|
||
<rect key="frame" x="431" y="43" width="25" height="25"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="help" bezelStyle="helpButton" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="v1Z-aX-Wlm">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" metaFont="system"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="info:" target="-2" id="tg3-SV-AH9"/>
|
||
</connections>
|
||
</button>
|
||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fgM-lv-GeJ">
|
||
<rect key="frame" x="33" y="77" width="84" height="84"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="Icon" id="bCU-0f-ff8"/>
|
||
</imageView>
|
||
</subviews>
|
||
</view>
|
||
<connections>
|
||
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
||
</connections>
|
||
<point key="canvasLocation" x="216.5" y="-225.5"/>
|
||
</window>
|
||
<customView id="8vS-7f-v27" userLabel="Disk Access">
|
||
<rect key="frame" x="0.0" y="0.0" width="1179" height="494"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<subviews>
|
||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qNV-KX-UQg">
|
||
<rect key="frame" x="346" y="465" width="487" height="29"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Grant Full Disk Access" id="7wy-Mn-dLg">
|
||
<font key="font" size="20" name="Menlo-Bold"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" tag="4" translatesAutoresizingMaskIntoConstraints="NO" id="tCu-p3-YpG">
|
||
<rect key="frame" x="956" y="13" width="209" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="Next »" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" tag="3" imageScaling="proportionallyDown" inset="2" id="2bh-JF-lbl">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="configureButtonHandler:" target="-2" id="EKL-3w-hKD"/>
|
||
</connections>
|
||
</button>
|
||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6fx-Ct-TfV">
|
||
<rect key="frame" x="527" y="360" width="634" height="80"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<textFieldCell key="cell" alignment="left" title="BlockBlock requires 'Full Disk Access' to protect the system.
...this must be manually granted via the 'System Preferenes'." id="v8h-lw-Wzd">
|
||
<font key="font" size="17" name="Menlo-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gqj-bL-Uao">
|
||
<rect key="frame" x="527" y="248" width="625" height="108"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<textFieldCell key="cell" alignment="left" title="1.
2. In System Preferences, click the 🔒 to authenticate.
3. Select BlockBlock's checkbox in the Full Disk Access table.
" id="Zck-cH-GpA">
|
||
<font key="font" size="15" name="Menlo-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tiU-5S-rkl">
|
||
<rect key="frame" x="0.0" y="7" width="521" height="437"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" image="SystemPrefs" id="Ig5-36-GEz"/>
|
||
</imageView>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="Xfy-pO-bPJ">
|
||
<rect key="frame" x="553" y="331" width="236" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="Open System Preferences" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="cZ4-lX-UNP">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="openSystemPreferences:" target="-2" id="HyP-wM-nKz"/>
|
||
</connections>
|
||
</button>
|
||
<textField verticalHuggingPriority="750" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VKg-cQ-9gk">
|
||
<rect key="frame" x="551" y="192" width="539" height="57"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="left" title="
If BlockBlock doesn't show up, click the '+'
and manually add: /Library/Objective-See/BlockBlock/BlockBlock.app" drawsBackground="YES" id="Ob0-Ni-jks">
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="quaternaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wH6-TW-h1P">
|
||
<rect key="frame" x="711" y="105" width="284" height="18"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<textFieldCell key="cell" lineBreakMode="clipping" title="Waiting for Full Disk Access..." id="08d-fd-1uE">
|
||
<font key="font" size="15" name="Menlo-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<progressIndicator hidden="YES" wantsLayer="YES" fixedFrame="YES" maxValue="100" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="goS-M0-vWy">
|
||
<rect key="frame" x="662" y="98" width="32" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
</progressIndicator>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6nx-nf-Lpb">
|
||
<rect key="frame" x="543" y="13" width="85" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="Issues?" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="WdC-Zi-mMl">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" metaFont="system"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="fdaIssues:" target="-2" id="ZWQ-LP-dd3"/>
|
||
</connections>
|
||
</button>
|
||
</subviews>
|
||
<point key="canvasLocation" x="440.5" y="323"/>
|
||
</customView>
|
||
<customView id="bkk-rY-ALC" userLabel="Support">
|
||
<rect key="frame" x="0.0" y="0.0" width="700" height="350"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<subviews>
|
||
<box fixedFrame="YES" boxType="custom" borderType="none" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="8QY-YW-R4a">
|
||
<rect key="frame" x="0.0" y="0.0" width="700" height="48"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<view key="contentView" id="QTj-OV-72I">
|
||
<rect key="frame" x="0.0" y="0.0" width="700" height="48"/>
|
||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
<subviews>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" tag="5" translatesAutoresizingMaskIntoConstraints="NO" id="pM7-Wp-KdU">
|
||
<rect key="frame" x="605" y="6" width="81" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="Yes!" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="E5X-AO-6V1">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" size="13" name="Menlo-Bold"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="configureButtonHandler:" target="-2" id="t8m-uq-aZD"/>
|
||
</connections>
|
||
</button>
|
||
<button verticalHuggingPriority="750" fixedFrame="YES" tag="-1" translatesAutoresizingMaskIntoConstraints="NO" id="Bwh-OL-JvS">
|
||
<rect key="frame" x="14" y="6" width="81" height="32"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<buttonCell key="cell" type="push" title="No" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="IEz-R9-W5R">
|
||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||
<font key="font" size="13" name="Menlo-Regular"/>
|
||
</buttonCell>
|
||
<connections>
|
||
<action selector="configureButtonHandler:" target="-2" id="Ipm-LG-LXx"/>
|
||
</connections>
|
||
</button>
|
||
</subviews>
|
||
</view>
|
||
<color key="fillColor" red="0.50527782921564679" green="0.6623996295860104" blue="0.20337460651812619" alpha="0.9959562059859155" colorSpace="custom" customColorSpace="sRGB"/>
|
||
</box>
|
||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="660" translatesAutoresizingMaskIntoConstraints="NO" id="aBm-yp-Hzq">
|
||
<rect key="frame" x="455" y="50" width="229" height="57"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Show some love? " id="iBK-yh-SUO">
|
||
<font key="font" size="32" name="AvenirNextCondensed-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="95z-l7-bvE">
|
||
<rect key="frame" x="4" y="119" width="128" height="128"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="Love" id="XVu-Se-XIZ"/>
|
||
</imageView>
|
||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="660" translatesAutoresizingMaskIntoConstraints="NO" id="rZP-Kv-aYd">
|
||
<rect key="frame" x="144" y="133" width="500" height="88"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="It's free, open-source, and written by a single (mac-loving) coder!" id="t59-FX-o48">
|
||
<font key="font" size="32" name="AvenirNextCondensed-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="LND-q5-8OB">
|
||
<rect key="frame" x="625" y="295" width="66" height="52"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsAiro" id="pUg-ax-ylI"/>
|
||
</imageView>
|
||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="p2X-s1-G1Y">
|
||
<rect key="frame" x="497" y="313" width="118" height="29"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Special Mahalo to :" id="jL7-3C-DVF">
|
||
<font key="font" size="15" name="AvenirNextCondensed-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="lPV-74-ze9">
|
||
<rect key="frame" x="556" y="287" width="59" height="29"/>
|
||
<autoresizingMask key="autoresizingMask"/>
|
||
<textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Airo" id="RN0-5S-IAL">
|
||
<font key="font" size="15" name="AvenirNextCondensed-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="660" translatesAutoresizingMaskIntoConstraints="NO" id="Lq7-rg-Vi8">
|
||
<rect key="frame" x="18" y="256" width="664" height="54"/>
|
||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Support BlockBlock?" id="hLy-Nm-ajB">
|
||
<font key="font" size="32" name="AvenirNextCondensed-Regular"/>
|
||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||
</textFieldCell>
|
||
</textField>
|
||
</subviews>
|
||
<point key="canvasLocation" x="629" y="1303"/>
|
||
</customView>
|
||
</objects>
|
||
<resources>
|
||
<image name="BlockBlock" width="1230" height="193"/>
|
||
<image name="FriendsAiro" width="162" height="163"/>
|
||
<image name="Icon" width="769" height="769"/>
|
||
<image name="Love" width="256" height="256"/>
|
||
<image name="SystemPrefs" width="500" height="429"/>
|
||
</resources>
|
||
</document>
|