{
  "minVersion": "0.2",
  "class": "DepictionTabView",
  "tintColor": "#2D1B4E",
  "tabs": [
    {
      "tabname": "Details",
      "views": [
        {
          "class": "DepictionSubheaderView",
          "title": "SpoofKit",
          "useBoldText": true,
          "useBottomMargin": true
        },
        {
          "class": "DepictionMarkdownView",
          "markdown": "Per-app **device identifier spoofing** for iOS, protected by a **YIS license gate**. Hooks stay off until you register and activate in Settings.\n\n---\n\n### Spoofing\n\n- **IDFV & IDFA** — unique fake values per target app\n- **Device profile** — model, iOS version, device name (MobileGestalt)\n- **Location** — optional coordinate override\n- **Keychain** — isolated namespace per application\n- **Popup** — optional in-app summary of spoofed values (licensed)\n\n### License (YIS)\n\n1. Open **Settings → SpoofKit**\n2. Tap **Register** (device enrollment)\n3. Enter API token → **Activate**\n\nJWT is verified on-device (catalog public-key fingerprint). Spoofing requires a valid license.\n\n### Requirements\n\n| Component | Source |\n|-----------|--------|\n| AltList, dependencies | [ios.jjolano.me](https://ios.jjolano.me) |\n| libSandy | [opa334.github.io](https://opa334.github.io) |\n| SileoRespring fix (Dopamine) | [nightwinddev.github.io](https://nightwinddev.github.io) |\n\n**iOS 14+** · rootful & rootless builds available.\n\n---\n\n*Build Production · v1.0.3 · YangYang Research*",
          "useMarkdown": true,
          "useBottomBar": false
        },
        {
          "class": "DepictionTableTextView",
          "title": "Package",
          "text": "icu.yangyang.spoofkit",
          "titleTextColor": "#E8E0F0",
          "textColor": "#A89BB8"
        },
        {
          "class": "DepictionTableTextView",
          "title": "Version",
          "text": "1.0.3",
          "titleTextColor": "#E8E0F0",
          "textColor": "#A89BB8"
        },
        {
          "class": "DepictionTableTextView",
          "title": "Configure",
          "text": "Settings → SpoofKit",
          "titleTextColor": "#E8E0F0",
          "textColor": "#A89BB8"
        },
        {
          "class": "DepictionTableTextView",
          "title": "Website",
          "text": "yangyang.app",
          "titleTextColor": "#E8E0F0",
          "textColor": "#A89BB8"
        }
      ]
    },
    {
      "tabname": "Changelog",
      "views": [
        {
          "class": "DepictionMarkdownView",
          "markdown": "### 1.0.3\n\n- About: Build Version / Build Type; Author YangYang Research\n- Maintainer scripts for clean Sileo/apt remove\n- Sileo: compact APT Details; changelog + changelog.gz\n\n---\n\n### 1.0\n\n- YIS license; shared license store & JWT gate\n- AltList + libSandy; spoof IDFV/IDFA/model/OS/location/keychain\n- Production/Debug builds via build.sh\n",
          "useMarkdown": true,
          "useBottomBar": false
        }
      ]
    }
  ]
}
