Skip to content

Commit c7d5d02

Browse files
authored
Fixed note wraps, bumped version number to 4.0.1 (MonitorControl#746)
1 parent 6a22d8d commit c7d5d02

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
"@executable_path/../Frameworks",
823823
);
824824
MACOSX_DEPLOYMENT_TARGET = 10.15;
825-
MARKETING_VERSION = 4.0.0;
825+
MARKETING_VERSION = 4.0.1;
826826
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper;
827827
PRODUCT_NAME = "$(TARGET_NAME)";
828828
SKIP_INSTALL = YES;
@@ -851,7 +851,7 @@
851851
"@executable_path/../Frameworks",
852852
);
853853
MACOSX_DEPLOYMENT_TARGET = 10.15;
854-
MARKETING_VERSION = 4.0.0;
854+
MARKETING_VERSION = 4.0.1;
855855
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper;
856856
PRODUCT_NAME = "$(TARGET_NAME)";
857857
SKIP_INSTALL = YES;

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>6850</string>
22+
<string>6851</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

MonitorControl/UI/Base.lproj/Main.storyboard

Lines changed: 5 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.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19455" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19162"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19455"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<scenes>
@@ -531,7 +531,7 @@
531531
<gridCell row="KPA-bi-7h3" column="V6M-Jv-Agj" id="vAI-Aq-T6c">
532532
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Od3-K9-Ltb">
533533
<rect key="frame" x="218" y="218" width="474" height="14"/>
534-
<textFieldCell key="cell" controlSize="small" lineBreakMode="clipping" title="For hardware (DDC) controlled displays only. Results may vary." id="bIe-6O-xEH">
534+
<textFieldCell key="cell" controlSize="small" title="For hardware (DDC) controlled displays only. Results may vary." id="bIe-6O-xEH">
535535
<font key="font" metaFont="smallSystem"/>
536536
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
537537
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -571,7 +571,7 @@
571571
<gridCell row="MaK-MK-gRQ" column="V6M-Jv-Agj" id="auz-mt-Zu6">
572572
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bdc-F8-syo">
573573
<rect key="frame" x="218" y="167" width="474" height="14"/>
574-
<textFieldCell key="cell" controlSize="small" lineBreakMode="clipping" title="Works best with various syncing and 'control all' keyboard settings enabled." id="XU4-Bn-bwH">
574+
<textFieldCell key="cell" controlSize="small" title="Works best with various syncing and 'control all' keyboard settings enabled." id="XU4-Bn-bwH">
575575
<font key="font" metaFont="smallSystem"/>
576576
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
577577
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -1249,7 +1249,7 @@
12491249
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
12501250
<subviews>
12511251
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" tableStyle="inset" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="520" viewBased="YES" id="zC9-dS-Tr3">
1252-
<rect key="frame" x="0.0" y="0.0" width="740" height="502"/>
1252+
<rect key="frame" x="0.0" y="0.0" width="740" height="520"/>
12531253
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
12541254
<size key="intercellSpacing" width="14" height="0.0"/>
12551255
<color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>6850</string>
22+
<string>6851</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)