MCPcopy Create free account
hub / github.com/defold/defold / platform_is_macos

Function platform_is_macos

editor/scripts/bundle.py:106–107  ·  view source on GitHub ↗
(platform)

Source from the content-addressed store, hash-verified

104 return supported
105
106def platform_is_macos(platform):
107 return platform.endswith("-macos")
108
109def platform_is_windows(platform):
110 return platform.endswith("-win32")

Callers 4

sign_fileFunction · 0.85
get_jdkFunction · 0.85
create_bundleFunction · 0.85
signFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected