CocoaPods / CocoaPods/Xcodeproj
Add reference to public header
- Dominant language
- Ruby
- Stars
- 2.4k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
Thank you for this awesome project. I am using the [add_file_references](https://www.rubydoc.info/github/CocoaPods/Xcodeproj/Xcodeproj/Project/Object/PBXNativeTarget:add_file_references) to add the references to header/implementation files. The add_file_references method adds the reference to the file successfully but how can add a public reference to a header file. The add_file_references only adds reference to files with Project access control.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at Xcodeproj::Project::Object::PBXNativeTarget#add_file_references, the entry point named in the issue, and inspect how it assigns project access control to header and implementation references. Done means the API supports adding a header with public access control, with behavior verified against the project's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100