Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
def
platform_is_macos(platform):
107
return
platform.endswith(
"-macos"
)
108
109
def
platform_is_windows(platform):
110
return
platform.endswith(
"-win32"
)
Callers
4
sign_file
Function · 0.85
get_jdk
Function · 0.85
create_bundle
Function · 0.85
sign
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected