taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit af55ce6ca58dac792823a6d2161b73cdc53fd485
parent 4ad4e1ff8691a250eb850b7b785ee76c4715321e
Author: Marc Stibane <marc@taler.net>
Date:   Tue,  7 Jul 2026 17:49:18 +0200

icons

Diffstat:
MTalerWallet1/Controllers/PublicConstants.swift | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/TalerWallet1/Controllers/PublicConstants.swift b/TalerWallet1/Controllers/PublicConstants.swift @@ -100,6 +100,10 @@ public let SYSTEM_WITHDRAWAL5 = "arrowshape.down" // 􁾬 􁾭 public let FALLBACK_WITHDRAWAL = "arrow.down" // 􀄩 1.0 (iOS 13) no fill variant! // "arrow.down.to.line" // 􀅀 1.0 (iOS 13) +public let ICONNAME_BANK = "building.columns" // 􀤨 􀤩 2.0 (iOS 14) +public let ICONNAME_PERSON_SMALL = "person.small" // 􀉩 􀉪 +public let ICONNAME_PERSON_BOTTOM = "person.bottom" // 􀉩 􀉪 + public let ICONNAME_DEPOSIT = "taler.deposit" // 􁾨 􁾩 public let SYSTEM_DEPOSIT5 = "arrowshape.up" // 􁾨 􁾩 5.0 (iOS 17) public let FALLBACK_DEPOSIT = "arrow.up" // 􀄨 1.0 (iOS 13) no fill variant! @@ -115,6 +119,9 @@ public let SYSTEM_INCOMING4 = "arrowshape.backward" // 􁉈 􁉅 public let FALLBACK_INCOMING = "arrow.backward" // 􀰌 2.0 (iOS 14) no fill variant! // "arrow.backward.to.line" // 􁂊 3.0 (iOS 15) +public let ICONNAME_PERSON_LEFT = "person.left" // 􁒃 +public let ICONNAME_PERSON_RIGHT = "person.right" // 􁒄 + public let ICONNAME_OUTGOING = "taler.outgoing" // 􁉆 􁉇 public let SYSTEM_OUTGOING4 = "arrowshape.forward" // 􁉆 􁉇 4.0 (iOS 16) public let FALLBACK_OUTGOING = "arrow.forward" // 􀰑 2.0 (iOS 14) no fill variant!