diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-05 09:37:19 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-05 09:37:19 (GMT) |
commit | 0d58ba9fdaef6228804d6ea4baa13b23f529f786 (patch) | |
tree | f9258e3d2d8933eb166042115197ec8fcc683c2a /Mac/OSXResources | |
parent | 55fa3bb250cb632f4e568350a0d985b25072ae83 (diff) | |
download | cpython-0d58ba9fdaef6228804d6ea4baa13b23f529f786.zip cpython-0d58ba9fdaef6228804d6ea4baa13b23f529f786.tar.gz cpython-0d58ba9fdaef6228804d6ea4baa13b23f529f786.tar.bz2 |
These are no longer used.
Diffstat (limited to 'Mac/OSXResources')
-rw-r--r-- | Mac/OSXResources/app/Resources/Applet-Info.plist | 47 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/Applet-InfoPlist.strings | 7 |
2 files changed, 0 insertions, 54 deletions
diff --git a/Mac/OSXResources/app/Resources/Applet-Info.plist b/Mac/OSXResources/app/Resources/Applet-Info.plist deleted file mode 100644 index 0440999..0000000 --- a/Mac/OSXResources/app/Resources/Applet-Info.plist +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> -<plist version="0.9"> -<dict> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleDocumentTypes</key> - <array> - <dict> - <key>CFBundleTypeOSTypes</key> - <array> - <string>****</string> - <string>fold</string> - <string>disk</string> - </array> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - </array> - <key>CFBundleExecutable</key> - <string>python</string> - - <key>CFBundleGetInfoString</key> - <string>%(appletname)s, a Python applet</string> - - %(cocoainfo)s - - <key>CFBundleIconFile</key> - <string>PythonApplet.icns</string> - <key>CFBundleIdentifier</key> - <string>org.python.defaultapplet</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>%(appletname)s</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleSignature</key> - <string>PytA</string> - <key>CFBundleVersion</key> - <string>2.2</string> - <key>LSRequiresCarbon</key> - <true/> - <key>CSResourcesFileMapped</key> - <true/> -</dict> -</plist> diff --git a/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings b/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings deleted file mode 100644 index e796bc2..0000000 --- a/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings +++ /dev/null @@ -1,7 +0,0 @@ -/* Localized versions of Info.plist keys */ - -CFBundleName = "%(appletname)s"; -CFBundleShortVersionString = "%(appletname)s"; -CFBundleGetInfoString = "%(appletname)s, a Python application"; -CFBundleLongVersionString = ""; -NSHumanReadableCopyright = ""; |