summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-29 20:02:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-29 20:02:35 (GMT)
commit32ec28ad00bdb31eddce4dd5f91c414a35b7efa0 (patch)
tree50fc438dfd3f3af055fab137a22dea989b7d3ae4 /Source/cmXCodeObject.cxx
parent4fd3292d04a8d6934d2d821767bf26baf7deaa90 (diff)
downloadCMake-32ec28ad00bdb31eddce4dd5f91c414a35b7efa0.zip
CMake-32ec28ad00bdb31eddce4dd5f91c414a35b7efa0.tar.gz
CMake-32ec28ad00bdb31eddce4dd5f91c414a35b7efa0.tar.bz2
ENH: Add copy stages for bundle files
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r--Source/cmXCodeObject.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx
index 6f9af35..bd0d8d6 100644
--- a/Source/cmXCodeObject.cxx
+++ b/Source/cmXCodeObject.cxx
@@ -10,6 +10,7 @@ const char* cmXCodeObject::PBXTypeNames[] = {
"PBXExecutableFileReference", "PBXLibraryReference", "PBXToolTarget",
"PBXLibraryTarget", "PBXAggregateTarget", "XCBuildConfiguration",
"XCConfigurationList",
+ "PBXCopyFilesBuildPhase",
"None"
};