Skip to content

Commit 38b1a18

Browse files
committed
Remove unnecessary views from Main.storyboard
1 parent 3751f7d commit 38b1a18

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

AltServer/Base.lproj/Main.storyboard

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,16 @@
33
<dependencies>
44
<deployment identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
6-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
76
</dependencies>
87
<scenes>
98
<!--Application-->
109
<scene sceneID="JPo-4y-FX3">
1110
<objects>
1211
<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>
5812
<customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
5913
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="AltServer" customModuleProvider="target">
6014
<connections>
6115
<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"/>
6416
<outlet property="connectedDevicesMenu" destination="KJ9-WY-pW1" id="Mcv-64-iFU"/>
6517
<outlet property="enableJITMenu" destination="la4-Sa-L3C" id="YrW-hR-uA7"/>
6618
<outlet property="installAltStoreMenuItem" destination="MJ8-Lt-SSV" id="KYp-c5-8Ru"/>

0 commit comments

Comments
 (0)