diff options
author | Louie S <louie@example.com> | 2024-06-07 17:00:37 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-06-07 17:00:37 -0400 |
commit | a9e08d14469a5d97b9b3c556e61eff84782d2e55 (patch) | |
tree | 28f988cc2cc9aacd8c11dbc89989bb215108c703 /src/Info.plist | |
parent | 632006715c99d09d74e77f64293c27ed0bad5a64 (diff) |
Convert to submodule
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Info.plist b/src/Info.plist deleted file mode 100644 index f2f7339..0000000 --- a/src/Info.plist +++ /dev/null @@ -1,14 +0,0 @@ -<?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>debmake</string> - <key>CFBundleName</key> - <string>debmake</string> - <key>DocSetPlatformFamily</key> - <string>debmake</string> - <key>isDashDocset</key> - <true/> -</dict> -</plist> |