File tree Expand file tree Collapse file tree
Mac/OSXResources/app/Resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3+ <plist version =" 0.9" >
4+ <dict >
5+ <key >CFBundleDevelopmentRegion </key >
6+ <string >English </string >
7+ <key >CFBundleDocumentTypes </key >
8+ <array >
9+ <dict >
10+ <key >CFBundleTypeOSTypes </key >
11+ <array >
12+ <string >**** </string >
13+ <string >fold </string >
14+ <string >disk </string >
15+ </array >
16+ <key >CFBundleTypeRole </key >
17+ <string >Viewer </string >
18+ </dict >
19+ </array >
20+ <key >CFBundleExecutable </key >
21+ <string >python </string >
22+
23+ <key >CFBundleGetInfoString </key >
24+ <string >%(appletname)s, a Python applet </string >
25+
26+ <key >CFBundleIconFile </key >
27+ <string >PythonApplet.icns </string >
28+ <key >CFBundleIdentifier </key >
29+ <string >org.python.defaultapplet </string >
30+ <key >CFBundleInfoDictionaryVersion </key >
31+ <string >6.0 </string >
32+ <key >CFBundleName </key >
33+ <string >%(appletname)s </string >
34+ <key >CFBundlePackageType </key >
35+ <string >APPL </string >
36+ <key >CFBundleSignature </key >
37+ <string >PytA </string >
38+ <key >CFBundleVersion </key >
39+ <string >2.2 </string >
40+ <key >LSRequiresCarbon </key >
41+ <true />
42+ <key >CSResourcesFileMapped </key >
43+ <true />
44+ </dict >
45+ </plist >
Original file line number Diff line number Diff line change 1+ /* Localized versions of Info.plist keys */
2+
3+ CFBundleName = "%(appletname)s";
4+ CFBundleShortVersionString = "%(appletname)s";
5+ CFBundleGetInfoString = "%(appletname)s, a Python application";
6+ CFBundleLongVersionString = "";
7+ NSHumanReadableCopyright = "";
You can’t perform that action at this time.
0 commit comments