From d7d615ee36448b8d13fa3af3115dd228cb76ae87 Mon Sep 17 00:00:00 2001
From: Aaron Madlon-Kay <aaron@madlon-kay.com>
Date: Sun, 4 Sep 2022 20:50:42 +0900
Subject: [PATCH 1/3] Remove install CLI tool

---
 Application/Resources/Platypus.xib | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/Application/Resources/Platypus.xib b/Application/Resources/Platypus.xib
index cf4144a..36539aa 100644
--- a/Application/Resources/Platypus.xib
+++ b/Application/Resources/Platypus.xib
@@ -694,12 +694,9 @@ DQ
         </customObject>
         <customObject id="11195" userLabel="PreferencesController" customClass="PrefsController">
             <connections>
-                <outlet property="CLTStatusTextField" destination="11384" id="11445"/>
                 <outlet property="defaultAuthorTextField" destination="11393" id="11450"/>
                 <outlet property="defaultBundleIdentifierTextField" destination="11392" id="11451"/>
                 <outlet property="defaultEditorPopupButton" destination="11386" id="LqD-1V-hBd"/>
-                <outlet property="installCLTButton" destination="11389" id="11446"/>
-                <outlet property="installCLTProgressIndicator" destination="11388" id="11447"/>
                 <outlet property="signingIdentityPopupButton" destination="bsJ-ID-Xth" id="fza-oW-EoZ"/>
                 <outlet property="window" destination="11370" id="C6j-Sn-zUf"/>
             </connections>
@@ -2840,15 +2837,6 @@ DQ
                                     <rect key="frame" x="32" y="77" width="231" height="5"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                 </box>
-                                <textField toolTip="Command line tool status" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="11384">
-                                    <rect key="frame" x="30" y="53" width="235" height="17"/>
-                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                    <textFieldCell key="cell" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="11431">
-                                        <font key="font" metaFont="system"/>
-                                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                    </textFieldCell>
-                                </textField>
                                 <textField toolTip="Command line tool status" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="11380">
                                     <rect key="frame" x="30" y="118" width="83" height="17"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
@@ -2858,24 +2846,6 @@ DQ
                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" minValue="16" maxValue="100" doubleValue="16" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="11388">
-                                    <rect key="frame" x="211" y="23" width="16" height="16"/>
-                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                </progressIndicator>
-                                <button toolTip="Install/Uninstall Platypus Command Line Tool" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="11389">
-                                    <rect key="frame" x="88" y="13" width="120" height="32"/>
-                                    <autoresizingMask key="autoresizingMask"/>
-                                    <buttonCell key="cell" type="push" title="Install" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="11410">
-                                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                                        <font key="font" metaFont="system"/>
-                                        <string key="keyEquivalent" base64-UTF8="YES">
-Gw
-</string>
-                                    </buttonCell>
-                                    <connections>
-                                        <action selector="commandLineInstallButtonClicked:" target="11195" id="6Ky-24-JGm"/>
-                                    </connections>
-                                </button>
                             </subviews>
                         </view>
                     </box>
-- 
2.38.1

