Skip to content

Commit

Permalink
Switch to Bundle.name everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Feb 8, 2024
1 parent 5c4396d commit a5d12c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct ContentView: View {
VStack(alignment: .leading, spacing: 8) {
Text("Waiting to connect…")
.font(.title)
Text("Launch \(Bundle.main.infoDictionary![kCFBundleNameKey as String] as! String) on your Apple Vision Pro and enter this pairing code when prompted.")
Text("Launch \(Bundle.main.name) on your Apple Vision Pro and enter this pairing code when prompted.")
}
let characters = Array(pairingCode)
HStack(spacing: 20) {
Expand Down

0 comments on commit a5d12c6

Please sign in to comment.