From c52d974b05f7e8c89055affac77f8abe25226720 Mon Sep 17 00:00:00 2001 From: Ilyas Hallak Date: Fri, 18 Jul 2025 13:38:30 +0200 Subject: [PATCH] bumped version and removed debug login --- readeck.xcodeproj/project.pbxproj | 4 ++-- readeck/UI/Settings/SettingsServerView.swift | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/readeck.xcodeproj/project.pbxproj b/readeck.xcodeproj/project.pbxproj index 97e7e62..28b88fa 100644 --- a/readeck.xcodeproj/project.pbxproj +++ b/readeck.xcodeproj/project.pbxproj @@ -609,7 +609,7 @@ CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_TEAM = 8J69P655GN; ENABLE_HARDENED_RUNTIME = YES; @@ -653,7 +653,7 @@ CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_TEAM = 8J69P655GN; ENABLE_HARDENED_RUNTIME = YES; diff --git a/readeck/UI/Settings/SettingsServerView.swift b/readeck/UI/Settings/SettingsServerView.swift index 396ed75..e867c23 100644 --- a/readeck/UI/Settings/SettingsServerView.swift +++ b/readeck/UI/Settings/SettingsServerView.swift @@ -129,15 +129,6 @@ struct SettingsServerView: View { .cornerRadius(10) } .disabled(!viewModel.canLogin || viewModel.isLoading) - #if DEBUG - Button("Debug-Anmeldung") { - viewModel.username = "admin" - viewModel.password = "Diggah123" - viewModel.endpoint = "https://readeck.mnk.any64.de" - } - .font(.caption) - .foregroundColor(.secondary) - #endif } } else { Button(action: {