summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/xpc/cmake/Info.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clangd/xpc/cmake/Info.plist.in')
-rw-r--r--clang-tools-extra/clangd/xpc/cmake/Info.plist.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/xpc/cmake/Info.plist.in b/clang-tools-extra/clangd/xpc/cmake/Info.plist.in
new file mode 100644
index 00000000000..c5eb9fd0014
--- /dev/null
+++ b/clang-tools-extra/clangd/xpc/cmake/Info.plist.in
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${CLANGD_XPC_FRAMEWORK_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>org.llvm.${CLANGD_XPC_FRAMEWORK_NAME}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${CLANGD_XPC_FRAMEWORK_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string></string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+</dict>
+</plist>