diff options
author | Louie S <louie@example.com> | 2023-09-14 13:43:25 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-14 13:43:25 -0400 |
commit | bc3a8e65382af25a44049d1de8fa96647cd325e1 (patch) | |
tree | cb68b14921ba482108850a3e7627d91c9592ea26 /src/texinfo | |
parent | 24630a5f215cfc949bac6faa9864b8ed29ee4594 (diff) |
Basic texinfo dash docset
Diffstat (limited to 'src/texinfo')
-rw-r--r-- | src/texinfo/Info.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/texinfo/Info.plist b/src/texinfo/Info.plist new file mode 100644 index 0000000..c240c76 --- /dev/null +++ b/src/texinfo/Info.plist @@ -0,0 +1,14 @@ +<?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>CFBundleIdentifier</key> + <string>gnutexinfo</string> + <key>CFBundleName</key> + <string>GNU Texinfo</string> + <key>DocSetPlatformFamily</key> + <string>texinfo</string> + <key>isDashDocset</key> + <true/> +</dict> +</plist> |