Add code to call setIsInInterfaceBuilder:

This commit is contained in:
Gregory John Casamento 2023-06-05 05:50:08 -04:00
parent 3f0f8b13a0
commit 4a44cce1f0

View file

@ -1,10 +1,20 @@
#import <Foundation/NSNotification.h>
#import <Foundation/NSProcessInfo.h>
#import <GNUstepGUI/GSNibLoading.h>
#import "AppDelegate.h"
@implementation AppDelegate
- (void) process
{
[NSClassSwapper setIsInInterfaceBuilder: YES];
NSLog(@"Processing...");
[NSClassSwapper setIsInInterfaceBuilder: NO];
}
- (void) applicationDidFinishLaunching: (NSNotification *)n
{
NSLog(@"== gormtool");