22<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <!--
6- The keys of the plist and their purpose are documented on Apple's developer website:
7-
8- https://developer.apple.com/library/mac/#documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html
9-
10- Required Keys
11- -->
12- <key >CFBundlePackageType </key ><string >APPL </string >
13- <key >CFBundleName </key ><string >gguploader </string >
14- <key >CFBunderVersion </key ><string >1.0.0 </string >
15- <key >CFBundleDisplayName </key ><string >GGTracker Uploader </string >
16- <key >CFBundleIdentifier </key ><string >com.ggtracker.uploader </string >
17- <key >CFBundleSignature </key ><string >ggup </string >
18- <key >CFBundleExecutable </key ><string >ggtracker.jar </string >
19-
20- <!-- Extras -->
21- <key >CFBundleIconFile </key ><string >gg.png </string >
22- <key >NSHumanReadableCopyright </key ><string >Copyright ggtracker, inc. 2012 </string >
23-
24- <key >CFBundleShortVersionString </key ><string >1.0.0 </string >
25- <key >CFBundleInfoDictionaryVersion </key ><string >6.0 </string >
26-
27- <key >IFMajorVersion </key ><integer >0 </integer >
28- <key >IFMinorVersion </key ><integer >1 </integer >
5+ <key >CFBundleDisplayName </key >
6+ <string >GGTracker Uploader </string >
7+ <key >CFBundleExecutable </key >
8+ <string >ggtracker.jar </string >
9+ <key >CFBundleGetInfoString </key >
10+ <string >GGUploader </string >
11+ <key >CFBundleIconFile </key >
12+ <string >gg.icns </string >
13+ <key >CFBundleIdentifier </key >
14+ <string >com.ggtracker.uploader </string >
15+ <key >CFBundleInfoDictionaryVersion </key >
16+ <string >1.0 </string >
17+ <key >CFBundleName </key >
18+ <string >gguploader </string >
19+ <key >CFBundlePackageType </key >
20+ <string >APPL </string >
21+ <key >CFBundleShortVersionString </key >
22+ <string >1.0.0 </string >
23+ <key >CFBundleSignature </key >
24+ <string >GGUP </string >
25+ <key >CFBunderVersion </key >
26+ <string >1.0.0 </string >
2927</dict >
3028</plist >
0 commit comments