Skip to content

Commit

Permalink
Update AboutView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 16, 2023
1 parent 5e9e095 commit 351f81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DarockBili Watch App/Others/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ struct AboutView: View {
NavigationLink("", isActive: $isUiTestViewPresented, destination: {DebugUITestView()})
.frame(width: 0, height: 0)
Text("喵哩喵哩 v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String) Build \(Bundle.main.infoDictionary?["CFBundleVersion"] as! String)")
.accessibilityIdentifier("DebugUITestButton10")
.onTapGesture(count: 10) {
isUiTestViewPresented = true
}
Expand Down

0 comments on commit 351f81a

Please sign in to comment.