diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-12-18 10:57:38 -0500 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-12-18 10:57:38 -0500 |
commit | e772062371ddbbacc20d6f2ec1b6fefddd76dc7e (patch) | |
tree | 531895e81feda78c094ff6346e724aad2aaf0609 /Info.plist | |
parent | d13b284794b915d81d7faccc6e04c002b5882ffb (diff) |
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..36517aa --- /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>gnucodingstandards</string> + <key>CFBundleName</key> + <string>GNU Coding Standards</string> + <key>DocSetPlatformFamily</key> + <string>gnustandards</string> + <key>isDashDocset</key> + <true/> +</dict> +</plist> |