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> <key>BusinessCard.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>3</integer> <integer>2</integer>
</dict> </dict>
<key>BusinessCardClip.xcscheme_^#shared#^_</key> <key>BusinessCardClip.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>0</integer>
</dict> </dict>
<key>BusinessCardWatch Watch App.xcscheme_^#shared#^_</key> <key>BusinessCardWatch Watch App.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>2</integer> <integer>1</integer>
</dict> </dict>
</dict> </dict>
<key>SuppressBuildableAutocreation</key> <key>SuppressBuildableAutocreation</key>

View File

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

View File

@ -66,6 +66,6 @@ enum AppIdentifiers {
/// Generates an App Clip invocation URL for a shared card record. /// Generates an App Clip invocation URL for a shared card record.
static func appClipURL(recordName: String) -> URL? { 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" : { "Social Media" : {
}, },