[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist,1.6,1.7
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2002年8月01日 14:12:38 -0700
Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory usw-pr-cvs1:/tmp/cvs-serv21621
Modified Files:
Info.plist
Log Message:
Python.app no longer advertises that it can handle .py and .pyc files,
PythonLauncher.app has taken that responsibility over.
Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Info.plist 29 Mar 2002 23:43:21 -0000 1.6
--- Info.plist 1 Aug 2002 21:12:36 -0000 1.7
***************
*** 8,43 ****
<array>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>py</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>PythonSource.icns</string>
- <key>CFBundleTypeName</key>
- <string>Python Module</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>TEXT</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Shell</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>pyc</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>PythonCompiled.icns</string>
- <key>CFBundleTypeName</key>
- <string>Python Compiled Module</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>PYC</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Shell</string>
- </dict>
- <dict>
<key>CFBundleTypeOSTypes</key>
<array>
--- 8,11 ----