diff options
Diffstat (limited to 'Map')
| -rw-r--r-- | Map/Map.entitlements | 6 | ||||
| -rw-r--r-- | Map/Presentation/Base Components/MapRender/MapGroups.swift | 1 |
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 { |