Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/build-uitest-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
brew install rbenv ruby-build
fi
eval "$(rbenv init -)"
rbenv install -s 3.2.2
rbenv global 3.2.2
rbenv install -s 3.3.0
rbenv global 3.3.0
ruby -v

# Clean gem environment
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
brew install rbenv ruby-build
fi
eval "$(rbenv init -)"
rbenv install -s 3.2.2
rbenv global 3.2.2
rbenv install -s 3.3.0
rbenv global 3.3.0
ruby -v

# Clean gem environment
Expand Down
4 changes: 2 additions & 2 deletions .circleci/daily-develop-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
brew install rbenv ruby-build
fi
eval "$(rbenv init -)"
rbenv install -s 3.2.2
rbenv global 3.2.2
rbenv install -s 3.3.0
rbenv global 3.3.0
ruby -v

# Clean gem environment
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.2"
ruby "3.3.0"
gem "abbrev"
gem "mutex_m"
gem "ostruct"
Expand Down
2 changes: 1 addition & 1 deletion Modules/core
Submodule core updated 6 files
+97 βˆ’0 .circleci/config.yml
+14 βˆ’1 BRChainParams.h
+419 βˆ’21 BRPeerManager.c
+10 βˆ’64 BRPeerManager.h
+93 βˆ’0 Makefile
+0 βˆ’0 libsecp256k1-config.h
12 changes: 8 additions & 4 deletions brainwallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
C33C4A1F2FC1C96100C23DA7 /* ShopStructs.swift in Sources */ = {isa = PBXBuildFile; fileRef = C33C4A192FC1C94B00C23DA7 /* ShopStructs.swift */; };
C353E3BA2FAE9F9E00BFFB30 /* ShopBentoViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C353E3B42FAE9F9000BFFB30 /* ShopBentoViewModel.swift */; };
C35C122A293D48340009022D /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = C35C1229293D48340009022D /* KeychainAccess */; };
C38F57252FD490430005538A /* boingspringmouthharp042013.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = C38F57242FD490430005538A /* boingspringmouthharp042013.mp3 */; };
C3C95F082FA13DEF002E2BEE /* SignupAskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3C95F072FA13DEF002E2BEE /* SignupAskView.swift */; };
C3E18A9F2F9E657000966C74 /* ShopCardsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E18A9E2F9E656600966C74 /* ShopCardsView.swift */; };
C3E18AA12F9EC22000966C74 /* ConfirmationStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E18AA02F9EC21600966C74 /* ConfirmationStatus.swift */; };
Expand Down Expand Up @@ -989,6 +990,7 @@
C3236A002D7DE34D007039A1 /* URLController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLController.swift; sourceTree = "<group>"; };
C33C4A192FC1C94B00C23DA7 /* ShopStructs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShopStructs.swift; sourceTree = "<group>"; };
C353E3B42FAE9F9000BFFB30 /* ShopBentoViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShopBentoViewModel.swift; sourceTree = "<group>"; };
C38F57242FD490430005538A /* boingspringmouthharp042013.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = boingspringmouthharp042013.mp3; sourceTree = "<group>"; };
C3C95F072FA13DEF002E2BEE /* SignupAskView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignupAskView.swift; sourceTree = "<group>"; };
C3E18A9E2F9E656600966C74 /* ShopCardsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShopCardsView.swift; sourceTree = "<group>"; };
C3E18AA02F9EC21600966C74 /* ConfirmationStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfirmationStatus.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1924,6 +1926,7 @@
24F5BD432E042F1D0010D340 /* clicksound.mp3 */,
24BC37BF2E22B249005DD3AC /* coinflip.mp3 */,
C312D0AF2D7DC27700BB97A4 /* coinflip.aiff */,
C38F57242FD490430005538A /* boingspringmouthharp042013.mp3 */,
);
path = Sounds;
sourceTree = "<group>";
Expand Down Expand Up @@ -2452,6 +2455,7 @@
24AFEEEC2F3152CE00427D02 /* IBMPlexSans-Bold.ttf in Resources */,
24DBB7C62F34E75A002E6511 /* IBMPlexSans-ExtraLight.ttf in Resources */,
24AFEEED2F3152CE00427D02 /* IBMPlexSans-SemiBold.ttf in Resources */,
C38F57252FD490430005538A /* boingspringmouthharp042013.mp3 in Resources */,
24AFEEEE2F3152CE00427D02 /* IBMPlexSans-Medium.ttf in Resources */,
24AFEEEF2F3152CE00427D02 /* IBMPlexSans-Light.ttf in Resources */,
24AFEEF02F3152CE00427D02 /* IBMPlexSans-Italic.ttf in Resources */,
Expand Down Expand Up @@ -3210,7 +3214,7 @@
CODE_SIGN_ENTITLEMENTS = brainwallet/brainwallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2602285;
CURRENT_PROJECT_VERSION = 2602286;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = NO;
DEVELOPMENT_TEAM = U8WDVUDC2P;
Expand All @@ -3227,7 +3231,7 @@
"@executable_path/Frameworks",
"$(FRAMEWORK_SEARCH_PATHS)",
);
MARKETING_VERSION = 3.9.6;
MARKETING_VERSION = 3.9.7;
ONLY_ACTIVE_ARCH = NO;
OTHER_SWIFT_FLAGS = "-DDebug $(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.gruntsoftware.brainwallet;
Expand Down Expand Up @@ -3402,7 +3406,7 @@
CODE_SIGN_ENTITLEMENTS = brainwallet/brainwallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2602285;
CURRENT_PROJECT_VERSION = 2602286;
DEPLOYMENT_POSTPROCESSING = YES;
DEVELOPMENT_TEAM = U8WDVUDC2P;
DOCC_EXTRACT_SWIFT_INFO_FOR_OBJC_SYMBOLS = YES;
Expand All @@ -3418,7 +3422,7 @@
"@executable_path/Frameworks",
"$(FRAMEWORK_SEARCH_PATHS)",
);
MARKETING_VERSION = 3.9.6;
MARKETING_VERSION = 3.9.7;
ONLY_ACTIVE_ARCH = NO;
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.gruntsoftware.brainwallet;
Expand Down
5 changes: 5 additions & 0 deletions brainwallet/Bento Views/BalanceBentoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ struct BalanceBentoView: View {
_userPrefersDarkTheme = userPrefersDarkTheme
newMainViewModel = viewModel
}

private func playBoing() {
SoundsHelper().play(filename: "boingspringmouthharp042013", type: "mp3")
}

var body: some View {
GeometryReader { geometry in
Expand Down Expand Up @@ -59,6 +63,7 @@ struct BalanceBentoView: View {
Spacer()
Button(action: {
shouldShowBalance.toggle()
playBoing()
}) {
Image(systemName: shouldShowBalance ? "eye.slash" : "eye")
.resizable()
Expand Down
Binary file not shown.
Loading