diff options
author | Louie S <louie@example.com> | 2024-06-26 18:34:49 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-06-26 18:53:42 -0400 |
commit | 8fdfbacc6fbf173139b64a0bfa20c94903ad9392 (patch) | |
tree | 11ec794a8343eca97f32d5587d949808a25c92d9 /Info.plist | |
parent | b70cc298b199c7e735eebb23869481adccbc237f (diff) |
Convert to submodule
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..d940b97 --- /dev/null +++ b/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> |