From a678d94d589021363139182e1e8e2f58f319eed7 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Wed, 3 Jun 2009 22:18:05 +0000 Subject: Remove the application stub for Python Launcher. This directory structure isn't used during the build and causes problems when you do build without a separate build directory. Fixes issue 5267 --- .../Resources/English.lproj/MainMenu.nib/classes.nib | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib (limited to 'Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib') diff --git a/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib b/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib deleted file mode 100644 index 47b40aba31..0000000000 --- a/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib +++ /dev/null @@ -1,12 +0,0 @@ -{ - IBClasses = ( - {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - { - ACTIONS = {showPreferences = id; }; - CLASS = MyAppDelegate; - LANGUAGE = ObjC; - SUPERCLASS = NSObject; - } - ); - IBVersion = 1; -} \ No newline at end of file -- cgit v1.2.1