Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ internal func _loadDefaultAttributes() -> [String : any AttributedStringKey.Type
// UIKit on macOS
let macUIScope = (
"$s10Foundation15AttributeScopesO5UIKitE0D10AttributesVN",
"/System/iOSSupport/System/Library/Frameworks/UIKit.framework/UIKit"
"/System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore"
)
#endif

Expand All @@ -142,12 +142,12 @@ internal func _loadDefaultAttributes() -> [String : any AttributedStringKey.Type
// UIKit
(
"$s10Foundation15AttributeScopesO5UIKitE0D10AttributesVN",
"/System/Library/Frameworks/UIKit.framework/UIKit"
"/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore"
),
// SwiftUI
(
"$s10Foundation15AttributeScopesO7SwiftUIE0D12UIAttributesVN",
"/System/Library/Frameworks/SwiftUI.framework/SwiftUI"
"/System/Library/Frameworks/SwiftUICore.framework/SwiftUICore"
),
// Accessibility
(
Expand Down