tuist / XcodeProj

📝 Read, update and write your Xcode projects

Home Page:https://xcodeproj.tuist.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pbxproj buildConfigurations should not contain targets

WeijunDeng opened this issue · comments

1 project have 3 targets (x, y, z)
Debug & Release

print(xcodeproj.pbxproj.configurationLists.count) # got 4, expect 1
print(xcodeproj.pbxproj.buildConfigurations.count) # got 8, expect 2

but I just want to get build settings of this project (not targets).

However, I got 2 when I use project.build_configurations in https://github.com/CocoaPods/Xcodeproj