[object Object]

← back to Beverlyhillsvideos App

app: add export-compliance flag (ITSAppUsesNonExemptEncryption=false); clean buildNumber for remote version source

77159d6ab6c82db1a28f435ddb56799cd1df8242 · 2026-08-06 08:29:47 -0700 · Steve

Files touched

Diff

commit 77159d6ab6c82db1a28f435ddb56799cd1df8242
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Aug 6 08:29:47 2026 -0700

    app: add export-compliance flag (ITSAppUsesNonExemptEncryption=false); clean buildNumber for remote version source
---
 app.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.json b/app.json
index e0345be..e3c2613 100644
--- a/app.json
+++ b/app.json
@@ -12,12 +12,12 @@
     "ios": {
       "supportsTablet": true,
       "bundleIdentifier": "com.abrams.beverlyhillsvideos",
-      "buildNumber": "1",
       "infoPlist": {
         "NSLocationWhenInUseUsageDescription": "Show nearby Beverly Hills restaurants on the map.",
         "NSAppTransportSecurity": {
           "NSAllowsArbitraryLoads": true
-        }
+        },
+        "ITSAppUsesNonExemptEncryption": false
       }
     },
     "android": {

← a293561 app: link EAS project (@agentabrams/beverlyhillsvideos), ads  ·  back to Beverlyhillsvideos App  ·  app: fix EAS install — add .npmrc legacy-peer-deps + resync eb7b6b9 →