Skip to content

Commit b0353e2

Browse files
authored
Avoid "Missing Compliance" to be answered each time
1 parent 9f6a9ca commit b0353e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"NSCameraUsageDescription": "This app uses the camera to scan text for decision-making.",
2121
"NSPhotoLibraryUsageDescription": "This app uses the photo library to select images for decision-making."
2222
},
23-
"bundleIdentifier": "me.ph7.fast-move"
23+
"bundleIdentifier": "me.ph7.fast-move",
24+
"config": {
25+
"usesNonExemptEncryption": false
26+
}
2427
},
2528
"android": {
2629
"adaptiveIcon": {

0 commit comments

Comments
 (0)