You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The external/common and external/sdk-test-proxy directories are currently Git submodules. This means that when a user installs the SDKs using Swift Package Manager it will clone these repositories. However, this repositories are only development dependencies, and it doesn't seem like a good idea to impose this overhead on users.
Perhaps it would be better to have a script that clones these repos for development instead.
The
external/common
andexternal/sdk-test-proxy
directories are currently Git submodules. This means that when a user installs the SDKs using Swift Package Manager it will clone these repositories. However, this repositories are only development dependencies, and it doesn't seem like a good idea to impose this overhead on users.Perhaps it would be better to have a script that clones these repos for development instead.
We should then update the guidance in https://github.com/ably/ably-asset-tracking-common/tree/e5cd278a910a287a04a91e4b320a3079287fc31f#usage-in-downstream-repositories.
The text was updated successfully, but these errors were encountered: