aboutsummaryrefslogtreecommitdiff
path: root/Map
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 11:52:21 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-16 22:42:52 +0100
commit86e296f3b194979de41715ddffe8af262c23c4ba (patch)
treec94d5f1c0b76be1224f8ac9b4dad791e3ef11d40 /Map
parentfa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c (diff)
Use recommended settings
Diffstat (limited to 'Map')
-rw-r--r--Map/Map.entitlements6
-rw-r--r--Map/Presentation/Base Components/MapRender/MapGroups.swift1
2 files changed, 0 insertions, 7 deletions
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 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>com.apple.security.app-sandbox</key>
- <true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.systems.tranquil.Map</string>
</array>
- <key>com.apple.security.files.user-selected.read-write</key>
- <true/>
- <key>com.apple.security.network.client</key>
- <true/>
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string>
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 {