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