Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-cakewallet
QOSAMI-cakewallet
/
scripts
/
ios
/
build_torch.sh
Code
Commits
Issues
Pulls
Sessions
CI/CD
dev
dev
sh
10 lines
230 Bytes
Copy permalink
Copy
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