1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

iOS: Fixed a warning about MobileCoreServices framework being replaced by CoreServices

This commit is contained in:
ed 2020-08-14 11:50:37 +01:00
parent b196855b37
commit 7c46c45dcd

View file

@ -43,7 +43,7 @@
dependencies: juce_graphics juce_data_structures
OSXFrameworks: Cocoa Carbon QuartzCore
iOSFrameworks: UIKit MobileCoreServices
iOSFrameworks: UIKit CoreServices
END_JUCE_MODULE_DECLARATION