module Xcodeproj::Project::Object::CaseConverter
def self.plist_cache
- Note: - A cache is used because this operation is performed for each
Returns:
-
(Hash)- A cache for the conversion to the Plist format.
def self.plist_cache @plist_cache ||= {} end