diff options
author | Louie S <louie@example.com> | 2023-09-14 16:21:14 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-14 16:21:14 -0400 |
commit | bd511f431b75f21e8290aa2527d6222467e56b20 (patch) | |
tree | 7b0c4ffae4f7e5eef51e5bf405a715341364b349 /src/grub |
First commit
Diffstat (limited to 'src/grub')
-rw-r--r-- | src/grub/Info.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/grub/Info.plist b/src/grub/Info.plist new file mode 100644 index 0000000..c666504 --- /dev/null +++ b/src/grub/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>gnugrub</string> + <key>CFBundleName</key> + <string>GNU Grub</string> + <key>DocSetPlatformFamily</key> + <string>grub2</string> + <key>isDashDocset</key> + <true/> +</dict> +</plist> |