From 988e5dc3890ca3520b7c76a062ed8a1d70e95f19 Mon Sep 17 00:00:00 2001 From: zqxwce Date: Wed, 12 Aug 2026 13:58:03 +0300 Subject: [PATCH] docs: Add Xcode + iOS SDK to host prerequisites The build cross-compiles the guest daemon (vphoned) for iOS, which requires the iOS SDK bundled with Xcode. Add it to the host prerequisites in the English, Japanese, Korean, and Chinese READMEs. Co-Authored-By: Claude Fable 5 --- README.md | 1 + docs/README_ja.md | 1 + docs/README_ko.md | 1 + docs/README_zh.md | 1 + 4 files changed, 4 insertions(+) diff --git a/README.md b/README.md index c205834..97a3fcb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Boot a virtual iPhone via Apple's Virtualization.framework using PCC research VM - Apple Silicon - macOS 15+ (Sequoia) +- Xcode + iOS SDK (cross-compiles the guest daemon) - [SIP/AMFI relaxation to allow private PV=3 entitlements with unsigned-binary](#sipamfi-relaxation) **Dependencies:** diff --git a/docs/README_ja.md b/docs/README_ja.md index 78f429c..83a6336 100644 --- a/docs/README_ja.md +++ b/docs/README_ja.md @@ -12,6 +12,7 @@ PCC リサーチ VM インフラストラクチャを使用し、Apple の Virtu - Apple Silicon - macOS 15+ (Sequoia) +- Xcode + iOS SDK(ゲストデーモンをクロスコンパイルするため) - [未署名バイナリでプライベートな PV=3 エンタイトルメントを許可するための SIP/AMFI の緩和](#sipamfi-の緩和) **依存関係:** diff --git a/docs/README_ko.md b/docs/README_ko.md index 5d6433b..d2601b3 100644 --- a/docs/README_ko.md +++ b/docs/README_ko.md @@ -12,6 +12,7 @@ PCC 리서치 VM 인프라를 사용하여 Apple의 Virtualization.framework로 - Apple Silicon - macOS 15+ (Sequoia) +- Xcode + iOS SDK (게스트 데몬 크로스 컴파일용) - [서명되지 않은 바이너리로 private PV=3 권한을 허용하기 위한 SIP/AMFI 완화](#sipamfi-완화) **의존성:** diff --git a/docs/README_zh.md b/docs/README_zh.md index d1eb807..9400dec 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -12,6 +12,7 @@ - Apple Silicon - macOS 15+(Sequoia) +- Xcode + iOS SDK(用于交叉编译访客守护进程) - [放宽 SIP/AMFI,以允许未签名二进制使用私有 PV=3 授权](#放宽-sipamfi) **依赖:**