Skip to content

Commit 6747933

Browse files
Enable ICUResourceTimeZone_feature to match FOUNDATION_FRAMEWORK (#1990) (#1998)
Co-authored-by: Tina L <49205802+itingliu@users.noreply.github.com>
2 parents 0a51718 + 3fb59ec commit 6747933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FoundationInternationalization/TimeZone/TimeZone_ICU.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ internal func foundation_swift_ICUResourceTimeZone_feature_enabled() -> Bool {
4848
_foundation_swift_ICUResourceTimeZone_feature_enabled()
4949
}
5050
#else
51-
internal func foundation_swift_ICUResourceTimeZone_feature_enabled() -> Bool { return false }
51+
internal func foundation_swift_ICUResourceTimeZone_feature_enabled() -> Bool { return true }
5252
#endif
5353

5454
final class _TimeZoneICU: _TimeZoneProtocol, Sendable {

0 commit comments

Comments
 (0)