mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Merge branch 'main' of gitlab.hackers.town:veilid/veilid
This commit is contained in:
commit
084cf709c7
@ -9,7 +9,10 @@ fi
|
||||
# install android targets
|
||||
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-darwin x86_64-apple-ios
|
||||
|
||||
# xxx: install +ios-arm64-nightly-2021-06-12 toolchain for bitcode from https://github.com/getditto/rust-bitcode
|
||||
echo Manual Step:
|
||||
echo install +ios-arm64-nightly-YYYY-MM-DD toolchain for bitcode from https://github.com/getditto/rust-bitcode/releases/latest and unzip
|
||||
echo xattr -d -r com.apple.quarantine .
|
||||
echo ./install.sh
|
||||
|
||||
# Ensure brew is installed
|
||||
if command -v brew &> /dev/null; then
|
||||
|
@ -11,7 +11,7 @@ class ViewController: UIViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
run_veilidcore_tests()
|
||||
run_veilid_core_tests()
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user