mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
Update path for local sdk (#1120)
This commit is contained in:
parent
b54610f98a
commit
e8a9381b12
@ -1,3 +1,3 @@
|
|||||||
packages:
|
packages:
|
||||||
BitwardenSdk:
|
BitwardenSdk:
|
||||||
path: ../sdk/languages/swift
|
path: ../sdk-internal/crates/bitwarden-uniffi/swift
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
> **Hint**
|
> **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**
|
> **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.
|
> 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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user