Skip to content

Commit 393dabc

Browse files
jmschonfeldrcrl101
andauthored
Update default attribute scope framework paths (#1472)
Co-authored-by: Rafael Cerioli <[email protected]>
1 parent a8bee5b commit 393dabc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/FoundationEssentials/AttributedString/AttributeScope.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ internal func _loadDefaultAttributes() -> [String : any AttributedStringKey.Type
131131
// UIKit on macOS
132132
let macUIScope = (
133133
"$s10Foundation15AttributeScopesO5UIKitE0D10AttributesVN",
134-
"/System/iOSSupport/System/Library/Frameworks/UIKit.framework/UIKit"
134+
"/System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore"
135135
)
136136
#endif
137137

@@ -142,12 +142,12 @@ internal func _loadDefaultAttributes() -> [String : any AttributedStringKey.Type
142142
// UIKit
143143
(
144144
"$s10Foundation15AttributeScopesO5UIKitE0D10AttributesVN",
145-
"/System/Library/Frameworks/UIKit.framework/UIKit"
145+
"/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore"
146146
),
147147
// SwiftUI
148148
(
149149
"$s10Foundation15AttributeScopesO7SwiftUIE0D12UIAttributesVN",
150-
"/System/Library/Frameworks/SwiftUI.framework/SwiftUI"
150+
"/System/Library/Frameworks/SwiftUICore.framework/SwiftUICore"
151151
),
152152
// Accessibility
153153
(

0 commit comments

Comments
 (0)