ios_build_lib.sh 255 B

123456
  1. #!/bin/sh
  2. set -e
  3. xcrun -sdk iphoneos clang -fmodules -Os -g -target arm64-apple-ios14 -o Hypervisor -shared \
  4. -DUSE_EXTERNAL_HV_TRAP -DOLDSTRUCT_IOS141 -Ifixed_hv_headers -framework IOKit \
  5. hv.m userclient_hv_trap.m
  6. codesign --sign - --force Hypervisor