]>
Commit | Line | Data |
---|---|---|
294beb6e A |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE plist PUBLIC "-//Apple//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>${EXECUTABLE_NAME}</string> | |
9 | <key>CFBundleName</key> | |
10 | <string>${PRODUCT_NAME}</string> | |
11 | <key>CFBundleIconFile</key> | |
12 | <string></string> | |
13 | <key>CFBundleIdentifier</key> | |
4a95efb2 | 14 | <string>com.apple.${PRODUCT_NAME:rfc1034identifier}</string> |
294beb6e A |
15 | <key>CFBundleInfoDictionaryVersion</key> |
16 | <string>6.0</string> | |
17 | <key>CFBundlePackageType</key> | |
18 | <string>BNDL</string> | |
19 | <key>CFBundleSignature</key> | |
20 | <string>????</string> | |
21 | <key>CFBundleVersion</key> | |
22 | <string>1</string> | |
23 | <key>CFBundleShortVersionString</key> | |
24 | <string>1.0</string> | |
25 | <key>CFPlugInDynamicRegisterFunction</key> | |
26 | <string></string> | |
27 | <key>CFPlugInDynamicRegistration</key> | |
28 | <string>NO</string> | |
29 | <key>CFPlugInFactories</key> | |
30 | <dict> | |
31 | <key>FB86416D-6164-2070-726F-70735C216EC0</key> | |
32 | <string>UserEventAgentFactory</string> | |
33 | </dict> | |
34 | <key>CFPlugInTypes</key> | |
35 | <dict> | |
36 | <key>FC86416D-6164-2070-726F-70735C216EC0</key> | |
37 | <array> | |
38 | <string>FB86416D-6164-2070-726F-70735C216EC0</string> | |
39 | </array> | |
40 | </dict> | |
41 | <key>CFPlugInUnloadFunction</key> | |
42 | <string></string> | |
43 | <key>LimitLoadToSessionType</key> | |
44 | <array> | |
45 | <string>System</string> | |
46 | <string>Aqua</string> | |
47 | </array> | |
48 | </dict> | |
49 | </plist> |