From 583e2b6913b640bd2fdbf8204e8efae1c69257b6 Mon Sep 17 00:00:00 2001 From: Rafael Cerioli Date: Wed, 13 Aug 2025 13:33:42 -0700 Subject: [PATCH] Update default attribute scope framework paths --- .../AttributedString/AttributeScope.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/FoundationEssentials/AttributedString/AttributeScope.swift b/Sources/FoundationEssentials/AttributedString/AttributeScope.swift index 2fac17426..d2c47b18d 100644 --- a/Sources/FoundationEssentials/AttributedString/AttributeScope.swift +++ b/Sources/FoundationEssentials/AttributedString/AttributeScope.swift @@ -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 @@ -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 (