Quantum Fog  0.9.3
StandardInfoPlistKeys.h
1 // StandardInfoPlistKeys.h
2 
3 // StandardInfoPlistKeys.h
4 // Define the standard key names as macros so plc compiler will complain
5 // if we make a typo in a .plc file
6 // by David Phillip Oster <mailto:oster@ieee.org>
7 // Version 1.0 May 2004 License: Public Domain for my work, but Apple may
8 // claim copyright, arguing that this is a derivative work of:
9 //
10 // <http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Concepts/PListKeys.html>
11 
12 #define APDisplayedAsContainer "APDisplayedAsContainer"
13 #define APInstallerURL "APInstallerURL"
14 #define APFiles "APFiles"
15 #define APFileDescriptionKey "APFileDescriptionKey"
16 #define APFileDestinationPath "APFileDestinationPath"
17 #define APFileName "APFileName"
18 #define APFileSourcePath "APFileSourcePath"
19 #define APInstallAction "APInstallAction"
20 #define CFAppleHelpAnchor "CFAppleHelpAnchor"
21 #define CFBundleDevelopmentRegion "CFBundleDevelopmentRegion"
22 #define CFBundleDisplayName "CFBundleDisplayName"
23 #define CFBundleDocumentTypes "CFBundleDocumentTypes"
24 #define CFBundleExecutable "CFBundleExecutable"
25 #define CFBundleGetInfoHTML "CFBundleGetInfoHTML"
26 #define CFBundleGetInfoString "CFBundleGetInfoString"
27 #define CFBundleHelpBookFolder "CFBundleHelpBookFolder"
28 #define CFBundleHelpBookName "CFBundleHelpBookName"
29 #define CFBundleIconFile "CFBundleIconFile"
30 #define CFBundleIdentifier "CFBundleIdentifier"
31 #define CFBundleInfoDictionaryVersion "CFBundleInfoDictionaryVersion"
32 #define CFBundleLocalizations "CFBundleLocalizations"
33 #define CFBundleName "CFBundleName"
34 #define CFBundlePackageType "CFBundlePackageType"
35 #define CFBundleShortVersionString "CFBundleShortVersionString"
36 #define CFBundleSignature "CFBundleSignature"
37 #define CFBundleTypeExtensions "CFBundleTypeExtensions"
38 #define CFBundleTypeIconFile "CFBundleTypeIconFile"
39 #define CFBundleTypeMIMETypes "CFBundleTypeMIMETypes"
40 #define CFBundleTypeName "CFBundleTypeName"
41 #define CFBundleTypeOSTypes "CFBundleTypeOSTypes"
42 #define CFBundleTypeRole "CFBundleTypeRole"
43 #define CFBundleURLIconFile "CFBundleURLIconFile"
44 #define CFBundleURLName "CFBundleURLName"
45 #define CFBundleURLSchemes "CFBundleURLSchemes"
46 #define CFBundleURLTypes "CFBundleURLTypes"
47 #define CFBundleVersion "CFBundleVersion"
48 #define CFPlugInDynamicRegistration "CFPlugInDynamicRegistration"
49 #define CFPlugInDynamicRegistrationFunction "CFPlugInDynamicRegistrationFunction"
50 #define CFPlugInFactories "CFPlugInFactories"
51 #define CFPlugInTypes "CFPlugInTypes"
52 #define CFPlugInUnloadFunction "CFPlugInUnloadFunction"
53 #define CSResourcesFileMapped "CSResourcesFileMapped"
54 #define LSBackgroundOnly "LSBackgroundOnly"
55 #define LSEnvironment "LSEnvironment"
56 #define LSGetAppDiedEvents "LSGetAppDiedEvents"
57 #define LSHasLocalizedDisplayName "LSHasLocalizedDisplayName"
58 #define LSMinimumSystemVersion "LSMinimumSystemVersion"
59 #define LSMultipleInstancesProhibited "LSMultipleInstancesProhibited"
60 #define LSPrefersCarbon "LSPrefersCarbon"
61 #define LSPrefersClassic "LSPrefersClassic"
62 #define LSRequiresCarbon "LSRequiresCarbon"
63 #define LSRequiresClassic "LSRequiresClassic"
64 #define LSTypeIsPackage "LSTypeIsPackage"
65 #define LSUIElement "LSUIElement"
66 #define LSUIPresentationMode "LSUIPresentationMode"
67 #define LSVisibleInClassic "LSVisibleInClassic"
68 #define NSAppleScriptEnabled "NSAppleScriptEnabled"
69 #define NSDocumentClass "NSDocumentClass"
70 #define NSExportableAs "NSExportableAs"
71 #define NSHumanReadableCopyright "NSHumanReadableCopyright"
72 #define NSJavaNeeded "NSJavaNeeded"
73 #define NSJavaPath "NSJavaPath"
74 #define NSJavaRoot "NSJavaRoot"
75 #define NSKeyEquivalent "NSKeyEquivalent"
76 #define NSMainNibFile "NSMainNibFile"
77 #define NSMenuItem "NSMenuItem"
78 #define NSMessage "NSMessage"
79 #define NSPortName "NSPortName"
80 #define NSPrefPaneIconFile "NSPrefPaneIconFile"
81 #define NSPrefPaneIconLabel "NSPrefPaneIconLabel"
82 #define NSPrincipalClass "NSPrincipalClass"
83 #define NSReturnTypes "NSReturnTypes"
84 #define NSSendTypes "NSSendTypes"
85 #define NSServices "NSServices"
86 #define NSUserData "NSUserData"
87 #define NSTimeout "NSTimeout"
88 #define Viewer "Viewer"
89 #define Editor "Editor"
90 #define Shell "Shell"