Build/0.0.1 25 (#332)
* [#331] Update Secant ZcashLightClientKit 0.14.0-beta * [#299] Changelog and version bump for 0.0.1-25
This commit is contained in:
parent
c40b9660e3
commit
9bed9d5927
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,17 +1,28 @@
|
|||
# Changelog
|
||||
|
||||
## 0.0.1 build 25
|
||||
- [#180] Project Structure & TCA Code Consistency Document (#314)
|
||||
This is a huge refactor in the project structure. Please see related
|
||||
issue for more details.
|
||||
- [#300] Use .live pasteboard on live views of the app. (#320)
|
||||
- [#319] Update TCA to 0.35.0 (#326)
|
||||
- [#285] Advanced Routing: setting a route may vary depending on the originating context (#325)
|
||||
- [#106] [Scaffold] Scan QR Screen (#321)
|
||||
- [#301] Import Wallet does not have a Birthday input field (#328)
|
||||
- [#331] Update Secant ZcashLightClientKit 0.14.0-beta
|
||||
|
||||
## 0.0.1 build 24
|
||||
[#294] Send Screen - amount + address fields (#308)
|
||||
- [#294] Send Screen - amount + address fields (#308)
|
||||
## 0.0.1 build 23
|
||||
[#287] updated changelog with issues that fixed the broken build (#309)
|
||||
[#306] [#215] Swiftlint and other warnings + build errors (#307)
|
||||
[#287] CHANGELOG and build number bump for 0.0.1-23 (#305)
|
||||
[#302] Synchronizer status on Home Screen (#304)
|
||||
[#212] Wrapped user defaults (#298)
|
||||
[#80] Scaffold - Send functionality (#297)
|
||||
[#295] Update "Commit Messages" section of CONTRIBUTING.md (#296)
|
||||
[#293] first draft of history of transactions (#293)
|
||||
[#284]: (Non)scrollable Transactions list based on Drawer
|
||||
- [#287] updated changelog with issues that fixed the broken build (#309)
|
||||
- [#306] [#215] Swiftlint and other warnings + build errors (#307)
|
||||
- [#287] CHANGELOG and build number bump for 0.0.1-23 (#305)
|
||||
- [#302] Synchronizer status on Home Screen (#304)
|
||||
- [#212] Wrapped user defaults (#298)
|
||||
- [#80] Scaffold - Send functionality (#297)
|
||||
- [#295] Update "Commit Messages" section of CONTRIBUTING.md (#296)
|
||||
- [#293] first draft of history of transactions (#293)
|
||||
- [#284]: (Non)scrollable Transactions list based on Drawer
|
||||
|
||||
## 0.0.1 build 21
|
||||
- [#258]: User can take the backup test successfully more than once (#282)\
|
||||
|
|
|
@ -1566,7 +1566,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 24;
|
||||
CURRENT_PROJECT_VERSION = 25;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -1591,7 +1591,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 24;
|
||||
CURRENT_PROJECT_VERSION = 25;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = RLPRR8CPQG;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -1752,8 +1752,8 @@
|
|||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/zcash/ZcashLightClientKit";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = b4fbb36cd7757a656f7324f025891fdf8e8c22d6;
|
||||
kind = exactVersion;
|
||||
version = "0.14.0-beta";
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
|
|
@ -167,8 +167,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi.git",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "8d4cff1ac9afccd7d7b6c4317dfe5e30c5c5bb42"
|
||||
"revision" : "b7e8a2abab84c44046b4afe4ee4522a0fa2fcc7f",
|
||||
"version" : "0.0.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -176,7 +176,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/zcash/ZcashLightClientKit",
|
||||
"state" : {
|
||||
"revision" : "b4fbb36cd7757a656f7324f025891fdf8e8c22d6"
|
||||
"revision" : "74f3ae20f26748e162c051e5fa343c71febc4294",
|
||||
"version" : "0.14.0-beta"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Scan zAddress Qr Codes</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Scan zAddress Qr Codes</string>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>Zboto.otf</string>
|
||||
|
|
Loading…
Reference in New Issue