mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	 de9c869fb8
			
		
	
	
		de9c869fb8
		
	
	
	
	
		
			
			Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
		
			
				
	
	
		
			87 lines
		
	
	
	
		
			2.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
	
		
			2.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
| <dict>
 | |
|         <key>Python GUI Script</key>
 | |
|         <dict>
 | |
|                 <key>debug</key>
 | |
|                 <false/>
 | |
|                 <key>inspect</key>
 | |
|                 <false/>
 | |
|                 <key>interpreter_list</key>
 | |
|                 <array>
 | |
|                     <string>/usr/local/bin/pythonw</string>
 | |
|                     <string>/usr/bin/pythonw</string>
 | |
|                     <string>/sw/bin/pythonw</string>
 | |
|                 </array>
 | |
|                 <key>honourhashbang</key>
 | |
|                 <false/>
 | |
|                 <key>nosite</key>
 | |
|                 <false/>
 | |
|                 <key>optimize</key>
 | |
|                 <false/>
 | |
|                 <key>others</key>
 | |
|                 <string></string>
 | |
|                 <key>verbose</key>
 | |
|                 <false/>
 | |
|                 <key>with_terminal</key>
 | |
|                 <false/>
 | |
|         </dict>
 | |
|         <key>Python Script</key>
 | |
|         <dict>
 | |
|                 <key>debug</key>
 | |
|                 <false/>
 | |
|                 <key>inspect</key>
 | |
|                 <false/>
 | |
|                 <key>interpreter_list</key>
 | |
|                 <array>
 | |
|                     <string>/usr/local/bin/pythonw</string>
 | |
|                     <string>/usr/local/bin/python</string>
 | |
|                     <string>/usr/bin/pythonw</string>
 | |
|                     <string>/usr/bin/python</string>
 | |
|                     <string>/sw/bin/pythonw</string>
 | |
|                     <string>/sw/bin/python</string>
 | |
|                 </array>
 | |
|                 <key>honourhashbang</key>
 | |
|                 <false/>
 | |
|                 <key>nosite</key>
 | |
|                 <false/>
 | |
|                 <key>optimize</key>
 | |
|                 <false/>
 | |
|                 <key>others</key>
 | |
|                 <string></string>
 | |
|                 <key>verbose</key>
 | |
|                 <false/>
 | |
|                 <key>with_terminal</key>
 | |
|                 <true/>
 | |
|         </dict>
 | |
|         <key>Python Bytecode Document</key>
 | |
|         <dict>
 | |
|                 <key>debug</key>
 | |
|                 <false/>
 | |
|                 <key>inspect</key>
 | |
|                 <false/>
 | |
|                 <key>interpreter_list</key>
 | |
|                 <array>
 | |
|                     <string>/usr/local/bin/pythonw</string>
 | |
|                     <string>/usr/local/bin/python</string>
 | |
|                     <string>/usr/bin/pythonw</string>
 | |
|                     <string>/usr/bin/python</string>
 | |
|                     <string>/sw/bin/pythonw</string>
 | |
|                     <string>/sw/bin/python</string>
 | |
|                 </array>
 | |
|                 <key>honourhashbang</key>
 | |
|                 <false/>
 | |
|                  <key>nosite</key>
 | |
|                 <false/>
 | |
|                 <key>optimize</key>
 | |
|                 <false/>
 | |
|                 <key>others</key>
 | |
|                 <string></string>
 | |
|                 <key>verbose</key>
 | |
|                 <false/>
 | |
|                 <key>with_terminal</key>
 | |
|                 <true/>
 | |
|         </dict>
 | |
| </dict>
 | |
| </plist>
 |