dev
sh 10 lines 230 Bytes
Raw
1 #!/bin/bash
2 set -x -e
3 cd "$(dirname "$0")"
4
5 ../prepare_torch.sh
6
7 cd ../torch_dart
8
9 # Need to build all platforms to get .xcframework
10 ./build.sh aarch64-apple-ios-simulator aarch64-apple-ios aarch64-apple-darwin x86_64-apple-darwin