Add comment why GCM is excluded for iOS

This commit is contained in:
Richard Huveneers 2023-06-11 10:42:57 +02:00 committed by Nathan Moinvaziri
parent ca8181db55
commit 76daa9956f

View File

@ -20,6 +20,7 @@
/***************************************************************************/
/* Avoid use of private API for iOS, Apple does not allow it on App Store. Zip format doesn't need GCM. */
#if !TARGET_OS_IPHONE
enum {
kCCModeGCM = 11,