From f05ce6d80821e9bed2a1403e07bc3933dc633e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophanee=20Mayaud?= Date: Sat, 6 Jan 2024 23:35:59 +0100 Subject: [PATCH] chore(appstore): add config to declare no use of encryption for apple app store upload --- QtProject/release-build/macos/Info.plist | 1 + 1 file changed, 1 insertion(+) diff --git a/QtProject/release-build/macos/Info.plist b/QtProject/release-build/macos/Info.plist index a6f0a0c..78cbf6d 100644 --- a/QtProject/release-build/macos/Info.plist +++ b/QtProject/release-build/macos/Info.plist @@ -32,5 +32,6 @@ The app uses Apple Photos, to help you identify duplicates within you library. NSPhotoLibraryAddUsageDescription The app writes to Apple Photos, to help you identify duplicates within you library. + ITSAppUsesNonExemptEncryption \ No newline at end of file