File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments