Skip to content
  • Brad King's avatar
    ENH: Simplify string attributes in Xcode generator · 698b8044
    Brad King authored
    This change cleans up the implementation of cmXCodeObject to avoid
    un-escaping and re-escaping string values.  There is no need to store
    the string in escaped form.  It can be escaped once when it is printed
    out to the generated project file.
    698b8044