info.plist 760 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  4. Exceptions. See /LICENSE for license information.
  5. SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  6. -->
  7. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  8. <plist version="1.0">
  9. <key>contactName</key>
  10. <string>Carbon Developers</string>
  11. <key>description</key>
  12. <string>Support for Carbon Language</string>
  13. <key>name</key>
  14. <string>carbon</string>
  15. <key>ordering</key>
  16. <array>
  17. <string>04F7F7E3-D5EE-40A4-9899-53CD34D28276</string>
  18. </array>
  19. <key>uuid</key>
  20. <string>6152A817-84AE-47A8-96DB-0B50DF2EEC10</string>
  21. </plist>