Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
9059eda108
commit
afa30f83c5
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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)")
|
||||
}
|
||||
}
|
||||
|
||||
@ -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" : {
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user