1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windowing: Fix link of UserNotifications framework on iOS

Since eb6ebaf5, juce_gui_basics always depends on UserNotifications when
building for iOS.
This commit is contained in:
reuk 2024-11-21 22:19:29 +00:00
parent 49477bf0e5
commit f0928ebd6e
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -55,7 +55,7 @@
OSXFrameworks: Cocoa QuartzCore
WeakOSXFrameworks: Metal MetalKit
iOSFrameworks: CoreServices UIKit
WeakiOSFrameworks: Metal MetalKit UniformTypeIdentifiers
WeakiOSFrameworks: Metal MetalKit UniformTypeIdentifiers UserNotifications
END_JUCE_MODULE_DECLARATION