Skip to content

Commit 28417fd

Browse files
committed
Improve buttons visibility
1 parent 829dd05 commit 28417fd

File tree

9 files changed

+65174
-65141
lines changed

9 files changed

+65174
-65141
lines changed

MicropatcherAutomator/MicropatcherAutomator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
"@executable_path/../Frameworks",
519519
);
520520
MACOSX_DEPLOYMENT_TARGET = 10.11;
521-
MARKETING_VERSION = 2.0;
521+
MARKETING_VERSION = 2.0.1;
522522
PRODUCT_BUNDLE_IDENTIFIER = me.minhton.MicropatcherAutomator;
523523
PRODUCT_NAME = "$(TARGET_NAME)";
524524
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -545,7 +545,7 @@
545545
"@executable_path/../Frameworks",
546546
);
547547
MACOSX_DEPLOYMENT_TARGET = 10.11;
548-
MARKETING_VERSION = 2.0;
548+
MARKETING_VERSION = 2.0.1;
549549
PRODUCT_BUNDLE_IDENTIFIER = me.minhton.MicropatcherAutomator;
550550
PRODUCT_NAME = "$(TARGET_NAME)";
551551
PROVISIONING_PROFILE_SPECIFIER = "";

MicropatcherAutomator/MicropatcherAutomator/Views/HedgehogChooseVolume.xib

Lines changed: 65126 additions & 65120 deletions
Large diffs are not rendered by default.

MicropatcherAutomator/MicropatcherAutomator/Views/HedgehogDownloadInstaller.xib

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -77,6 +77,9 @@
7777
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
7878
<font key="font" metaFont="system"/>
7979
</buttonCell>
80+
<userDefinedRuntimeAttributes>
81+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
82+
</userDefinedRuntimeAttributes>
8083
<connections>
8184
<action selector="hedgehogDownloadInstallerBack:" target="-1" id="xE8-oK-ILm"/>
8285
</connections>
@@ -115,6 +118,9 @@
115118
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
116119
<font key="font" metaFont="system"/>
117120
</buttonCell>
121+
<userDefinedRuntimeAttributes>
122+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
123+
</userDefinedRuntimeAttributes>
118124
<connections>
119125
<action selector="hedgehogDownloadInstallerContinue:" target="-1" id="qfa-xx-LbG"/>
120126
</connections>

MicropatcherAutomator/MicropatcherAutomator/Views/HedgehogInstallerApp.xib

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -91,6 +91,9 @@
9191
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
9292
<font key="font" metaFont="system"/>
9393
</buttonCell>
94+
<userDefinedRuntimeAttributes>
95+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
96+
</userDefinedRuntimeAttributes>
9497
<connections>
9598
<action selector="hedgehogInstallerAppContinue:" target="-1" id="L25-3j-XL5"/>
9699
</connections>
@@ -111,6 +114,9 @@
111114
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
112115
<font key="font" metaFont="system"/>
113116
</buttonCell>
117+
<userDefinedRuntimeAttributes>
118+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
119+
</userDefinedRuntimeAttributes>
114120
<connections>
115121
<action selector="hedgehogInstallerAppBack:" target="-1" id="1hV-SC-0cW"/>
116122
</connections>

MicropatcherAutomator/MicropatcherAutomator/Views/HedgehogPatchUSB.xib

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -56,6 +56,9 @@
5656
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
5757
<font key="font" metaFont="system"/>
5858
</buttonCell>
59+
<userDefinedRuntimeAttributes>
60+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
61+
</userDefinedRuntimeAttributes>
5962
<connections>
6063
<action selector="hedgehogStartPatching:" target="-2" id="lnz-Pd-GTq"/>
6164
</connections>
@@ -76,6 +79,9 @@
7679
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
7780
<font key="font" metaFont="system"/>
7881
</buttonCell>
82+
<userDefinedRuntimeAttributes>
83+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
84+
</userDefinedRuntimeAttributes>
7985
<connections>
8086
<action selector="hedgehogPatchUSBBack:" target="-1" id="57h-0Z-hK1"/>
8187
</connections>
@@ -96,7 +102,7 @@
96102
<box fixedFrame="YES" borderType="line" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="Glc-Iv-ujF">
97103
<rect key="frame" x="190" y="120" width="350" height="237"/>
98104
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
99-
<view key="contentView" ambiguous="YES" id="PnS-6c-NG0">
105+
<view key="contentView" id="PnS-6c-NG0">
100106
<rect key="frame" x="3" y="3" width="344" height="231"/>
101107
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
102108
<subviews>
@@ -207,11 +213,11 @@
207213
<scrollView fixedFrame="YES" borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Be-b7-2cU">
208214
<rect key="frame" x="80" y="120" width="569" height="211"/>
209215
<autoresizingMask key="autoresizingMask"/>
210-
<clipView key="contentView" ambiguous="YES" drawsBackground="NO" copiesOnScroll="NO" id="H6j-lw-qMG">
216+
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="H6j-lw-qMG">
211217
<rect key="frame" x="0.0" y="0.0" width="569" height="211"/>
212218
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
213219
<subviews>
214-
<textView ambiguous="YES" importsGraphics="NO" richText="NO" verticallyResizable="YES" smartInsertDelete="YES" id="eVU-Ju-8EW">
220+
<textView importsGraphics="NO" richText="NO" verticallyResizable="YES" smartInsertDelete="YES" id="eVU-Ju-8EW">
215221
<rect key="frame" x="0.0" y="0.0" width="569" height="211"/>
216222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
217223
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>

