05/16 Update codes, icon, etc

This commit is contained in:
Nguyen Ngo
2026-05-16 12:40:32 -04:00
parent 0cc5804b6e
commit 4c7ddede82
7 changed files with 12 additions and 44 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ struct LoginView: View {
Spacer()
// App Version
Text("JanitorialQC Inspector · Phase A")
Text("JanitorialQC Inspector")
.font(.caption2)
.foregroundStyle(.tertiary)
.padding(.bottom, 24)
@@ -1042,7 +1042,7 @@ struct SettingsView: View {
}
Section("App Info") {
LabeledContent("Version", value: "Phase C")
LabeledContent("Version", value: "\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "1.0") (\(Bundle.main.infoDictionary?["CFBundleVersion"] as? String ?? "1"))")
LabeledContent("Server", value: Constants.baseURL)
}
}