Skip to content

Instantly share code, notes, and snippets.

@OmChachad
Created November 9, 2025 02:38
Show Gist options
  • Select an option

  • Save OmChachad/6dc7e62623aafce185cc310b1f3d0766 to your computer and use it in GitHub Desktop.

Select an option

Save OmChachad/6dc7e62623aafce185cc310b1f3d0766 to your computer and use it in GitHub Desktop.
Apple Intelligence Eligibility Plist File (for macOS Tahoe)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OS_ELIGIBILITY_DOMAIN_CALCIUM</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>2</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_CHINA_CELLULAR</key>
<integer>2</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>2</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_FORCED_SHUTTER_SOUND</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>2</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_LOCATION</key>
<integer>2</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>2</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_FOUNDATION_MODELS</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>4</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_BILLING</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_LOCATION</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>3</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_GREYMATTER</key>
<dict>
<key>context</key>
<dict>
<key>OS_ELIGIBILITY_CONTEXT_ELIGIBLE_DEVICE_LANGUAGES</key>
<array>
<string>es-US</string>
</array>
<key>OS_ELIGIBILITY_CONTEXT_ELIGIBLE_SIRI_LANGUAGE</key>
<string>es-US</string>
</dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>4</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_BILLING</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_LOCATION</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_AND_SIRI_LANGUAGE_MATCH</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_CLASS</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_LANGUAGE</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_EXTERNAL_BOOT_DRIVE</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_GENERATIVE_MODEL_SYSTEM</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_SHARED_IPAD</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_SIRI_LANGUAGE</key>
<integer>3</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_PERSONAL_QA</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>4</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_BILLING</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_LOCATION</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>3</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_SIRI_WITH_APP_INTENTS</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>4</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_BILLING</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_COUNTRY_LOCATION</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>3</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_TERBIUM</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>4</integer>
<key>status</key>
<dict/>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment