Merge branch 'main' of gitlab.hackers.town:veilid/veilid

This commit is contained in:
John Smith 2021-11-23 10:38:27 -05:00
commit 084cf709c7
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -11,7 +11,7 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
run_veilidcore_tests()
run_veilid_core_tests()
}