You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convert ProjectMock path type from string to Pathname (#38085)
Summary:
Pull Request resolved: #38085
Changelog: [Internal]
the path instance attribute on `Project` is not actually supposed to be `String`, but `Pathname`: https://www.rubydoc.info/github/CocoaPods/Xcodeproj/Xcodeproj/Project#path-instance_method
i need this actually to be a pathname, so doing the refactor in this diff
Reviewed By: cipolleschi
Differential Revision: D47041355
fbshipit-source-id: 8b43c3a6f1cbc0f930749f380bd9d06ed44c0c37
0 commit comments