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

feat(spm): add support for local SPM packages #5748

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

rigor789
Copy link
Member

PR Checklist

What is the current behavior?

There's no way to add local SPM packages.

What is the new behavior?

Local SPM packages can be added using the new package definition:

SPMPacakges: [
  {
    name: 'LocalPackage',
    libs: ['LocalPackageLib'],
    path: './path/to/package' // can be relative to the config or absolute
  },
  {
    name: 'RemotePackage',
    libs: ['RemotePackageLib'],
    repositoryURL: 'remote repository url',
    version: '1.0.0'
  } 
]

Handling implemented in Trapeze PR: ionic-team/trapeze#176 (comment)

@cla-bot cla-bot bot added the cla: yes label Jul 19, 2023
@NathanWalker NathanWalker merged commit c40e217 into main Jul 19, 2023
@NathanWalker NathanWalker deleted the feat/local-spm-support branch July 19, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants