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
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 (
You can’t perform that action at this time.
0 commit comments