We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99c36c commit 413e2e9Copy full SHA for 413e2e9
1 file changed
DoomCoder/ConfigureSettingsPane.swift
@@ -152,7 +152,7 @@ struct ConfigureSettingsPane: View {
152
/// App Store landing page for the DoomCoder Companion iOS app.
153
/// Falls back to a search URL until the App Store ID is locked in.
154
private static let companionAppStoreURL =
155
- "https://apps.apple.com/app/doomcoder-companion/id0000000000"
+ "https://apps.apple.com/app/doomcoder-companion/id6772514212"
156
private static let companionHelpURL =
157
"https://github.com/katipally/Doom-Coder#iphone--ipad-companion"
158
0 commit comments