From 77b6c764c3af588ab897d771e6ea7302921b375c Mon Sep 17 00:00:00 2001 From: Artur Savitskiy Date: Wed, 5 Jun 2024 09:13:42 +0200 Subject: [PATCH] Debug for SSL --- Befund.xcodeproj/project.pbxproj | 4 ++-- Befund/Controllers/ScannerController.swift | 1 - Befund/Core/Https/Servers.swift | 2 +- Befund/Core/Models/Labor.swift | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Befund.xcodeproj/project.pbxproj b/Befund.xcodeproj/project.pbxproj index c8a7913..5589743 100644 --- a/Befund.xcodeproj/project.pbxproj +++ b/Befund.xcodeproj/project.pbxproj @@ -928,7 +928,7 @@ CODE_SIGN_IDENTITY = "Apple Development: Artur Savitskiy (J576JNSQ97)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Limetec Biotechnologies GmbH (W86CN3N7WD)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = W86CN3N7WD; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W86CN3N7WD; GENERATE_INFOPLIST_FILE = YES; @@ -969,7 +969,7 @@ CODE_SIGN_IDENTITY = "Apple Development: Artur Savitskiy (J576JNSQ97)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Limetec Biotechnologies GmbH (W86CN3N7WD)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = W86CN3N7WD; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W86CN3N7WD; GENERATE_INFOPLIST_FILE = YES; diff --git a/Befund/Controllers/ScannerController.swift b/Befund/Controllers/ScannerController.swift index af18ab8..b10e90c 100644 --- a/Befund/Controllers/ScannerController.swift +++ b/Befund/Controllers/ScannerController.swift @@ -185,7 +185,6 @@ class ScannerViewController: UIViewController, AVCaptureMetadataOutputObjectsDel { self.found(code: "befund://labor?id=DEVELOPMENT") } - //self.found(code: "befund://labor?id=LABOR_MOENCHENGLADBACH") #endif if (!laborIsSelected) { diff --git a/Befund/Core/Https/Servers.swift b/Befund/Core/Https/Servers.swift index ec0f8d7..258bf56 100644 --- a/Befund/Core/Https/Servers.swift +++ b/Befund/Core/Https/Servers.swift @@ -18,7 +18,7 @@ extension Core.Https /** * HOST´s of productive outside services */ - case LIS_SIMULATOR = "pba-simulator.patientenbefundapp.labor-limbach-hannover.de:8443" + case LIS_SIMULATOR = "10.200.200.102" case LABOR_HEIDELBERG = "patientenbefundapp.labor-limbach.de" case LABOR_LUDWIGSBURG = "patientenbefundapp.mvz-labor-lb.de" case LABOR_ULM = "patientenbefundapp.humangenetik-ulm.de" diff --git a/Befund/Core/Models/Labor.swift b/Befund/Core/Models/Labor.swift index 2d84db6..1c1bb25 100644 --- a/Befund/Core/Models/Labor.swift +++ b/Befund/Core/Models/Labor.swift @@ -62,7 +62,7 @@ extension Core.Models lis_simulator.city = "Testort"; lis_simulator.zip = "77777"; lis_simulator.tel = "+49 77 123 456"; - lis_simulator.web = "pba-simulator.patientenbefundapp.labor-limbach-hannover.de"; + lis_simulator.web = "10.200.200.102"; lis_simulator.logo = UIImage(named: "labor_hannover") lis_simulator.host = .LIS_SIMULATOR; Labors.append(lis_simulator);