[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / update_defs.sh
1 #!/bin/bash
2 rm -fR .clone_defs 2> /dev/null
3 mkdir .clone_defs
4 cd .clone_defs
5 git init
6 git remote add origin -f git@github.com:rive-app/rive.git
7 git config core.sparseCheckout true
8 echo '/dev/defs/*' > .git/info/sparse-checkout
9 git pull origin master
10
11 rm -fR ../defs
12 mv dev/defs ../
13 cd ..
14 rm -fR .clone_defs