update module to be https for swiftpm experiment

This commit is contained in:
Maxwell Talbot
2022-03-11 17:00:32 +00:00
parent 277e7a7f79
commit 6e796419bc
2 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "submodules/rive-cpp"]
path = submodules/rive-cpp
url = git@github.com:rive-app/rive-cpp.git
url = https://github.com/rive-app/rive-cpp.git

View File

@@ -11,11 +11,11 @@ Check out the repository, making sure to include the submodules. It is important
`git clone --recurse-submodules git@github.com:rive-app/rive-ios.git`
The package relies on skia, as well as rive-cpp in order to be built. To shorten the build cycle, we rely on compiled libraries for skia, rive & rive-skia-renderer.
Run `./scripts/get_dependencies.sh` from the root folder to get everything that is needed to be set up. typically this will just pull down pre compiled libraries, but it may need to build the libraries if it cannot find them in the cache
Run `./scripts/configure.sh` from the root folder to get everything that is needed to be set up. typically this will just pull down pre compiled libraries, but it may need to build the libraries if it cannot find them in the cache
### Uploading caches
If you are contributing and you have access to Rives' aws environment, make you sure install `aws-cli` and configure it with your credentials. Set the `RIVE_UPLOAD_IOS_ARCHIVE` env variable to `TRUE` then you should be able to run `./scripts/get_dependencies.sh`, or `RIVE_UPLOAD_IOS_ARCHIVE=TRUE ./scripts/get_dependencies.sh` and you will upload caches when feasible.
If you are contributing and you have access to Rives' aws environment, make you sure install `aws-cli` and configure it with your credentials. Set the `RIVE_UPLOAD_IOS_ARCHIVE` env variable to `TRUE` then you should be able to run `./scripts/configure.sh`, or `RIVE_UPLOAD_IOS_ARCHIVE=TRUE ./scripts/configure.sh` and you will upload caches when feasible.
## Changing rive-cpp/skia