diff options
author | Louie S <louie@example.com> | 2023-09-14 14:01:25 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-14 14:01:25 -0400 |
commit | d4bd46635fe9a74bf35812ee5b635af177e74cfc (patch) | |
tree | b8ab0d4d303b4c273b1ad845762f086c0a9540e4 /src/info-reader/Info.plist | |
parent | 1e6a7a7da4e6cae9986b6f8cbb2558df4de8ea42 (diff) |
Create packaging for info reader
Diffstat (limited to 'src/info-reader/Info.plist')
-rw-r--r-- | src/info-reader/Info.plist | 14 |
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> |