Skip to content

Commit ebdf51e

Browse files
author
Robert Gummesson
authored
Merge pull request #48 from RobertGummesson/v1.0.1-Release-branch
V1.0.1 Release branch
2 parents 47e4585 + 4f9022d commit ebdf51e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

BuildTimeAnalyzer/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.0</string>
20+
<string>1.0.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

BuildTimeAnalyzer/Main.storyboard

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="16A323" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
33
<dependencies>
44
<deployment identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
@@ -665,6 +665,9 @@ Gw
665665
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
666666
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
667667
</textFieldCell>
668+
<connections>
669+
<outlet property="delegate" destination="XfG-lQ-9wD" id="kcF-Uo-l1I"/>
670+
</connections>
668671
</textField>
669672
</subviews>
670673
<constraints>

BuildTimeAnalyzer/ProjectSelection.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class ProjectSelection: NSObject {
3434
// MARK: Actions
3535

3636
@IBAction func didSelectCell(_ sender: NSTableView) {
37+
guard sender.selectedRow != -1 else { return }
3738
delegate?.didSelectProject(with: dataSource[sender.selectedRow])
3839
}
3940
}

0 commit comments

Comments
 (0)