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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 74 KiB

@@ -5,28 +5,6 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
+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)
}
}