mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Make the class GSXibKeyedUnarchiver public again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40449 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f2e26995e2
commit
521fd071b4
6 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2017-04-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSXibKeyedUnarchiver.h: Moved from Source.
|
||||
* Headers/Additions/GNUstepGUI/GSXibLoading.h,
|
||||
* Source/GSXibLoader.m,
|
||||
* Source/GSXibKeyedUnarchiver.m,
|
||||
* Source/GNUmakefile: Use and install moved header file.
|
||||
|
||||
2017-04-04 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* Releasing 0.25.1.
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import "GNUstepGUI/GSXibKeyedUnarchiver.h"
|
||||
|
||||
@class NSString, NSDictionary, NSArray, NSMutableDictionary, NSMutableArray;
|
||||
@class NSNibBindingConnector;
|
||||
|
|
|
@ -475,6 +475,7 @@ GSSoundSource.h \
|
|||
GSWindowDecorationView.h \
|
||||
GSXibElement.h \
|
||||
GSXibLoading.h \
|
||||
GSXibKeyedUnarchiver.h \
|
||||
GSXibObjectContainer.h \
|
||||
GSXibParser.h \
|
||||
GSHelpAttachment.h
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#import "GSXibKeyedUnarchiver.h"
|
||||
#import "GNUstepGUI/GSXibKeyedUnarchiver.h"
|
||||
#import "GNUstepGUI/GSXibElement.h"
|
||||
#import "GNUstepGUI/GSNibLoading.h"
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#import "GNUstepGUI/GSXibParser.h"
|
||||
#import "GNUstepGUI/GSXibObjectContainer.h"
|
||||
#import "GNUstepGUI/GSXibElement.h"
|
||||
#import "GSXibKeyedUnarchiver.h"
|
||||
#import "GNUstepGUI/GSXibKeyedUnarchiver.h"
|
||||
|
||||
@interface NSApplication (NibCompatibility)
|
||||
- (void) _setMainMenu: (NSMenu*)aMenu;
|
||||
|
|
Loading…
Reference in a new issue