diff options
author | Louie S <louie@example.com> | 2023-08-26 12:00:59 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-08-26 12:00:59 -0400 |
commit | b70cc298b199c7e735eebb23869481adccbc237f (patch) | |
tree | 547461c841fa529730d8ecb17138eed77f99f030 /src/Info.plist |
First commit
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Info.plist b/src/Info.plist new file mode 100644 index 0000000..d940b97 --- /dev/null +++ b/src/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>gnubash</string> + <key>CFBundleName</key> + <string>GNU Bash</string> + <key>DocSetPlatformFamily</key> + <string>bash</string> + <key>isDashDocset</key> + <true/> +</dict> +</plist> |