diff options
author | Louie S <louie@example.com> | 2023-05-28 17:52:08 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-05-28 17:52:08 -0700 |
commit | ae168236bbc1d5be63f607e872216a1b6d6ac3e5 (patch) | |
tree | 4e8af8141d916c86482e2cd042338815ce34a1ef /src/Info.plist | |
parent | 6dd93704a3218a26d10a4268f73c919eea3f22c8 (diff) |
GNU Automake (now with more indexing)
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Info.plist b/src/Info.plist index 111baae..f94b2c9 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -3,11 +3,11 @@ <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> - <string><!-- VALUE --></string> + <string>gnuautomake</string> <key>CFBundleName</key> - <string><!-- VALUE --></string> + <string>GNU Automake</string> <key>DocSetPlatformFamily</key> - <string><!-- VALUE --></string> + <string>automake</string> <key>isDashDocset</key> <true/> </dict> |