diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 22:21:03 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 22:21:03 +0000 |
commit | d7cccdd591346967d3c0c286b2e7e534435abc12 (patch) | |
tree | c6e4a3a623371534f640f1d2af6c227b3d0b5e91 /Mac/OSX/PythonLauncher/PythonLauncher.pbproj | |
parent | 47db25278601d3f9bfedba533e1ba90080f2fbf2 (diff) | |
download | cpython-git-d7cccdd591346967d3c0c286b2e7e534435abc12.tar.gz |
Added a field that allows the user to set sys.argv-style arguments
to the script. Fixes #757544.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PythonLauncher.pbproj')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 107ce3dd4f..badee8785b 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -132,6 +132,7 @@ 4A9504D0FFE6A4CB11CA0CBA, 4A9504D1FFE6A4CB11CA0CBA, ); + hasScannedForEncodings = 1; isa = PBXProject; mainGroup = 2A37F4AAFDCFA73011CA2CEA; projectDirPath = ""; @@ -385,7 +386,6 @@ </dict> </plist> "; - shouldUseHeadermap = 0; }; 2A37F4C7FDCFA73011CA2CEA = { buildActionMask = 2147483647; |