class Xcodeproj::Project::Object::PBXFileSystemSynchronizedBuildFileExceptionSet

This class represents a file system synchronized build file exception set.

Public Instance Methods

display_name() click to toggle source
# File lib/xcodeproj/project/object/file_system_synchronized_exception_set.rb, line 37
def display_name
  "Exceptions for \"#{GroupableHelper.parent(self).display_name}\" folder in \"#{target.name}\" target"
end