1XCODE_LAST_KNOWN_FILE_TYPE
2--------------------------
3
4.. versionadded:: 3.1
5
6Set the :generator:`Xcode` ``lastKnownFileType`` attribute on its reference to
7a source file.  CMake computes a default based on file extension but
8can be told explicitly with this property.
9
10See also :prop_sf:`XCODE_EXPLICIT_FILE_TYPE`, which is preferred
11over this property if set.
12