From 81105d3125dee7ce77723596a7340008de176d84 Mon Sep 17 00:00:00 2001 From: Tyler Whitman Date: Mon, 28 Oct 2024 14:20:31 -0700 Subject: [PATCH] ios build fixes --- ios/Helium/Info.plist | 2 ++ package.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ios/Helium/Info.plist b/ios/Helium/Info.plist index 4caaa34f..5da9f4b0 100644 --- a/ios/Helium/Info.plist +++ b/ios/Helium/Info.plist @@ -2,6 +2,8 @@ + ITSAppUsesNonExemptEncryption + CFBundleDevelopmentRegion en CFBundleDisplayName diff --git a/package.json b/package.json index 06bb122d..d2b4269f 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ "BluetoothPeripheral", "LocationAccuracy", "LocationAlways", - "LocationWhenInUse", - "Notifications" + "LocationWhenInUse" ], "dependencies": { "@gorhom/bottom-sheet": "^4.6.4",