summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-03-29 23:48:55 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-03-29 23:48:55 (GMT)
commit61ef790907e563f1f3ce98fad740d6d03cb6e0e2 (patch)
tree2966cd167f6aa4dfc56030702fc13c40160cd147 /Mac
parent8134976fee0e71a6d253972a2e705f1f8bf1ffc7 (diff)
downloadcpython-61ef790907e563f1f3ce98fad740d6d03cb6e0e2.zip
cpython-61ef790907e563f1f3ce98fad740d6d03cb6e0e2.tar.gz
cpython-61ef790907e563f1f3ce98fad740d6d03cb6e0e2.tar.bz2
Auxiliary files used by BuildApplet for MachoPython.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSXResources/app/Resources/Applet-Info.plist45
-rw-r--r--Mac/OSXResources/app/Resources/Applet-InfoPlist.strings7
-rw-r--r--Mac/OSXResources/app/Resources/PythonApplet.icnsbin0 -> 36565 bytes
3 files changed, 52 insertions, 0 deletions
diff --git a/Mac/OSXResources/app/Resources/Applet-Info.plist b/Mac/OSXResources/app/Resources/Applet-Info.plist
new file mode 100644
index 0000000..8a61e6c
--- /dev/null
+++ b/Mac/OSXResources/app/Resources/Applet-Info.plist
@@ -0,0 +1,45 @@
+<?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>
+
+ <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
new file mode 100644
index 0000000..e796bc2
--- /dev/null
+++ b/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings
@@ -0,0 +1,7 @@
+/* Localized versions of Info.plist keys */
+
+CFBundleName = "%(appletname)s";
+CFBundleShortVersionString = "%(appletname)s";
+CFBundleGetInfoString = "%(appletname)s, a Python application";
+CFBundleLongVersionString = "";
+NSHumanReadableCopyright = "";
diff --git a/Mac/OSXResources/app/Resources/PythonApplet.icns b/Mac/OSXResources/app/Resources/PythonApplet.icns
new file mode 100644
index 0000000..ffe7ef0
--- /dev/null
+++ b/Mac/OSXResources/app/Resources/PythonApplet.icns
Binary files differ