diff options
author | Brad King <brad.king@kitware.com> | 2013-04-16 19:42:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-04-16 19:44:48 (GMT) |
commit | 5683146185a44e340452ee531e87099a51343897 (patch) | |
tree | c194feee5c8dae55b27a2648ad9873ff653b6226 /Modules/CompilerId/Xcode-1.pbxproj.in | |
parent | 201db269b8c9743bb77fc22ff116f8962dd2f77e (diff) | |
download | CMake-5683146185a44e340452ee531e87099a51343897.zip CMake-5683146185a44e340452ee531e87099a51343897.tar.gz CMake-5683146185a44e340452ee531e87099a51343897.tar.bz2 |
Xcode: Use explicitFileType to mark source types (#14093)
Replace use of lastKnownFileType with explicitFileType to insist
that Xcode treat the file as we ask.
Diffstat (limited to 'Modules/CompilerId/Xcode-1.pbxproj.in')
-rw-r--r-- | Modules/CompilerId/Xcode-1.pbxproj.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CompilerId/Xcode-1.pbxproj.in b/Modules/CompilerId/Xcode-1.pbxproj.in index f06960f..793ad02 100644 --- a/Modules/CompilerId/Xcode-1.pbxproj.in +++ b/Modules/CompilerId/Xcode-1.pbxproj.in @@ -56,7 +56,7 @@ 2C18F0B415DC1DC700593670 = { fileEncoding = 30; isa = PBXFileReference; - lastKnownFileType = @id_type@; + explicitFileType = @id_type@; path = @id_src@; refType = 4; sourceTree = "<group>"; |