Skip to content

Commit 58263cd

Browse files
authored
Merge pull request #4253 from WalterBright/Apple
add Apple operating system version
2 parents fed0eb5 + abaa874 commit 58263cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/version.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,11 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
224224
$(TROW $(ARGS $(D SDC)) , $(ARGS SDC (Snazzy D Compiler)))
225225

226226
$(TROW *Target Operating System*)
227-
$(TROW $(ARGS $(D Windows)) , $(ARGS Microsoft Windows systems))
227+
$(TROW $(ARGS $(D Windows)) , $(ARGS Microsoft Windows systems Win32 and Win64))
228228
$(TROW $(ARGS $(D Win32)) , $(ARGS Microsoft 32-bit Windows systems))
229229
$(TROW $(ARGS $(D Win64)) , $(ARGS Microsoft 64-bit Windows systems))
230230
$(TROW $(ARGS $(D linux)) , $(ARGS All Linux systems))
231+
$(TROW $(ARGS $(D Apple)) , $(ARGS Apple systems OSX, iOS, TVOS, WatchOS and VisionOS))
231232
$(TROW $(ARGS $(D OSX)) , $(ARGS macOS))
232233
$(TROW $(ARGS $(D iOS)) , $(ARGS iOS))
233234
$(TROW $(ARGS $(D TVOS)) , $(ARGS tvOS))

0 commit comments

Comments
 (0)