diff --git a/Alfie/Alfie.xcodeproj/project.pbxproj b/Alfie/Alfie.xcodeproj/project.pbxproj index 34c5735d..d89696fc 100644 --- a/Alfie/Alfie.xcodeproj/project.pbxproj +++ b/Alfie/Alfie.xcodeproj/project.pbxproj @@ -544,8 +544,10 @@ GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Alfie/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Alfie; + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; INFOPLIST_KEY_UIRequiresFullScreen = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UIUserInterfaceStyle = Light; @@ -581,8 +583,10 @@ GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Alfie/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Alfie; + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; INFOPLIST_KEY_UIRequiresFullScreen = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UIUserInterfaceStyle = Light; diff --git a/Alfie/Alfie/Info.plist b/Alfie/Alfie/Info.plist index 1a84e443..4977863c 100644 --- a/Alfie/Alfie/Info.plist +++ b/Alfie/Alfie/Info.plist @@ -19,15 +19,11 @@ - ITSAppUsesNonExemptEncryption - UIBackgroundModes fetch processing remote-notification - UILaunchStoryboardName - LaunchScreen.storyboard diff --git a/Alfie/AlfieKit/Sources/AppFeature/Navigation/RootTabView.swift b/Alfie/AlfieKit/Sources/AppFeature/Navigation/RootTabView.swift index 9688872a..2a61a28e 100644 --- a/Alfie/AlfieKit/Sources/AppFeature/Navigation/RootTabView.swift +++ b/Alfie/AlfieKit/Sources/AppFeature/Navigation/RootTabView.swift @@ -39,6 +39,7 @@ public struct RootTabView: View { .environment(\.tabBarSize, tabBarSize) } } + .toolbar(.hidden, for: .tabBar) } .accentColor(Colors.primary.black) .padding(.bottom, Spacing.space150)