From afa30f83c5dd441d74e0679acf35400eb302b426 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 14 Feb 2026 15:31:42 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- .../xcschemes/xcschememanagement.plist | 6 +++--- .../Assets.xcassets/LaunchBackground.colorset/Contents.json | 6 +++--- BusinessCard/Configuration/AppIdentifiers.swift | 2 +- BusinessCard/Resources/Localizable.xcstrings | 4 ++++ 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/BusinessCard.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist b/BusinessCard.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist index f828abe..9b29961 100644 --- a/BusinessCard.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/BusinessCard.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,17 +7,17 @@ BusinessCard.xcscheme_^#shared#^_ orderHint - 3 + 2 BusinessCardClip.xcscheme_^#shared#^_ orderHint - 1 + 0 BusinessCardWatch Watch App.xcscheme_^#shared#^_ orderHint - 2 + 1 SuppressBuildableAutocreation diff --git a/BusinessCard/Assets.xcassets/LaunchBackground.colorset/Contents.json b/BusinessCard/Assets.xcassets/LaunchBackground.colorset/Contents.json index d110017..d51f6f3 100644 --- a/BusinessCard/Assets.xcassets/LaunchBackground.colorset/Contents.json +++ b/BusinessCard/Assets.xcassets/LaunchBackground.colorset/Contents.json @@ -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" diff --git a/BusinessCard/Configuration/AppIdentifiers.swift b/BusinessCard/Configuration/AppIdentifiers.swift index ad6ebe3..12aac1d 100644 --- a/BusinessCard/Configuration/AppIdentifiers.swift +++ b/BusinessCard/Configuration/AppIdentifiers.swift @@ -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)") } } diff --git a/BusinessCard/Resources/Localizable.xcstrings b/BusinessCard/Resources/Localizable.xcstrings index 016d08e..c3fa779 100644 --- a/BusinessCard/Resources/Localizable.xcstrings +++ b/BusinessCard/Resources/Localizable.xcstrings @@ -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" : { },