Skip to content

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