From 9b1ded46f86400cc9cb25f863b8fefe26c2eb3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Th=C3=B6ming?= Date: Sun, 2 Nov 2025 23:30:02 +0100 Subject: [PATCH] update --- app.json | 7 +++++-- app/(tabs)/index.tsx | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 040edba..f3cc4c5 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "FLTR", "slug": "fltr-app", - "version": "1.0.1", + "version": "1.0.2", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "fltrapp", @@ -10,7 +10,10 @@ "newArchEnabled": true, "ios": { "supportsTablet": true, - "bundleIdentifier": "de.berg-autosoft.fltr" + "bundleIdentifier": "de.berg-autosoft.fltr", + "infoPlist": { + "ITSAppUsesNonExemptEncryption": false + } }, "android": { "adaptiveIcon": { diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index fd30111..9d31683 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -119,7 +119,6 @@ export default function HomeScreen() { { - haptikFeedback(); router.push("/legal"); }} style={{