mirror of
https://github.com/lil-org/wallet.git
synced 2025-01-04 10:37:19 +03:00
Fix copy
This commit is contained in:
parent
ab1578f8e7
commit
0319996fa2
@ -82,7 +82,7 @@ struct Strings {
|
||||
static let multicoinWallet = "Multicoin Wallet"
|
||||
static let privateKeyWallets = "Private Key Wallets"
|
||||
static let editAccounts = "Edit accounts"
|
||||
static let removingTheLastAccount = "Removing the last account removes a wallet as well"
|
||||
static let removingTheLastAccount = "Removing the last account removes the wallet as well"
|
||||
static let selectNetworkOptionally = "Select network (optionally)"
|
||||
static let isSelected = "Selected"
|
||||
static let data = "Data"
|
||||
|
@ -1607,8 +1607,8 @@
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||
CODE_SIGN_ENTITLEMENTS = "Safari macOS/Safari.entitlements";
|
||||
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 52;
|
||||
DEVELOPMENT_TEAM = XWNXDSM6BU;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@ -1629,7 +1629,7 @@
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = mac.tokenary.io.Safari;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "tokenary safari macos";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_VERSION = 5.0;
|
||||
@ -1787,8 +1787,8 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = "Tokenary macOS/Supporting Files/Tokenary.entitlements";
|
||||
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 52;
|
||||
DEVELOPMENT_TEAM = XWNXDSM6BU;
|
||||
@ -1802,7 +1802,7 @@
|
||||
MARKETING_VERSION = 2.0.9;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = mac.tokenary.io;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "tokenary macos";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_VERSION = 5.0;
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
Reference in New Issue
Block a user