XCODE_FILE_ATTRIBUTES.rst 306 B

1234567891011
  1. XCODE_FILE_ATTRIBUTES
  2. ---------------------
  3. Add values to the Xcode ``ATTRIBUTES`` setting on its reference to a
  4. source file. Among other things, this can be used to set the role on
  5. a mig file::
  6. set_source_files_properties(defs.mig
  7. PROPERTIES
  8. XCODE_FILE_ATTRIBUTES "Client;Server"
  9. )