Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-02-14 15:31:42 -06:00
parent 9059eda108
commit afa30f83c5
4 changed files with 11 additions and 7 deletions

View File

@ -7,17 +7,17 @@
<key>BusinessCard.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>2</integer>
</dict>
<key>BusinessCardClip.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>BusinessCardWatch Watch App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>1</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>

View File

@ -5,9 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.278",
"green" : "0.329",
"red" : "0.949"
"blue" : "0x46",
"green" : "0x53",
"red" : "0xF1"
}
},
"idiom" : "universal"

View File

@ -66,6 +66,6 @@ enum AppIdentifiers {
/// Generates an App Clip invocation URL for a shared card record.
static func appClipURL(recordName: String) -> URL? {
URL(string: "https://\(appClipDomain)/appclip/businesscard?id=\(recordName)")
URL(string: "https://\(appClipDomain)/bc?id=\(recordName)")
}
}

View File

@ -801,6 +801,10 @@
}
}
},
"Show first-run onboarding again on next app launch" : {
"comment" : "A description of the reset onboarding feature.",
"isCommentAutoGenerated" : true
},
"Social Media" : {
},