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:
parent
b196855b37
commit
7c46c45dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
dependencies: juce_graphics juce_data_structures
|
||||
OSXFrameworks: Cocoa Carbon QuartzCore
|
||||
iOSFrameworks: UIKit MobileCoreServices
|
||||
iOSFrameworks: UIKit CoreServices
|
||||
|
||||
END_JUCE_MODULE_DECLARATION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue