mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 16:59:43 +01:00
39 lines
1009 B
Plaintext
39 lines
1009 B
Plaintext
{
|
|
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;
|
|
} |