class Xcodeproj::Project::Object::PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet

This class represents a file system synchronized group build phase membership exception set.

Public Instance Methods

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