Revert "Mark unbundled mac apps as unsupported"
This reverts commit 68a0b99835
.
Reverted as unbundled Mac apps patch breaks kicad-mac-builder
This commit is contained in:
parent
f3cd36d1d7
commit
88a58803ca
|
@ -32,13 +32,8 @@ bool KIPLATFORM::APP::Init()
|
|||
|
||||
bool KIPLATFORM::APP::IsOperatingSystemUnsupported()
|
||||
{
|
||||
// We only support bundled applications. Purposefully unbundling may introduce
|
||||
// issues that we cannot support
|
||||
#ifdef __MACOSX_APP__
|
||||
// Not implemented on this platform
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue