diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-31 13:57:22 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-31 13:57:22 -0800 |
commit | 7c54a2a3e7fee50832afd10380f9d5e7b69557ec (patch) | |
tree | fe184460bae4f05aa208beeebaa90f36d213e260 /src/Info.plist | |
parent | ee103902c141cdc3dce565af453b589fd1fc7a82 (diff) |
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 f94b2c9..ae6c813 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -3,11 +3,11 @@ <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> - <string>gnuautomake</string> + <string>gnulibtool</string> <key>CFBundleName</key> - <string>GNU Automake</string> + <string>GNU Libtool</string> <key>DocSetPlatformFamily</key> - <string>automake</string> + <string>libtool</string> <key>isDashDocset</key> <true/> </dict> |