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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 20 Jun 2003 07:37:00 -0700


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

Modified Files:
	project.pbxproj 
Log Message:
At startup, test that PythonLauncher is the default application for files
of type .py, .pyw and .pyc. If not, post a warning.



Index: project.pbxproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** project.pbxproj	17 Feb 2003 15:40:00 -0000	1.9
--- project.pbxproj	20 Jun 2003 14:36:58 -0000	1.10
***************
*** 321,342 ****
  			<key>CFBundleTypeExtensions</key>
  			<array>
- 				<string>????</string>
- 			</array>
- 			<key>CFBundleTypeIconFile</key>
- 			<string></string>
- 			<key>CFBundleTypeName</key>
- 			<string>DocumentType</string>
- 			<key>CFBundleTypeOSTypes</key>
- 			<array>
- 				<string>????</string>
- 			</array>
- 			<key>CFBundleTypeRole</key>
- 			<string>Editor</string>
- 			<key>NSDocumentClass</key>
- 			<string>MyDocument</string>
- 		</dict>
- 		<dict>
- 			<key>CFBundleTypeExtensions</key>
- 			<array>
  				<string>py</string>
  			</array>
--- 321,324 ----