File tree Expand file tree Collapse file tree
Mac/OSXResources/framework Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* Localized versions of Info.plist keys */
2+
3+ CFBundleName = "Python";
4+ CFBundleShortVersionString = "2.2a1";
5+ CFBundleGetInfoString = "Python Runtime and Library";
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 >CFBundleExecutable </key >
8+ <string >Python </string >
9+ <key >CFBundleGetInfoString </key >
10+ <string >Python Runtime and Library </string >
11+ <key >CFBundleIdentifier </key >
12+ <string >org.python.python </string >
13+ <key >CFBundleInfoDictionaryVersion </key >
14+ <string >6.0 </string >
15+ <key >CFBundleName </key >
16+ <string >Python </string >
17+ <key >CFBundlePackageType </key >
18+ <string >FMWK </string >
19+ <key >CFBundleShortVersionString </key >
20+ <string >2.2a1 </string >
21+ <key >CFBundleSignature </key >
22+ <string >???? </string >
23+ <key >CFBundleVersion </key >
24+ <string >vecLib 1.1-4 </string >
25+ </dict >
26+ </plist >
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 >BuildVersion </key >
6+ <string >1 </string >
7+ <key >CFBundleShortVersionString </key >
8+ <string >2.2a1 </string >
9+ <key >CFBundleVersion </key >
10+ <string >Python 2.2a1 </string >
11+ <key >ProjectName </key >
12+ <string >Python </string >
13+ <key >ReleaseStatus </key >
14+ <string >alfa </string >
15+ <key >SourceVersion </key >
16+ <string >2.2a1 </string >
17+ </dict >
18+ </plist >
You can’t perform that action at this time.
0 commit comments