Skip to content

Commit 5f77702

Browse files
committed
fix: set displayName to PBXFileSystemSynchronizedBuildFileExceptionSet
ref: CocoaPods#1000
1 parent 6624af2 commit 5f77702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/xcodeproj/project/object/file_system_synchronized_exception_set.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PBXFileSystemSynchronizedBuildFileExceptionSet < AbstractObject
3535
attribute :platform_filters_by_relative_path, Hash
3636

3737
def display_name
38-
"Exceptions for \"#{GroupableHelper.parent(self).display_name}\" folder in \"#{target.name}\" target"
38+
'PBXFileSystemSynchronizedBuildFileExceptionSet'
3939
end
4040
end
4141

@@ -54,7 +54,7 @@ class PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet < AbstractO
5454
attribute :platform_filters_by_relative_path, Hash
5555

5656
def display_name
57-
"Exceptions for \"#{GroupableHelper.parent(self).display_name}\" folder in \"#{build_phase.name}\" build phase"
57+
'PBXFileSystemSynchronizedBuildFileExceptionSet'
5858
end
5959
end
6060
end

0 commit comments

Comments
 (0)