Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes we don't actively rely on related components in order to pu… #747

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 29, 2023

  1. Sometimes we don't actively rely on related components in order to pu…

    …sh tags quickly, but indirectly through protocols! However, this disconnects references between components, which can be missed when a dependency is needed, so to avoid this, after the dependency, added: virtual => 'true' to mark as virtual dependency. The dependency is not associated with the component when the tag is pushed, but is imported in pod install/update and other cases. This allows for both quick push of the component tag and strong binding between components. Now, we can mark the virtual dependencies like this 'Spec.ios.dependency' MBProgressHUD', '~> 0.5', :virtual => 'true'; we really need this, please help merge into the code, thank you very much
    youhui committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3eb4608 View commit details
    Browse the repository at this point in the history
  2. fix is_virtual

    youhui committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c27195f View commit details
    Browse the repository at this point in the history