Move Mac/OSX/PythonLauncher one level up

This commit is contained in:
Ronald Oussoren 2006-06-07 18:58:01 +00:00
parent 8ec9f866c0
commit c629be8a1e
24 changed files with 1372 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {showPreferences = id; };
CLASS = MyAppDelegate;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}