Cleanup in TulsiGenerator.

PiperOrigin-RevId: 185929909
diff --git a/src/TulsiGenerator/XcodeProjectGenerator.swift b/src/TulsiGenerator/XcodeProjectGenerator.swift
index b098229..821b1f2 100644
--- a/src/TulsiGenerator/XcodeProjectGenerator.swift
+++ b/src/TulsiGenerator/XcodeProjectGenerator.swift
@@ -712,7 +712,7 @@
       let xmlDocument = scheme.toXML()
 
 
-      let data = xmlDocument.xmlData(options: XMLNode.Options(rawValue: XMLNode.Options.RawValue(Int(XMLNode.Options.nodePrettyPrint.rawValue))))
+      let data = xmlDocument.xmlData(options: XMLNode.Options.nodePrettyPrint)
       try writeDataHandler(url, data)
     }
 
@@ -794,7 +794,7 @@
       let xmlDocument = scheme.toXML()
 
 
-      let data = xmlDocument.xmlData(options: XMLNode.Options(rawValue: XMLNode.Options.RawValue(Int(XMLNode.Options.nodePrettyPrint.rawValue))))
+      let data = xmlDocument.xmlData(options: XMLNode.Options.nodePrettyPrint)
       try writeDataHandler(url, data)
     }