|
3 | 3 | <dependencies> |
4 | 4 | <deployment identifier="macosx"/> |
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/> |
6 | | - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 6 | </dependencies> |
8 | 7 | <scenes> |
9 | 8 | <!--Application--> |
10 | 9 | <scene sceneID="JPo-4y-FX3"> |
11 | 10 | <objects> |
12 | 11 | <customObject id="YLy-65-1bz" customClass="NSFontManager"/> |
13 | | - <stackView distribution="fill" orientation="vertical" alignment="leading" spacing="4" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" id="urc-xw-Dhc"> |
14 | | - <rect key="frame" x="0.0" y="0.0" width="300" height="46"/> |
15 | | - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
16 | | - <subviews> |
17 | | - <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zLd-d8-ghZ"> |
18 | | - <rect key="frame" x="0.0" y="25" width="300" height="21"/> |
19 | | - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="Apple ID" drawsBackground="YES" id="BXa-Re-rs3"> |
20 | | - <font key="font" metaFont="system"/> |
21 | | - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
22 | | - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
23 | | - </textFieldCell> |
24 | | - <connections> |
25 | | - <outlet property="delegate" destination="Voe-Tx-rLC" id="QtW-r2-Vuh"/> |
26 | | - <outlet property="nextKeyView" destination="9rp-Vx-rvB" id="bQY-qj-Sej"/> |
27 | | - </connections> |
28 | | - </textField> |
29 | | - <secureTextField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9rp-Vx-rvB"> |
30 | | - <rect key="frame" x="0.0" y="0.0" width="300" height="21"/> |
31 | | - <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="Password" drawsBackground="YES" usesSingleLineMode="YES" id="xqJ-wt-DlP"> |
32 | | - <font key="font" metaFont="system"/> |
33 | | - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
34 | | - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
35 | | - <allowedInputSourceLocales> |
36 | | - <string>NSAllRomanInputSourcesLocaleIdentifier</string> |
37 | | - </allowedInputSourceLocales> |
38 | | - </secureTextFieldCell> |
39 | | - <connections> |
40 | | - <outlet property="delegate" destination="Voe-Tx-rLC" id="qav-xj-izy"/> |
41 | | - </connections> |
42 | | - </secureTextField> |
43 | | - </subviews> |
44 | | - <constraints> |
45 | | - <constraint firstItem="9rp-Vx-rvB" firstAttribute="width" secondItem="urc-xw-Dhc" secondAttribute="width" id="Eht-pU-Gyh"/> |
46 | | - <constraint firstItem="zLd-d8-ghZ" firstAttribute="width" secondItem="urc-xw-Dhc" secondAttribute="width" id="mg7-Kq-abL"/> |
47 | | - <constraint firstAttribute="width" constant="300" id="zqf-x6-BET"/> |
48 | | - </constraints> |
49 | | - <visibilityPriorities> |
50 | | - <integer value="1000"/> |
51 | | - <integer value="1000"/> |
52 | | - </visibilityPriorities> |
53 | | - <customSpacing> |
54 | | - <real value="3.4028234663852886e+38"/> |
55 | | - <real value="3.4028234663852886e+38"/> |
56 | | - </customSpacing> |
57 | | - </stackView> |
58 | 12 | <customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> |
59 | 13 | <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="AltServer" customModuleProvider="target"> |
60 | 14 | <connections> |
61 | 15 | <outlet property="appMenu" destination="uQy-DD-JDr" id="7cY-Ov-AOW"/> |
62 | | - <outlet property="authenticationAppleIDTextField" destination="zLd-d8-ghZ" id="wW5-0J-zdq"/> |
63 | | - <outlet property="authenticationPasswordTextField" destination="9rp-Vx-rvB" id="ZoC-DI-jzQ"/> |
64 | 16 | <outlet property="connectedDevicesMenu" destination="KJ9-WY-pW1" id="Mcv-64-iFU"/> |
65 | 17 | <outlet property="enableJITMenu" destination="la4-Sa-L3C" id="YrW-hR-uA7"/> |
66 | 18 | <outlet property="installAltStoreMenuItem" destination="MJ8-Lt-SSV" id="KYp-c5-8Ru"/> |
|
0 commit comments