Skip to content

Commit 88fc022

Browse files
macOS build target 10.14 SDK
Notarization build gives error: "The binary uses an SDK older than the 10.9 SDK." Build target macOS 10.9 works, but without dark theme support. Must use 10.14 SDK Because dark theme is supported since macOS 10.14.
1 parent 19ae04a commit 88fc022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/project/tracker_editor/trackereditor.lpi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
<OtherUnitFiles Value="..\..\code"/>
7373
<UnitOutputDirectory Value="..\..\..\lib\trackereditor\$(TargetCPU)-$(TargetOS)"/>
7474
</SearchPaths>
75+
<Conditionals Value="If TargetOS = &apos;darwin&apos; then
76+
begin
77+
CustomOptions += &apos;-WM10.14&apos;;
78+
end;"/>
7579
<CodeGeneration>
7680
<SmartLinkUnit Value="True"/>
7781
<Optimizations>

0 commit comments

Comments
 (0)