From 73f53d8ef0690f9c2e2fcce57eea14a42287d6da Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 15 Mar 2025 10:41:02 -0500 Subject: [PATCH] updated to 17.6 Signed-off-by: Matt Bruce --- EmployeeDirectory-Observed.xcodeproj/project.pbxproj | 2 ++ EmployeeDirectory-Observed/ContentView.swift | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmployeeDirectory-Observed.xcodeproj/project.pbxproj b/EmployeeDirectory-Observed.xcodeproj/project.pbxproj index b4500ed..935c18a 100644 --- a/EmployeeDirectory-Observed.xcodeproj/project.pbxproj +++ b/EmployeeDirectory-Observed.xcodeproj/project.pbxproj @@ -260,6 +260,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 17.6; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -289,6 +290,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 17.6; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/EmployeeDirectory-Observed/ContentView.swift b/EmployeeDirectory-Observed/ContentView.swift index e7623a5..ab1e4c9 100644 --- a/EmployeeDirectory-Observed/ContentView.swift +++ b/EmployeeDirectory-Observed/ContentView.swift @@ -7,8 +7,6 @@ import SwiftUI - - struct ContentView: View { let service: EmployeeDirectoryService var body: some View {