diff options
author | Louie S <louie@example.com> | 2023-08-26 12:08:28 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-08-26 12:08:28 -0400 |
commit | c125d1179850a4742756b2580343f7fbd73fca88 (patch) | |
tree | 1621659b7c470fa477b5aae1d9077fd5ce0e87d4 /src/Info.plist |
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..efafc2e --- /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>gnucoreutils</string> + <key>CFBundleName</key> + <string>GNU Coreutils</string> + <key>DocSetPlatformFamily</key> + <string>coreutils</string> + <key>isDashDocset</key> + <true/> +</dict> +</plist> |