MicropatcherAutomator/MicropatcherAutomator/Views/HedgehogSuccessView.xib

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -47,6 +47,9 @@
4747
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
4848
<font key="font" metaFont="system"/>
4949
</buttonCell>
50+
<userDefinedRuntimeAttributes>
51+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
52+
</userDefinedRuntimeAttributes>
5053
<connections>
5154
<action selector="restart:" target="-2" id="8q7-B4-dlo"/>
5255
</connections>

MicropatcherAutomator/MicropatcherAutomator/Views/HedgehogViewController.xib

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -63,6 +63,9 @@
6363
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
6464
<font key="font" metaFont="system"/>
6565
</buttonCell>
66+
<userDefinedRuntimeAttributes>
67+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
68+
</userDefinedRuntimeAttributes>
6669
<connections>
6770
<action selector="hedgehogWelcomeContinue:" target="-1" id="TRd-mO-r4L"/>
6871
</connections>
@@ -95,7 +98,7 @@
9598
<box fixedFrame="YES" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="PS7-dd-Pbg">
9699
<rect key="frame" x="55" y="45" width="220" height="36"/>
97100
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
98-
<view key="contentView" ambiguous="YES" id="lC3-U3-gqW">
101+
<view key="contentView" id="lC3-U3-gqW">
99102
<rect key="frame" x="3" y="3" width="214" height="30"/>
100103
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
101104
<subviews>
@@ -123,7 +126,7 @@
123126
<box fixedFrame="YES" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="lis-Nc-igr">
124127
<rect key="frame" x="455" y="45" width="220" height="36"/>
125128
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
126-
<view key="contentView" ambiguous="YES" id="ESP-Nu-PRW">
129+
<view key="contentView" id="ESP-Nu-PRW">
127130
<rect key="frame" x="3" y="3" width="214" height="30"/>
128131
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
129132
<subviews>

MicropatcherAutomator/PostAutomator/Base.lproj/MainMenu.xib

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -55,7 +55,7 @@
5555
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
5656
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
5757
<rect key="contentRect" x="335" y="390" width="600" height="500"/>
58-
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
58+
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
5959
<view key="contentView" id="EiT-Mj-1SZ">
6060
<rect key="frame" x="0.0" y="0.0" width="600" height="500"/>
6161
<autoresizingMask key="autoresizingMask"/>
@@ -169,6 +169,9 @@
169169
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
170170
<font key="font" metaFont="system"/>
171171
</buttonCell>
172+
<userDefinedRuntimeAttributes>
173+
<userDefinedRuntimeAttribute type="boolean" keyPath="image.template" value="YES"/>
174+
</userDefinedRuntimeAttributes>
172175
<connections>
173176
<action selector="continuePatching:" target="Voe-Tx-rLC" id="gq9-tc-vlg"/>
174177
</connections>
@@ -198,7 +201,7 @@
198201
</objects>
199202
<resources>
200203
<image name="BigSur" width="512" height="512"/>
201-
<image name="NSRefreshTemplate" width="11" height="15"/>
204+
<image name="NSRefreshTemplate" width="14" height="16"/>
202205
<image name="arrowbutton" width="30" height="30"/>
203206
</resources>
204207
</document>

0 commit comments

Comments
 (0)