From 2846ad65f909105db079d094bb30a1be43f4e6e7 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Thu, 10 Apr 2025 18:29:53 +0800 Subject: [PATCH] fix --- dimensionhub.xcodeproj/project.pbxproj | 4 ++-- dimensionhub/dimensionhubApp.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dimensionhub.xcodeproj/project.pbxproj b/dimensionhub.xcodeproj/project.pbxproj index cede1f9..0b6511c 100644 --- a/dimensionhub.xcodeproj/project.pbxproj +++ b/dimensionhub.xcodeproj/project.pbxproj @@ -422,7 +422,7 @@ INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; - IPHONEOS_DEPLOYMENT_TARGET = 17.6; + IPHONEOS_DEPLOYMENT_TARGET = 18.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -457,7 +457,7 @@ INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; - IPHONEOS_DEPLOYMENT_TARGET = 17.6; + IPHONEOS_DEPLOYMENT_TARGET = 18.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/dimensionhub/dimensionhubApp.swift b/dimensionhub/dimensionhubApp.swift index f2e2dc8..5b7b90b 100644 --- a/dimensionhub/dimensionhubApp.swift +++ b/dimensionhub/dimensionhubApp.swift @@ -43,8 +43,8 @@ struct dimensionhubApp: App { var body: some Scene { WindowGroup { NavigationStack(path: $appNav.path) { - IndexView() - //TestView() + //IndexView() + TestView() .navigationDestination(for: AppNavigation.Destination.self) { dest in switch dest { case .detail(id: let id):