From 7c46c45dcddaf1798d0eb616cb70485bdb256532 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 14 Aug 2020 11:50:37 +0100 Subject: [PATCH] iOS: Fixed a warning about MobileCoreServices framework being replaced by CoreServices --- modules/juce_gui_basics/juce_gui_basics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/juce_gui_basics.h b/modules/juce_gui_basics/juce_gui_basics.h index c35edc480d..cd2197ce95 100644 --- a/modules/juce_gui_basics/juce_gui_basics.h +++ b/modules/juce_gui_basics/juce_gui_basics.h @@ -43,7 +43,7 @@ dependencies: juce_graphics juce_data_structures OSXFrameworks: Cocoa Carbon QuartzCore - iOSFrameworks: UIKit MobileCoreServices + iOSFrameworks: UIKit CoreServices END_JUCE_MODULE_DECLARATION