Introduce 'visionos' platform derived from 'apple_embedded'

This commit is contained in:
Ricardo Sanchez-Saez 2025-05-14 12:13:10 +01:00
parent 457299449d
commit 47971c0a27
Failed to extract signature
70 changed files with 2634 additions and 47 deletions

View file

@ -585,7 +585,7 @@ bool OS::has_feature(const String &p_feature) {
}
#endif
#if defined(IOS_SIMULATOR)
#if defined(IOS_SIMULATOR) || defined(VISIONOS_SIMULATOR)
if (p_feature == "simulator") {
return true;
}