Skip to content

Commit 51952db

Browse files
committed
version: increase to 5.0.3
Signed-off-by: Luca Vaccaro <me@lvaccaro.com>
1 parent 1eed833 commit 51952db

File tree

4 files changed

+47
-32
lines changed

4 files changed

+47
-32
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ upload_apple_store_production:
287287
- prod
288288
script:
289289
- fastlane upload_apple_store
290+
timeout: 2 hours
290291

291292

292293
# GCLOUD
@@ -346,4 +347,4 @@ cp_gcloud_production:
346347
FOLDER: "prod"
347348
URLPATH: "green-ios-builds/$CI_PROJECT_NAME-$CI_COMMIT_SHA-prod"
348349
script:
349-
- *cp_gcloud
350+
- *cp_gcloud

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [5.0.3] - 2025-06-17
7+
8+
### Changed
9+
- Fixes on Watch Only wallet with FaceId
10+
- Fix wallets list
11+
612
## [5.0.2] - 2025-06-07
713

814
### Changed

fastlane/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Generate new certificates
3939

4040
Development release
4141

42+
### ios prod_release
43+
44+
```sh
45+
[bundle exec] fastlane ios prod_release
46+
```
47+
48+
Production release
49+
4250
### ios build_unsigned_debug
4351

4452
```sh

gaios.xcodeproj/project.pbxproj

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5753,9 +5753,9 @@
57535753
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
57545754
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
57555755
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
5756-
CODE_SIGN_IDENTITY = "Apple Development";
5757-
CODE_SIGN_STYLE = Automatic;
5758-
CURRENT_PROJECT_VERSION = 3;
5756+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
5757+
CODE_SIGN_STYLE = Manual;
5758+
CURRENT_PROJECT_VERSION = 9;
57595759
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
57605760
DEVELOPMENT_TEAM = D9W37S9468;
57615761
ENABLE_BITCODE = NO;
@@ -5770,7 +5770,7 @@
57705770
"$(inherited)",
57715771
"@executable_path/Frameworks",
57725772
);
5773-
MARKETING_VERSION = 5.0.2;
5773+
MARKETING_VERSION = 5.0.3;
57745774
OTHER_LDFLAGS = (
57755775
"$(inherited)",
57765776
"-lc++",
@@ -5802,7 +5802,7 @@
58025802
CODE_SIGN_ENTITLEMENTS = gaios/gaiosRelease.entitlements;
58035803
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
58045804
CODE_SIGN_STYLE = Manual;
5805-
CURRENT_PROJECT_VERSION = 3;
5805+
CURRENT_PROJECT_VERSION = 9;
58065806
DEVELOPMENT_TEAM = D9W37S9468;
58075807
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
58085808
ENABLE_BITCODE = NO;
@@ -5815,7 +5815,7 @@
58155815
"$(inherited)",
58165816
"@executable_path/Frameworks",
58175817
);
5818-
MARKETING_VERSION = 5.0.2;
5818+
MARKETING_VERSION = 5.0.3;
58195819
OTHER_LDFLAGS = (
58205820
"$(inherited)",
58215821
"-lc++",
@@ -5928,9 +5928,9 @@
59285928
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
59295929
CLANG_ENABLE_OBJC_WEAK = YES;
59305930
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationServiceDebug.entitlements;
5931-
CODE_SIGN_IDENTITY = "Apple Development";
5932-
CODE_SIGN_STYLE = Automatic;
5933-
CURRENT_PROJECT_VERSION = 3;
5931+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
5932+
CODE_SIGN_STYLE = Manual;
5933+
CURRENT_PROJECT_VERSION = 9;
59345934
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
59355935
DEVELOPMENT_TEAM = D9W37S9468;
59365936
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -5945,7 +5945,7 @@
59455945
"@executable_path/../../Frameworks",
59465946
);
59475947
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5948-
MARKETING_VERSION = 5.0.2;
5948+
MARKETING_VERSION = 5.0.3;
59495949
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
59505950
MTL_FAST_MATH = YES;
59515951
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -5970,7 +5970,7 @@
59705970
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
59715971
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
59725972
CODE_SIGN_STYLE = Manual;
5973-
CURRENT_PROJECT_VERSION = 3;
5973+
CURRENT_PROJECT_VERSION = 9;
59745974
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
59755975
DEVELOPMENT_TEAM = D9W37S9468;
59765976
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -5986,7 +5986,7 @@
59865986
"@executable_path/../../Frameworks",
59875987
);
59885988
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5989-
MARKETING_VERSION = 5.0.2;
5989+
MARKETING_VERSION = 5.0.3;
59905990
MTL_FAST_MATH = YES;
59915991
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
59925992
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6009,7 +6009,7 @@
60096009
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
60106010
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
60116011
CODE_SIGN_STYLE = Manual;
6012-
CURRENT_PROJECT_VERSION = 3;
6012+
CURRENT_PROJECT_VERSION = 9;
60136013
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
60146014
DEVELOPMENT_TEAM = D9W37S9468;
60156015
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6025,7 +6025,7 @@
60256025
"@executable_path/../../Frameworks",
60266026
);
60276027
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6028-
MARKETING_VERSION = 5.0.2;
6028+
MARKETING_VERSION = 5.0.3;
60296029
MTL_FAST_MATH = YES;
60306030
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
60316031
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6045,12 +6045,12 @@
60456045
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
60466046
CLANG_ENABLE_OBJC_WEAK = YES;
60476047
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
6048-
CODE_SIGN_IDENTITY = "Apple Development";
6049-
CODE_SIGN_STYLE = Automatic;
6048+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
6049+
CODE_SIGN_STYLE = Manual;
60506050
CURRENT_PROJECT_VERSION = 1;
60516051
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
60526052
DEFINES_MODULE = YES;
6053-
DEVELOPMENT_TEAM = "";
6053+
DEVELOPMENT_TEAM = D9W37S9468;
60546054
DYLIB_COMPATIBILITY_VERSION = 1;
60556055
DYLIB_CURRENT_VERSION = 1;
60566056
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6193,12 +6193,12 @@
61936193
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
61946194
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
61956195
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
6196-
CODE_SIGN_IDENTITY = "Apple Development";
6197-
CODE_SIGN_STYLE = Automatic;
6196+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
6197+
CODE_SIGN_STYLE = Manual;
61986198
CURRENT_PROJECT_VERSION = 1;
61996199
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
62006200
DEFINES_MODULE = NO;
6201-
DEVELOPMENT_TEAM = "";
6201+
DEVELOPMENT_TEAM = D9W37S9468;
62026202
DYLIB_COMPATIBILITY_VERSION = 1;
62036203
DYLIB_CURRENT_VERSION = 1;
62046204
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6339,12 +6339,12 @@
63396339
CLANG_ENABLE_OBJC_WEAK = YES;
63406340
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
63416341
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
6342-
CODE_SIGN_IDENTITY = "Apple Development";
6343-
CODE_SIGN_STYLE = Automatic;
6342+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
6343+
CODE_SIGN_STYLE = Manual;
63446344
CURRENT_PROJECT_VERSION = 1;
63456345
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
63466346
DEFINES_MODULE = YES;
6347-
DEVELOPMENT_TEAM = "";
6347+
DEVELOPMENT_TEAM = D9W37S9468;
63486348
DYLIB_COMPATIBILITY_VERSION = 1;
63496349
DYLIB_CURRENT_VERSION = 1;
63506350
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6482,12 +6482,12 @@
64826482
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
64836483
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
64846484
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
6485-
CODE_SIGN_IDENTITY = "Apple Development";
6486-
CODE_SIGN_STYLE = Automatic;
6485+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
6486+
CODE_SIGN_STYLE = Manual;
64876487
CURRENT_PROJECT_VERSION = 1;
64886488
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
64896489
DEFINES_MODULE = NO;
6490-
DEVELOPMENT_TEAM = "";
6490+
DEVELOPMENT_TEAM = D9W37S9468;
64916491
DYLIB_COMPATIBILITY_VERSION = 1;
64926492
DYLIB_CURRENT_VERSION = 1;
64936493
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6652,12 +6652,12 @@
66526652
CLANG_ENABLE_MODULES = YES;
66536653
CLANG_ENABLE_OBJC_WEAK = YES;
66546654
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
6655-
CODE_SIGN_IDENTITY = "Apple Development";
6656-
CODE_SIGN_STYLE = Automatic;
6655+
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
6656+
CODE_SIGN_STYLE = Manual;
66576657
CURRENT_PROJECT_VERSION = 1;
66586658
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
66596659
DEFINES_MODULE = YES;
6660-
DEVELOPMENT_TEAM = "";
6660+
DEVELOPMENT_TEAM = D9W37S9468;
66616661
DYLIB_COMPATIBILITY_VERSION = 1;
66626662
DYLIB_CURRENT_VERSION = 1;
66636663
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6870,7 +6870,7 @@
68706870
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
68716871
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
68726872
CODE_SIGN_STYLE = Manual;
6873-
CURRENT_PROJECT_VERSION = 3;
6873+
CURRENT_PROJECT_VERSION = 9;
68746874
DEVELOPMENT_TEAM = D9W37S9468;
68756875
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
68766876
ENABLE_BITCODE = NO;
@@ -6885,7 +6885,7 @@
68856885
"$(inherited)",
68866886
"@executable_path/Frameworks",
68876887
);
6888-
MARKETING_VERSION = 5.0.2;
6888+
MARKETING_VERSION = 5.0.3;
68896889
MTL_ENABLE_DEBUG_INFO = YES;
68906890
OTHER_LDFLAGS = (
68916891
"$(inherited)",

0 commit comments

Comments
 (0)