File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/FoundationEssentials/AttributedString Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ internal func _loadDefaultAttributes() -> [String : any AttributedStringKey.Type
131
131
// UIKit on macOS
132
132
let macUIScope = (
133
133
" $s10Foundation15AttributeScopesO5UIKitE0D10AttributesVN " ,
134
- " /System/iOSSupport/System/Library/Frameworks/UIKit .framework/UIKit "
134
+ " /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore .framework/UIKitCore "
135
135
)
136
136
#endif
137
137
@@ -142,12 +142,12 @@ internal func _loadDefaultAttributes() -> [String : any AttributedStringKey.Type
142
142
// UIKit
143
143
(
144
144
" $s10Foundation15AttributeScopesO5UIKitE0D10AttributesVN " ,
145
- " /System/Library/Frameworks/UIKit .framework/UIKit "
145
+ " /System/Library/PrivateFrameworks/UIKitCore .framework/UIKitCore "
146
146
) ,
147
147
// SwiftUI
148
148
(
149
149
" $s10Foundation15AttributeScopesO7SwiftUIE0D12UIAttributesVN " ,
150
- " /System/Library/Frameworks/SwiftUI .framework/SwiftUI "
150
+ " /System/Library/Frameworks/SwiftUICore .framework/SwiftUICore "
151
151
) ,
152
152
// Accessibility
153
153
(
You can’t perform that action at this time.
0 commit comments