Skip to content

Commit

Permalink
Merge branch 'develop' into milad/19657-remove-watch-only-balance-in-…
Browse files Browse the repository at this point in the history
…overal
  • Loading branch information
mmilad75 committed Apr 22, 2024
2 parents 16c5740 + f873dfc commit af02dd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def build_ios_e2e
# 3. directory where to up StatusIm.app
derived_data_path: 'status-ios',
output_name: 'StatusIm.app',
buildlog_path: 'ios/logs',
buildlog_path: 'logs',
# -------------------------------------
# Normal stuff
scheme: 'StatusIm',
Expand Down Expand Up @@ -231,7 +231,7 @@ platform :ios do
clean: true,
export_method: 'app-store',
output_directory: 'status-ios',
buildlog_path: 'ios/logs',
buildlog_path: 'logs',
include_symbols: false,
export_options: {
"combileBitcode": true,
Expand Down
6 changes: 3 additions & 3 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v0.179.6",
"commit-sha1": "5e9f9618cd83134b8a0d19d9bfce643b9232cb9e",
"src-sha256": "18cw2bpr0nrvws8gka4l3sfkvilg0g07z9sw5azpwph94k2sh0rb"
"version": "v0.179.7",
"commit-sha1": "cdac86f73ac3bf7f4f4cf09b5bc27fb1602c1820",
"src-sha256": "0svj36zq1v7p1d6dwa29s8m82gfy4ffdcajqcn2wyxxr7i1nwnwa"
}

0 comments on commit af02dd8

Please sign in to comment.