bumped version and removed debug login

This commit is contained in:
Ilyas Hallak 2025-07-18 13:38:30 +02:00
parent 07384215eb
commit c52d974b05
2 changed files with 2 additions and 11 deletions

View File

@ -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;

View File

@ -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: {