CocoaPods / CocoaPods/Xcodeproj
main_group annotations are being removed on save
- Dominant language
- Ruby
- Stars
- 2.4k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
I am looking in to using this project for some simple CLI tooling on xcode projects.
Some projects have an annotation on their mainGroup e.g. some of WebKit's xcode projects.
https://raw.githubusercontent.com/WebKit/webkit/master/Source/WebCore/WebCore.xcodeproj/project.pbxproj
I can't link directly, but here's the lines with the annotations:
`mainGroup = 0867D691FE84028FC02AAC07 /* WebKit */;`
`0867D691FE84028FC02AAC07 /* WebKit */ = {`
These annotations are currently being removed on a save.
I'm not sure if this is some legacy xcode feature but it would be nice to maintain these annotations on a project save.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.