File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Sources/XcodeProj/Objects/Project Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,14 @@ public extension PBXProj {
177177 var sourcesBuildPhases : [ PBXSourcesBuildPhase ] { Array ( objects. sourcesBuildPhases. values) }
178178 var carbonResourcesBuildPhases : [ PBXRezBuildPhase ] { Array ( objects. carbonResourcesBuildPhases. values) }
179179 var buildPhases : [ PBXBuildPhase ] { Array ( objects. buildPhases. values) }
180+ var fileSystemSynchronizedRootGroups : [ PBXFileSystemSynchronizedRootGroup ] { Array ( objects. fileSystemSynchronizedRootGroups. values) }
181+ var fileSystemSynchronizedBuildFileExceptionSets : [ PBXFileSystemSynchronizedBuildFileExceptionSet ] {
182+ Array ( objects. fileSystemSynchronizedBuildFileExceptionSets. values)
183+ }
184+
185+ var fileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet : [ PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet ] {
186+ Array ( objects. fileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet. values)
187+ }
180188
181189 /// Returns root project.
182190 func rootProject( ) throws -> PBXProject ? {
You can’t perform that action at this time.
0 commit comments