We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6a9ca commit b0353e2Copy full SHA for b0353e2
app.json
@@ -20,7 +20,10 @@
20
"NSCameraUsageDescription": "This app uses the camera to scan text for decision-making.",
21
"NSPhotoLibraryUsageDescription": "This app uses the photo library to select images for decision-making."
22
},
23
- "bundleIdentifier": "me.ph7.fast-move"
+ "bundleIdentifier": "me.ph7.fast-move",
24
+ "config": {
25
+ "usesNonExemptEncryption": false
26
+ }
27
28
"android": {
29
"adaptiveIcon": {
0 commit comments