Flexa 1.0.7
- Flexa version bumped to 1.0.7 and adopted - Changelog updated - What's new updated
This commit is contained in:
parent
63e95761d1
commit
6aa8a93f9b
|
@ -9,6 +9,7 @@ directly impact users rather than highlighting other crucial architectural updat
|
|||
### Added
|
||||
- Integration screen informs users of partner policies that are applied.
|
||||
- Error screen for the keychain failures.
|
||||
- Flexa integrated into Zashi, users can pay with ZEC for Flexa codes.
|
||||
|
||||
## 1.2.3 build 3 (2024-11-19)
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ let package = Package(
|
|||
.package(url: "https://github.com/zcash-hackworks/MnemonicSwift", from: "2.2.4"),
|
||||
.package(url: "https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk", from: "2.2.7"),
|
||||
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.27.0"),
|
||||
.package(url: "https://github.com/flexa/flexa-ios.git", from: "1.0.6"),
|
||||
.package(url: "https://github.com/flexa/flexa-ios.git", from: "1.0.7"),
|
||||
.package(url: "https://github.com/pacu/zcash-swift-payment-uri", from: "0.1.0-beta.9"),
|
||||
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.5.0")
|
||||
],
|
||||
|
|
|
@ -15,7 +15,7 @@ public struct FeatureFlags: Equatable {
|
|||
public init(
|
||||
addUAtoMemo: Bool = false,
|
||||
appLaunchBiometric: Bool = true,
|
||||
flexa: Bool = false,
|
||||
flexa: Bool = true,
|
||||
selectText: Bool = true,
|
||||
sendingScreen: Bool = true
|
||||
) {
|
||||
|
|
|
@ -2232,7 +2232,7 @@
|
|||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = "secant-distrib.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
|
@ -2245,7 +2245,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.2.3;
|
||||
MARKETING_VERSION = 1.2.4;
|
||||
OTHER_SWIFT_FLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-mainnet";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
@ -2273,7 +2273,7 @@
|
|||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = "secant-distrib.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -2285,7 +2285,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.2.3;
|
||||
MARKETING_VERSION = 1.2.4;
|
||||
OTHER_SWIFT_FLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-mainnet";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
@ -2474,7 +2474,7 @@
|
|||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = "secant-distrib.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -2486,7 +2486,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.2.3;
|
||||
MARKETING_VERSION = 1.2.4;
|
||||
OTHER_SWIFT_FLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-mainnet";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/flexa/flexa-ios.git",
|
||||
"state" : {
|
||||
"revision" : "ee5e67380ba402e84f34eaf4299484419938cfbc",
|
||||
"version" : "1.0.6"
|
||||
"revision" : "746135db93da03605628380d86000d22b5bcbbfa",
|
||||
"version" : "1.0.7"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,5 +1,20 @@
|
|||
{
|
||||
"releases": [
|
||||
{
|
||||
"version": "1.2.4",
|
||||
"date": "11-25-2024",
|
||||
"timestamp": 1732369942,
|
||||
"sections": [
|
||||
{
|
||||
"title": "Added:",
|
||||
"bulletpoints": [
|
||||
"It is finally here! Flexa integration at your service!",
|
||||
"Pay with Flexa at supported merchants in the US, Canada, and El Salvador.",
|
||||
"It's waiting for you in Zashi Settings."
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.2.3",
|
||||
"date": "11-18-2024",
|
||||
|
|
|
@ -1,5 +1,20 @@
|
|||
{
|
||||
"releases": [
|
||||
{
|
||||
"version": "1.2.4",
|
||||
"date": "11-25-2024",
|
||||
"timestamp": 1732369942,
|
||||
"sections": [
|
||||
{
|
||||
"title": "Agregado:",
|
||||
"bulletpoints": [
|
||||
"¡Finalmente está aquí! ¡La integración de Flexa a tu servicio!",
|
||||
"Paga con Flexa en comercios compatibles en Estados Unidos, Canadá y El Salvador.",
|
||||
"Te está esperando en la configuración de Zashi."
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.2.3",
|
||||
"date": "11-18-2024",
|
||||
|
|
Loading…
Reference in New Issue