diff --git a/ios/WordLoop/WordLoop.xcodeproj/project.pbxproj b/ios/WordLoop/WordLoop.xcodeproj/project.pbxproj index d5894a1..fdaf848 100644 --- a/ios/WordLoop/WordLoop.xcodeproj/project.pbxproj +++ b/ios/WordLoop/WordLoop.xcodeproj/project.pbxproj @@ -12,9 +12,9 @@ A10000010000000000000003 /* ServerEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000003 /* ServerEnvironment.swift */; }; A10000010000000000000004 /* ServerGatewayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000004 /* ServerGatewayView.swift */; }; A10000010000000000000005 /* WordLoopWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000005 /* WordLoopWebView.swift */; }; - A10000010000000000000009 /* BundleWebSchemeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000009 /* BundleWebSchemeHandler.swift */; }; A10000010000000000000006 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000006 /* Assets.xcassets */; }; A10000010000000000000008 /* www in Resources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000008 /* www */; }; + A10000010000000000000009 /* BundleWebSchemeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000009 /* BundleWebSchemeHandler.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -49,14 +49,6 @@ ); sourceTree = ""; }; - A10000050000000000000006 /* Services */ = { - isa = PBXGroup; - children = ( - A10000020000000000000009 /* BundleWebSchemeHandler.swift */, - ); - path = Services; - sourceTree = ""; - }; A10000050000000000000002 /* WordLoop */ = { isa = PBXGroup; children = ( @@ -97,6 +89,14 @@ path = Views; sourceTree = ""; }; + A10000050000000000000006 /* Services */ = { + isa = PBXGroup; + children = ( + A10000020000000000000009 /* BundleWebSchemeHandler.swift */, + ); + path = Services; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -346,6 +346,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 16.2; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -374,6 +375,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 16.2; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/ios/WordLoop/WordLoop/Views/ServerGatewayView.swift b/ios/WordLoop/WordLoop/Views/ServerGatewayView.swift index b722806..4d7b4f7 100644 --- a/ios/WordLoop/WordLoop/Views/ServerGatewayView.swift +++ b/ios/WordLoop/WordLoop/Views/ServerGatewayView.swift @@ -77,7 +77,7 @@ struct ServerBottomBar: View { } } .pickerStyle(.segmented) - .onChange(of: environment) { _, _ in + .onChange(of: environment) { _ in validationMessage = nil applyServerChange() }