Skip to content

Commit

Permalink
Merge pull request #48 from RobertGummesson/v1.0.1-Release-branch
Browse files Browse the repository at this point in the history
V1.0.1 Release branch
  • Loading branch information
Robert Gummesson committed Sep 26, 2016
2 parents 47e4585 + 4f9022d commit ebdf51e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BuildTimeAnalyzer/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
7 changes: 5 additions & 2 deletions BuildTimeAnalyzer/Main.storyboard
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<?xml version="1.0" encoding="UTF-8"?>
<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">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Expand Down Expand Up @@ -665,6 +665,9 @@ Gw
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<outlet property="delegate" destination="XfG-lQ-9wD" id="kcF-Uo-l1I"/>
</connections>
</textField>
</subviews>
<constraints>
Expand Down
1 change: 1 addition & 0 deletions BuildTimeAnalyzer/ProjectSelection.swift
Expand Up @@ -34,6 +34,7 @@ class ProjectSelection: NSObject {
// MARK: Actions

@IBAction func didSelectCell(_ sender: NSTableView) {
guard sender.selectedRow != -1 else { return }
delegate?.didSelectProject(with: dataSource[sender.selectedRow])
}
}
Expand Down

0 comments on commit ebdf51e

Please sign in to comment.