Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support
productRef
when removing files
fix the exception below: ``` File "pbxproj/pbxextensions/ProjectFiles.py", line 332, in remove_file_by_id if build_file.fileRef == file_ref.get_id(): AttributeError: 'PBXBuildFile' object has no attribute 'fileRef' ``` Fixes #352
- Loading branch information