summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-02 22:32:41 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-02 22:32:41 (GMT)
commit0e0a479821edf7e874fa13c69712448ca72ecc7e (patch)
tree2848fb1ecbe6d11025bfc1c9d7821a4ef7d6d9ff
parent2f8816fda612a8b210100771a4d36447ae745572 (diff)
downloadcpython-0e0a479821edf7e874fa13c69712448ca72ecc7e.zip
cpython-0e0a479821edf7e874fa13c69712448ca72ecc7e.tar.gz
cpython-0e0a479821edf7e874fa13c69712448ca72ecc7e.tar.bz2
Added an icon for .pyw files.
-rwxr-xr-xMac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj15
-rw-r--r--Mac/OSX/PythonLauncher/PythonWSource.icnsbin0 -> 49891 bytes
2 files changed, 15 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj
index 05998ad..1c62d78 100755
--- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj
+++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj
@@ -229,6 +229,7 @@
F58D4A3A02F1F94B01000102,
F58D4A3B02F1F94B01000102,
F58D4A3C02F1F94B01000102,
+ F5449B4B02FB3F7E01000102,
2A37F4B9FDCFA73011CA2CEA,
2A37F4B6FDCFA73011CA2CEA,
2A37F4B4FDCFA73011CA2CEA,
@@ -347,6 +348,8 @@
<array>
<string>pyw</string>
</array>
+ <key>CFBundleTypeIconFile</key>
+ <string>PythonWSource.icns</string>
<key>CFBundleTypeName</key>
<string>Python GUI Script</string>
<key>CFBundleTypeRole</key>
@@ -424,6 +427,7 @@
F58D4A3E02F1F94B01000102,
F58D4A3F02F1F94B01000102,
F5A4C13F02F203F701000102,
+ F5449B4C02FB3F7E01000102,
);
isa = PBXResourcesBuildPhase;
};
@@ -524,6 +528,17 @@
settings = {
};
};
+ F5449B4B02FB3F7E01000102 = {
+ isa = PBXFileReference;
+ path = PythonWSource.icns;
+ refType = 4;
+ };
+ F5449B4C02FB3F7E01000102 = {
+ fileRef = F5449B4B02FB3F7E01000102;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
F58D4A3A02F1F94B01000102 = {
isa = PBXFileReference;
path = PythonCompiled.icns;
diff --git a/Mac/OSX/PythonLauncher/PythonWSource.icns b/Mac/OSX/PythonLauncher/PythonWSource.icns
new file mode 100644
index 0000000..b0a8593
--- /dev/null
+++ b/Mac/OSX/PythonLauncher/PythonWSource.icns
Binary files differ