summaryrefslogtreecommitdiff
path: root/src/info-reader
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-14 14:01:25 -0400
committerLouie S <louie@example.com>2023-09-14 14:01:25 -0400
commitd4bd46635fe9a74bf35812ee5b635af177e74cfc (patch)
treeb8ab0d4d303b4c273b1ad845762f086c0a9540e4 /src/info-reader
parent1e6a7a7da4e6cae9986b6f8cbb2558df4de8ea42 (diff)
Create packaging for info reader
Diffstat (limited to 'src/info-reader')
-rw-r--r--src/info-reader/Info.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/info-reader/Info.plist b/src/info-reader/Info.plist
new file mode 100644
index 0000000..d2c9d34
--- /dev/null
+++ b/src/info-reader/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>standaloneinforeader</string>
+ <key>CFBundleName</key>
+ <string>Standalone Info Reader</string>
+ <key>DocSetPlatformFamily</key>
+ <string>info</string>
+ <key>isDashDocset</key>
+ <true/>
+</dict>
+</plist>