update build number [skip ci]

OmarHatem committed Nov 26, 2025 at 00:08 UTC c7e4a4b2b3413cbbe73e7adb46609fb5f4b69c08
4 files changed +43 -4
macos/Podfile.lock
+38
@@ -39,6 +39,34 @@ PODS:
39 - FlutterMacOS
40 - sp_scanner (0.0.1):
41 - FlutterMacOS
42 + - sqflite_darwin (0.0.4):
43 + - Flutter
44 + - FlutterMacOS
45 + - sqlite3 (3.50.4):
46 + - sqlite3/common (= 3.50.4)
47 + - sqlite3/common (3.50.4)
48 + - sqlite3/dbstatvtab (3.50.4):
49 + - sqlite3/common
50 + - sqlite3/fts5 (3.50.4):
51 + - sqlite3/common
52 + - sqlite3/math (3.50.4):
53 + - sqlite3/common
54 + - sqlite3/perf-threadsafe (3.50.4):
55 + - sqlite3/common
56 + - sqlite3/rtree (3.50.4):
57 + - sqlite3/common
58 + - sqlite3/session (3.50.4):
59 + - sqlite3/common
60 + - sqlite3_flutter_libs (0.0.1):
61 + - Flutter
62 + - FlutterMacOS
63 + - sqlite3 (~> 3.50.4)
64 + - sqlite3/dbstatvtab
65 + - sqlite3/fts5
66 + - sqlite3/math
67 + - sqlite3/perf-threadsafe
68 + - sqlite3/rtree
69 + - sqlite3/session
70 - torch_dart (0.0.1):
71 - FlutterMacOS
72 - universal_ble (0.0.1):
@@ -69,6 +97,8 @@ DEPENDENCIES:
97 - share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
98 - shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
99 - sp_scanner (from `Flutter/ephemeral/.symlinks/plugins/sp_scanner/macos`)
100 + - sqflite_darwin (from `Flutter/ephemeral/.symlinks/plugins/sqflite_darwin/darwin`)
101 + - sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin`)
102 - torch_dart (from `Flutter/ephemeral/.symlinks/plugins/torch_dart/macos`)
103 - universal_ble (from `Flutter/ephemeral/.symlinks/plugins/universal_ble/darwin`)
104 - url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
@@ -77,6 +107,7 @@ DEPENDENCIES:
107 SPEC REPOS:
108 trunk:
109 - OrderedSet
110 + - sqlite3
111
112 EXTERNAL SOURCES:
113 bitbox_flutter:
@@ -117,6 +148,10 @@ EXTERNAL SOURCES:
148 :path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
149 sp_scanner:
150 :path: Flutter/ephemeral/.symlinks/plugins/sp_scanner/macos
151 + sqflite_darwin:
152 + :path: Flutter/ephemeral/.symlinks/plugins/sqflite_darwin/darwin
153 + sqlite3_flutter_libs:
154 + :path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin
155 torch_dart:
156 :path: Flutter/ephemeral/.symlinks/plugins/torch_dart/macos
157 universal_ble:
@@ -147,6 +182,9 @@ SPEC CHECKSUMS:
182 share_plus: 1fa619de8392a4398bfaf176d441853922614e89
183 shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
184 sp_scanner: 269d96e0ec3173e69156be7239b95182be3b8303
185 + sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
186 + sqlite3: 73513155ec6979715d3904ef53a8d68892d4032b
187 + sqlite3_flutter_libs: 86f82662868ee26ff3451f73cac9c5fc2a1f57fa
188 torch_dart: 2e94855e15fcc87bd824e179f1f9c3e0f1e1d302
189 universal_ble: cf52a7b3fd2e7c14d6d7262e9fdadb72ab6b88a6
190 url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404
macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+1
@@ -48,6 +48,7 @@
48 ignoresPersistentStateOnLaunch = "NO"
49 debugDocumentVersioning = "YES"
50 debugServiceExtension = "internal"
51 + enableGPUValidationMode = "1"
52 allowLocationSimulation = "YES">
53 <BuildableProductRunnable
54 runnableDebuggingMode = "0">
scripts/android/app_env.sh
+2 -2
@@ -15,14 +15,14 @@ APP_ANDROID_TYPE=$1
15
16 MONERO_COM_NAME="Monero.com"
17 MONERO_COM_VERSION="5.6.0"
18 -MONERO_COM_BUILD_NUMBER=4142
18 +MONERO_COM_BUILD_NUMBER=4143
19 MONERO_COM_BUNDLE_ID="com.monero.app"
20 MONERO_COM_PACKAGE="com.monero.app"
21 MONERO_COM_SCHEME="monero.com"
22
23 CAKEWALLET_NAME="Cake Wallet"
24 CAKEWALLET_VERSION="5.6.0"
25 -CAKEWALLET_BUILD_NUMBER=4286
25 +CAKEWALLET_BUILD_NUMBER=4288
26 CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
27 CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
28 CAKEWALLET_SCHEME="cakewallet"
scripts/ios/app_env.sh
+2 -2
@@ -13,12 +13,12 @@ APP_IOS_TYPE=$1
13
14 MONERO_COM_NAME="Monero.com"
15 MONERO_COM_VERSION="5.6.0"
16 -MONERO_COM_BUILD_NUMBER=145
16 +MONERO_COM_BUILD_NUMBER=146
17 MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
18
19 CAKEWALLET_NAME="Cake Wallet"
20 CAKEWALLET_VERSION="5.6.0"
21 -CAKEWALLET_BUILD_NUMBER=349
21 +CAKEWALLET_BUILD_NUMBER=351
22 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
23
24