diff --git a/InfiniLink.xcodeproj/project.pbxproj b/InfiniLink.xcodeproj/project.pbxproj
index c7af807..faca0be 100644
--- a/InfiniLink.xcodeproj/project.pbxproj
+++ b/InfiniLink.xcodeproj/project.pbxproj
@@ -1058,11 +1058,8 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- SUPPORTS_MACCATALYST = YES;
- SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
+ TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
@@ -1090,11 +1087,8 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- SUPPORTS_MACCATALYST = YES;
- SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
+ TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
diff --git a/InfiniLink/ContentView.swift b/InfiniLink/ContentView.swift
index 76c809f..54de5e7 100644
--- a/InfiniLink/ContentView.swift
+++ b/InfiniLink/ContentView.swift
@@ -58,7 +58,6 @@ struct ContentView: View {
Settings_Page()
}
}
- .navigationViewStyle(.stack)
tabBar
}
.alert(isPresented: $showDisconnectConfDialog) {
diff --git a/InfiniLink/InfiniLink.entitlements b/InfiniLink/InfiniLink.entitlements
index e0a2b80..dab226c 100644
--- a/InfiniLink/InfiniLink.entitlements
+++ b/InfiniLink/InfiniLink.entitlements
@@ -8,13 +8,5 @@
com.apple.developer.healthkit.background-delivery
- com.apple.security.app-sandbox
-
- com.apple.security.device.bluetooth
-
- com.apple.security.network.client
-
- com.apple.security.personal-information.location
-