cpython/Mac/PythonLauncher
Ronald Oussoren 01d149fc1f Fix for issue #3646: with this patch it is possible to do a
framework install of Python in your home directory (on OSX):

   $ configure --enable-framework=${HOME}/Library/Frameworks
   $ make && make install

Without this patch the framework would get installed just fine,
but 'make install' would try to install the application bundles
and command-line tools outside the user's home, which doesn't work
for non-admin users (and is bad form anyway).
2010-04-30 11:20:14 +00:00
..
English.lproj Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
FileSettings.h Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
FileSettings.m Remove usage of the deprecated '-cString' and '+stringWithCString:' API's 2009-03-30 19:22:56 +00:00
Info.plist.in - Patch the correct version of python in the Info.plists at build time, instead 2006-06-07 19:38:53 +00:00
Makefile.in Fix for issue #3646: with this patch it is possible to do a 2010-04-30 11:20:14 +00:00
MyAppDelegate.h Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
MyAppDelegate.m Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
MyDocument.h Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
MyDocument.m Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard 2008-05-02 21:42:35 +00:00
PreferencesWindowController.h Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
PreferencesWindowController.m Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
doscript.h Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
doscript.m Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard 2008-05-02 21:42:35 +00:00
factorySettings.plist Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00
main.m Move Mac/OSX/PythonLauncher one level up 2006-06-07 18:58:01 +00:00