mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-05 11:51:57 +02:00
39 lines
1,009 B
Text
39 lines
1,009 B
Text
|
{
|
||
|
IBClasses = (
|
||
|
{
|
||
|
CLASS = FirstResponder;
|
||
|
LANGUAGE = ObjC;
|
||
|
SUPERCLASS = NSObject;
|
||
|
},
|
||
|
{
|
||
|
CLASS = NSApplication;
|
||
|
LANGUAGE = ObjC;
|
||
|
SUPERCLASS = NSResponder;
|
||
|
},
|
||
|
{
|
||
|
CLASS = NSObject;
|
||
|
LANGUAGE = ObjC;
|
||
|
},
|
||
|
{
|
||
|
ACTIONS = {
|
||
|
installUpdate = id;
|
||
|
remindMeLater = id;
|
||
|
skipThisVersion = id;
|
||
|
};
|
||
|
CLASS = SUUpdateAlert;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {
|
||
|
delegate = id;
|
||
|
description = NSTextField;
|
||
|
releaseNotesView = WebView;
|
||
|
};
|
||
|
SUPERCLASS = SUWindowController;
|
||
|
},
|
||
|
{
|
||
|
CLASS = SUWindowController;
|
||
|
LANGUAGE = ObjC;
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|