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
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
Objective-C frameworks that have dependencies don't work with apidiff due to the inability to resolve header imports. If these imports are resolved, apidiff ends up generating API diffs for both the current library and all of its dependencies (certainly not ideal).
Ideally apidiff would check out the relevant dependencies at the relevant versions and then filter apidiff results to only those found within the current library.
The text was updated successfully, but these errors were encountered:
Objective-C frameworks that have dependencies don't work with apidiff due to the inability to resolve header imports. If these imports are resolved, apidiff ends up generating API diffs for both the current library and all of its dependencies (certainly not ideal).
Ideally apidiff would check out the relevant dependencies at the relevant versions and then filter apidiff results to only those found within the current library.
The text was updated successfully, but these errors were encountered: