File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ if(ENABLE_TESTING)
381
381
TestFoundation/TestCodable.swift
382
382
TestFoundation/TestDateComponents.swift
383
383
TestFoundation/TestDateFormatter.swift
384
+ TestFoundation/TestDateIntervalFormatter.swift
384
385
TestFoundation/TestDate.swift
385
386
TestFoundation/TestDecimal.swift
386
387
TestFoundation/TestEnergyFormatter.swift
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ add_framework(CoreFoundation
78
78
Locale.subproj/CFCalendar_Internal.h
79
79
Locale.subproj/CFDateComponents.h
80
80
Locale.subproj/CFDateFormatter_Private.h
81
+ Locale.subproj/CFDateIntervalFormatter.h
81
82
Locale.subproj/CFDateInterval.h
82
83
Locale.subproj/CFICULogging.h
83
84
Locale.subproj/CFLocaleInternal.h
@@ -232,6 +233,7 @@ add_framework(CoreFoundation
232
233
Locale.subproj/CFCalendar_Enumerate.c
233
234
Locale.subproj/CFDateComponents.c
234
235
Locale.subproj/CFDateFormatter.c
236
+ Locale.subproj/CFDateIntervalFormatter.c
235
237
Locale.subproj/CFDateInterval.c
236
238
Locale.subproj/CFLocale.c
237
239
Locale.subproj/CFLocaleIdentifier.c
You can’t perform that action at this time.
0 commit comments