File tree Expand file tree Collapse file tree 4 files changed +46
-0
lines changed
enduser/trackereditor.app/Contents Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >CFBundleDevelopmentRegion </key >
6+ <string >English </string >
7+ <key >CFBundleExecutable </key >
8+ <string >trackereditor </string >
9+ <key >CFBundleName </key >
10+ <string >trackereditor </string >
11+ <key >CFBundleIdentifier </key >
12+ <string >com.company.trackereditor </string >
13+ <key >CFBundleInfoDictionaryVersion </key >
14+ <string >6.0 </string >
15+ <key >CFBundlePackageType </key >
16+ <string >APPL </string >
17+ <key >CFBundleSignature </key >
18+ <string >trac </string >
19+ <key >CFBundleShortVersionString </key >
20+ <string >0.1 </string >
21+ <key >CFBundleVersion </key >
22+ <string >1 </string >
23+ <key >CSResourcesFileMapped </key >
24+ <true />
25+ <key >CFBundleDocumentTypes </key >
26+ <array >
27+ <dict >
28+ <key >CFBundleTypeRole </key >
29+ <string >Viewer </string >
30+ <key >CFBundleTypeExtensions </key >
31+ <array >
32+ <string >* </string >
33+ </array >
34+ <key >CFBundleTypeOSTypes </key >
35+ <array >
36+ <string >fold </string >
37+ <string >disk </string >
38+ <string >**** </string >
39+ </array >
40+ </dict >
41+ </array >
42+ <key >NSHighResolutionCapable </key >
43+ <true />
44+ </dict >
45+ </plist >
Original file line number Diff line number Diff line change 1+ APPL????
You can’t perform that action at this time.
0 commit comments