From 5745a99ea2b94d83e9e3f9e20a20cb40f3a07d4c Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 26 Sep 2020 14:51:52 -0400 Subject: [PATCH] commentary --- Ample/MachineViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ample/MachineViewController.m b/Ample/MachineViewController.m index b8475ca..a961f4b 100644 --- a/Ample/MachineViewController.m +++ b/Ample/MachineViewController.m @@ -24,7 +24,7 @@ _data = [NSArray arrayWithContentsOfFile: path]; - /* My Copy of XCode/Interface Builder barfs on NSBrowser. */ + /* XCode/Interface Builder 11.3 barfs on NSBrowser. */ NSBrowser *browser; NSRect frame = NSMakeRect(0, 0, 718, 200);