Skip to content

Instantly share code, notes, and snippets.

@offalynne
Created March 3, 2023 14:35
Show Gist options
  • Save offalynne/d24de43959278dff463702d0bff16804 to your computer and use it in GitHub Desktop.
Save offalynne/d24de43959278dff463702d0bff16804 to your computer and use it in GitHub Desktop.
var _ios_on_macos = false;
if (os_type == os_ios)
{
var _map = os_get_info();
if (_map != undefined)
{
_ios_on_macos = (string_pos("mac", string_lower(string(_map[? "hwModel"]))) > 0);
ds_map_destroy(_map)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment