Skip to content

Commit 4750f5d

Browse files
committed
Add missing -framework UniformTypeIdentifiers
1 parent 9b4321c commit 4750f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-ios.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ LIB_SKUNICODE = $(BUILT_LIBS_LIB_PATH)/libskunicode.a
9595
SKIA_LNK_FLAGS = $(LIB_SKIA) $(LIB_SKOTTIE) $(LIB_SKSG) $(LIB_SKSHAPER) $(LIB_SKPARAGRAPH) $(LIB_SVG) $(LIB_SKUNICODE)
9696
IGRAPHICS_LNK_FLAGS = $(SKIA_LNK_FLAGS)
9797

98-
AUv3_FRAMEWORKS = -framework AudioToolbox -framework AVFoundation -framework CoreAudioKit -framework QuartzCore -framework UIKit -framework CoreText -framework CoreGraphics
98+
AUv3_FRAMEWORKS = -framework AudioToolbox -framework AVFoundation -framework CoreAudioKit -framework QuartzCore -framework UIKit -framework CoreText -framework CoreGraphics -framework UniformTypeIdentifiers
9999

100100

0 commit comments

Comments
 (0)