From 3d1923b5723005438fdf690f0745de7831b51398 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Fri, 24 Jan 2020 04:04:46 -0500 Subject: [PATCH] Change classes in map to normal ones. --- Source/GSXib5KeyedUnarchiver.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/GSXib5KeyedUnarchiver.m b/Source/GSXib5KeyedUnarchiver.m index 1cb5f5141..397357f1c 100644 --- a/Source/GSXib5KeyedUnarchiver.m +++ b/Source/GSXib5KeyedUnarchiver.m @@ -106,8 +106,8 @@ static NSArray *XmlBoolDefaultYes = nil; @"NSSegmentItem", @"segment", @"NSCell", @"customCell", @"NSCustomObject", @"customObject", - @"IBOutletConnection5", @"outlet", - @"IBActionConnection5", @"action", + @"IBOutletConnection", @"outlet", + @"IBActionConnection", @"action", @"NSNibBindingConnector", @"binding", @"NSWindowTemplate", @"window", @"NSView", @"tableCellView",