Add Alby Go to mobile wallets selection
Changelog-Added: Added Alby Go to mobile wallets selection menu Signed-off-by: Tomek K <itstomekk@getalby.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
282bf80daa
commit
e106be1412
12
damus/Assets.xcassets/alby-go.imageset/Contents.json
vendored
Normal file
12
damus/Assets.xcassets/alby-go.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "alby-go.png",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
damus/Assets.xcassets/alby-go.imageset/alby-go.png
vendored
Normal file
BIN
damus/Assets.xcassets/alby-go.imageset/alby-go.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -48,6 +48,8 @@
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>river</string>
|
||||
<string>alby</string>
|
||||
<string>albygo</string>
|
||||
<string>bitcoinbeach</string>
|
||||
<string>breez</string>
|
||||
<string>muun</string>
|
||||
|
||||
@@ -46,6 +46,7 @@ enum Wallet: String, CaseIterable, Identifiable, StringCodable {
|
||||
case bitcoinbeach
|
||||
case blixtwallet
|
||||
case river
|
||||
case albygo
|
||||
|
||||
var model: Model {
|
||||
switch self {
|
||||
@@ -90,6 +91,9 @@ enum Wallet: String, CaseIterable, Identifiable, StringCodable {
|
||||
case .river:
|
||||
return .init(index: 12, tag: "river", displayName: "River", link: "river://",
|
||||
appStoreLink: "https://apps.apple.com/us/app/river-buy-mine-bitcoin/id1536176542", image: "river")
|
||||
case .albygo:
|
||||
return .init(index: 13, tag: "albygo", displayName: "Alby Go", link: "alby:",
|
||||
appStoreLink: "https://apps.apple.com/us/app/alby-go/id6471335774", image: "alby-go")
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,6 +90,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co
|
||||
/* Dropdown option label for Lightning wallet, Blixt Wallet */
|
||||
"Blixt Wallet" = "Blixt Wallet";
|
||||
|
||||
/* Dropdown option label for Lightning wallet, Alby Go */
|
||||
"Alby Go" = "Alby Go";
|
||||
|
||||
/* Alert button to block a user.
|
||||
Button to block a profile.
|
||||
Context menu option for blocking users. */
|
||||
|
||||
Reference in New Issue
Block a user