parent
2ec00beeef
commit
4a0153851f
|
@ -1,4 +1,10 @@
|
|||
# Changelog
|
||||
## 0.0.1 build 35
|
||||
- [#409] Rewrite LocalAuthenticationHandler so it supports new concurrency (#410)
|
||||
- [#224] [Scaffold] Balance Breakdown (#412)
|
||||
- [#408] Reduce dependency on TCA in the dependencies (#413)
|
||||
- [#404] Update to ComposableArchitecture 0.39.0 (#406)
|
||||
- [#146] [UI Component] multiple line textfield (#400)
|
||||
## 0.0.1 build 34
|
||||
- [#75] [Scaffold] Settings Screen (#398)
|
||||
- [#394] adopt ZcashLightClientKit 0.16.x-beta (#397)
|
||||
|
|
|
@ -1911,7 +1911,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 34;
|
||||
CURRENT_PROJECT_VERSION = 35;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -1936,7 +1936,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 34;
|
||||
CURRENT_PROJECT_VERSION = 35;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
|
Loading…
Reference in New Issue