GitToTheHub commented on code in PR #937: URL: https://github.com/apache/cordova-plugin-camera/pull/937#discussion_r2594899753
########## src/ios/CDVCamera.h: ########## @@ -21,6 +21,7 @@ #import <CoreLocation/CoreLocation.h> #import <CoreLocation/CLLocationManager.h> #import <Cordova/CDVPlugin.h> +#import <PhotosUI/PhotosUI.h> Review Comment: PhotosUI.h is available since iOS 8, but since we are using it currently only for PHPicker, I added the condition in the last commit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
