From 9075787df23f0feaea8b131a73d786dea96e9e50 Mon Sep 17 00:00:00 2001 From: Walter Bright Date: Sun, 22 Jun 2025 22:38:57 -0700 Subject: [PATCH] add Apple operating system version --- spec/version.dd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/version.dd b/spec/version.dd index 4b25e5e5e6..d91b041a89 100644 --- a/spec/version.dd +++ b/spec/version.dd @@ -224,10 +224,11 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version $(TROW $(ARGS $(D SDC)) , $(ARGS SDC (Snazzy D Compiler))) $(TROW *Target Operating System*) - $(TROW $(ARGS $(D Windows)) , $(ARGS Microsoft Windows systems)) + $(TROW $(ARGS $(D Windows)) , $(ARGS Microsoft Windows systems Win32 and Win64)) $(TROW $(ARGS $(D Win32)) , $(ARGS Microsoft 32-bit Windows systems)) $(TROW $(ARGS $(D Win64)) , $(ARGS Microsoft 64-bit Windows systems)) $(TROW $(ARGS $(D linux)) , $(ARGS All Linux systems)) + $(TROW $(ARGS $(D Apple)) , $(ARGS Apple systems OSX, iOS, TVOS, WatchOs and VisionOS)) $(TROW $(ARGS $(D OSX)) , $(ARGS macOS)) $(TROW $(ARGS $(D iOS)) , $(ARGS iOS)) $(TROW $(ARGS $(D TVOS)) , $(ARGS tvOS))