From 86e296f3b194979de41715ddffe8af262c23c4ba Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 11:52:21 +0100 Subject: Use recommended settings --- Map/Map.entitlements | 6 ------ Map/Presentation/Base Components/MapRender/MapGroups.swift | 1 - 2 files changed, 7 deletions(-) (limited to 'Map') diff --git a/Map/Map.entitlements b/Map/Map.entitlements index 91680ad..2c5f59f 100644 --- a/Map/Map.entitlements +++ b/Map/Map.entitlements @@ -2,16 +2,10 @@ - com.apple.security.app-sandbox - com.apple.security.application-groups group.systems.tranquil.Map - com.apple.security.files.user-selected.read-write - - com.apple.security.network.client - com.apple.security.temporary-exception.mach-lookup.global-name $(PRODUCT_BUNDLE_IDENTIFIER)-spks diff --git a/Map/Presentation/Base Components/MapRender/MapGroups.swift b/Map/Presentation/Base Components/MapRender/MapGroups.swift index 8676f1a..bee94b9 100644 --- a/Map/Presentation/Base Components/MapRender/MapGroups.swift +++ b/Map/Presentation/Base Components/MapRender/MapGroups.swift @@ -12,7 +12,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see https://map.tranquil.systems. -import ConcaveHull import SwiftUI struct MapGroups: View { -- cgit