AppledocSettings.plist 555 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
  3. "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4. <plist version="1.0">
  5. <dict>
  6. <key>--ignore</key>
  7. <array>
  8. <string>RNCryptorTests</string>
  9. </array>
  10. <key>--project-name</key>
  11. <string>RNCryptor</string>
  12. <key>--project-company</key>
  13. <string>Rob Napier</string>
  14. <key>--company-id</key>
  15. <string>net.robnapier</string>
  16. <key>--create-docset</key>
  17. <false/>
  18. <key>--install-docset</key>
  19. <false/>
  20. <key>--output</key>
  21. <string>doc</string>
  22. </dict>
  23. </plist>