summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/xpc/cmake/XPCServiceInfo.plist.in
blob: 3c3f8dc9dfb4d50798d4166ceca7dc6db5600b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleExecutable</key>
  <string>${CLANGD_XPC_SERVICE_NAME}</string>
  <key>CFBundleIdentifier</key>
  <string>${CLANGD_XPC_SERVICE_BUNDLE_NAME}</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>${CLANGD_XPC_SERVICE_NAME}</string>
  <key>CFBundlePackageType</key>
  <string>XPC!</string>
  <key>CFBundleVersion</key>
  <string></string>
  <key>CFBundleShortVersionString</key>
  <string>1.0</string>
  <key>XPCService</key>
  <dict>
    <key>ServiceType</key>
    <string>Application</string>
    <key>EnvironmentVariables</key>
    <dict>
        <key>CLANGD_AS_XPC_SERVICE</key>
        <string>1</string>
    </dict>
  </dict>
</dict>
</plist>
OpenPOWER on IntegriCloud