Skip to content

Commit

Permalink
Clarify erroneous mention of commit dependency in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Aug 30, 2024
1 parent c755516 commit 1ed7676
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ The XCode project is generated using `xcodgen`.
During development, you can simply depend on your local instance of
`mobile-sdk-rs` by editing the `Package.swift`.

Once everything is complete, you can depend on specific commits from
`mobile-sdk-rs` as Swift's Package Manager enables it, but because of
limitations on the Android's side, you might need to publish a new version of
`mobile-sdk-rs`.
Once everything is complete, `mobile-sdk-rs` will need to be published as it
needs to have the dynamic libraries published.

## Release
1. Ensure the dependencies rely on published versions and not commits or
Expand Down

0 comments on commit 1ed7676

Please sign in to comment.