[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.10,1.11

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 20 Jun 2003 15:21:06 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
In directory sc8-pr-cvs1:/tmp/cvs-serv13341/PythonLauncher.pbproj

Modified Files:
	project.pbxproj 
Log Message:
Added a field that allows the user to set sys.argv-style arguments
to the script. Fixes #757544.


Index: project.pbxproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** project.pbxproj	20 Jun 2003 14:36:58 -0000	1.10
--- project.pbxproj	20 Jun 2003 22:21:03 -0000	1.11
***************
*** 133,136 ****
--- 133,137 ----
  				4A9504D1FFE6A4CB11CA0CBA,
  			);
+ 			hasScannedForEncodings = 1;
  			isa = PBXProject;
  			mainGroup = 2A37F4AAFDCFA73011CA2CEA;
***************
*** 386,390 ****
  </plist>
  ";
- 			shouldUseHeadermap = 0;
  		};
  		2A37F4C7FDCFA73011CA2CEA = {
--- 387,390 ----