Merge branch 'zcash:main' into 165_wallet_import_screen
This commit is contained in:
commit
df0006c2bd
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
# 0.0.1 Build 15
|
||||
- Issue #163: Recovery Phrase validation feedback
|
||||
- Issue #138: Enhancements to Onboarding Flows
|
||||
- Issue #158: M1 macs have problems with Swiftlint
|
||||
- PR #164: Typos Fix in Documentation and code
|
||||
- Issue #159: Enhancement of the index clamping property wrapper
|
||||
- Issue #44: Recovery Phrase Validation flow + tests
|
||||
|
||||
--------
|
||||
- Added SwiftGen templates for generating asset helper files.
|
||||
|
||||
- Added Code Review Guides, Changelog, pull request and issue templates, SwiftLint Rules
|
||||
|
||||
|
|
|
@ -1268,7 +1268,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 15;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
|
@ -1292,7 +1292,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 15;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
|
|
Loading…
Reference in New Issue