mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00

Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
26 lines
No EOL
869 B
Text
26 lines
No EOL
869 B
Text
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
|
|
CLASS = PreferencesWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
commandline = NSTextField;
|
|
debug = NSButton;
|
|
filetype = NSPopUpButton;
|
|
honourhashbang = NSButton;
|
|
inspect = NSButton;
|
|
interpreter = NSTextField;
|
|
nosite = NSButton;
|
|
optimize = NSButton;
|
|
others = NSTextField;
|
|
tabs = NSButton;
|
|
verbose = NSButton;
|
|
"with_terminal" = NSButton;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |