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

FileChooser: Fix deprecation warnings for iOS 14

This commit is contained in:
reuk 2024-10-27 16:50:26 +00:00
parent a901b55b0b
commit a4ba0c1b1c
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
8 changed files with 136 additions and 38 deletions

View file

@ -79,6 +79,7 @@
#import <UserNotifications/UserNotifications.h>
#endif
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
#import <MetalKit/MetalKit.h>
#import <UIKit/UIActivityViewController.h>