summaryrefslogtreecommitdiff
path: root/src/Info.plist
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-28 20:43:58 -0400
committerLouie S <louie@example.com>2024-05-28 20:43:58 -0400
commitd6f464ece7c50e8e04fff618a029e5b9bd1b2116 (patch)
tree7c1842a93bc91a165bf48924777eff5da6571e2a /src/Info.plist
First commit
Diffstat (limited to 'src/Info.plist')
-rw-r--r--src/Info.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Info.plist b/src/Info.plist
new file mode 100644
index 0000000..a2e42d4
--- /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>gnuguix</string>
+ <key>CFBundleName</key>
+ <string>GNU Guix</string>
+ <key>DocSetPlatformFamily</key>
+ <string>guix</string>
+ <key>isDashDocset</key>
+ <true/>
+</dict>
+</plist>