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

Support local packages dependencies #3

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

rockname
Copy link
Owner

@rockname rockname commented Jun 16, 2024

Supporting local packages dependencies for Xcode projects.

As you add a .sword.yml file into your Xcode project's root directory, Sword read the file and generate your dependency graph considering local packages.

local_packages:
  - path: PackageA
    targets:
      - DependencyA
      - DependencyB
  - path: PackageB
    targets:
      - DependencyC
      - DependencyD

@rockname rockname merged commit 6a7c48d into main Jun 16, 2024
3 checks passed
@rockname rockname deleted the local-packages-support branch June 16, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant