Skip to content

Commit 8dd322b

Browse files
authored
Update PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet to support PBXResourcesBuildPhase
1 parent 795d2d1 commit 8dd322b

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
@@ -41,9 +41,9 @@ def display_name
4141

4242
# This class represents a file system synchronized group build phase membership exception set.
4343
class PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet < AbstractObject
44-
# @return [PBXSourcesBuildPhase, PBXCopyFilesBuildPhase] The build phase to which this exception set applies.
44+
# @return [PBXSourcesBuildPhase, PBXCopyFilesBuildPhase, PBXResourcesBuildPhase] The build phase to which this exception set applies.
4545
#
46-
has_one :build_phase, [PBXSourcesBuildPhase, PBXCopyFilesBuildPhase]
46+
has_one :build_phase, [PBXSourcesBuildPhase, PBXCopyFilesBuildPhase, PBXResourcesBuildPhase]
4747

4848
# @return [Array<String>] The list of files in the group that are excluded from the build phase.
4949
#

0 commit comments

Comments
 (0)