Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Info.plist.in 1.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>GMT-@GMT_PACKAGE_VERSION_WITH_GIT_REVISION@</string>
  9. <key>CFBundleGetInfoString</key>
  10. <string>GMT is an open source collection of ~80 command-line tools for manipulating geographic and Cartesian data sets.</string>
  11. <key>CFBundleIconFile</key>
  12. <string>GMT-@GMT_PACKAGE_VERSION_WITH_GIT_REVISION@.icns</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>edu.hawaii.soest.gmt5</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleLongVersionString</key>
  18. <string>GMT-@GMT_PACKAGE_VERSION_WITH_GIT_REVISION@</string>
  19. <key>CFBundleName</key>
  20. <string>GMT</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>@GMT_PACKAGE_VERSION_WITH_GIT_REVISION@</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleVersion</key>
  28. <string>@GMT_PACKAGE_VERSION_WITH_GIT_REVISION@</string>
  29. <key>CSResourcesFileMapped</key>
  30. <true/>
  31. <key>NSHumanReadableCopyright</key>
  32. <string>Copyright © 1991-@GMT_VERSION_YEAR@ by the GMT Team (https://www.generic-mapping-tools.org/team.html)
  33. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 3 or any later version.</string>
  34. </dict>
  35. </plist>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...