diff options
author | Louie S <louie@example.com> | 2023-03-22 18:16:52 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-22 18:16:52 -0700 |
commit | 8ee6bf8240947294b994ff0f883ec481ea86e602 (patch) | |
tree | 4d2052cc5da42687c25df2d2aed1f9ad3c3a8b88 /src/Info.plist |
First commit
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..111baae --- /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><!-- VALUE --></string> + <key>CFBundleName</key> + <string><!-- VALUE --></string> + <key>DocSetPlatformFamily</key> + <string><!-- VALUE --></string> + <key>isDashDocset</key> + <true/> +</dict> +</plist> |