XPCServiceInfo.plist.in 888 Bytes
<?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>