diff --git a/Configs/local-sdk.yml b/Configs/local-sdk.yml index 89d58c7f2..268a1e9e8 100644 --- a/Configs/local-sdk.yml +++ b/Configs/local-sdk.yml @@ -1,3 +1,3 @@ packages: BitwardenSdk: - path: ../sdk/languages/swift + path: ../sdk-internal/crates/bitwarden-uniffi/swift diff --git a/README.md b/README.md index 1e809c455..4a42eedaf 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ ``` > **Hint** - > For development purposes it's possible to use a local build of the Bitwarden SDK by setting the environment variable `LOCAL_SDK` to `true` before running the bootstrap script. Review [Linking SDK to clients](https://contributing.bitwarden.com/getting-started/sdk/#linking-the-sdk-to-clients) for more details. + > For development purposes it's possible to use a local build of the Bitwarden SDK by setting the environment variable `LOCAL_SDK` to `true` before running the bootstrap script. Review [Linking SDK to clients](https://contributing.bitwarden.com/getting-started/sdk/internal/#linking-the-sdk-to-clients) for more details. > **Note** > Because `Scripts/bootstrap.sh` is how the project is generated, `bootstrap.sh` will need to be run every time the project configuration or file structure has changed (for example, when files have been added, removed or moved). It is typically best practice to run `bootstrap.sh` any time you switch branches or pull down changes.