Skip to content

Commit e1728ac

Browse files
committed
version: increase to 4.1.8
Signed-off-by: Luca Vaccaro <[email protected]>
1 parent 603caff commit e1728ac

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## [Unreleased]
6+
## [4.1.8] - 2025-04-01
77

88
### Changed
99
- Renamed L-BTC to LBTC

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ platform :ios do
9797
export_method: "app-store",
9898
export_options: {
9999
provisioningProfiles: {
100-
"io.blockstream.greendev" => "match AppStore io.blockstream.green",
101-
"io.blockstream.greendev.NotificationService" => "match AppStore io.blockstream.green.NotificationService"
100+
"io.blockstream.green" => "match AppStore io.blockstream.green",
101+
"io.blockstream.green.NotificationService" => "match AppStore io.blockstream.green.NotificationService"
102102
}
103103
}
104104
)

gaios.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5451,7 +5451,7 @@
54515451
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
54525452
CODE_SIGN_IDENTITY = "Apple Development";
54535453
CODE_SIGN_STYLE = Automatic;
5454-
CURRENT_PROJECT_VERSION = 1;
5454+
CURRENT_PROJECT_VERSION = 2;
54555455
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
54565456
DEVELOPMENT_TEAM = D9W37S9468;
54575457
ENABLE_BITCODE = NO;
@@ -5466,7 +5466,7 @@
54665466
"$(inherited)",
54675467
"@executable_path/Frameworks",
54685468
);
5469-
MARKETING_VERSION = 4.1.7;
5469+
MARKETING_VERSION = 4.1.8;
54705470
OTHER_LDFLAGS = (
54715471
"$(inherited)",
54725472
"-lc++",
@@ -5498,7 +5498,7 @@
54985498
CODE_SIGN_ENTITLEMENTS = gaios/gaiosRelease.entitlements;
54995499
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
55005500
CODE_SIGN_STYLE = Manual;
5501-
CURRENT_PROJECT_VERSION = 1;
5501+
CURRENT_PROJECT_VERSION = 2;
55025502
DEVELOPMENT_TEAM = D9W37S9468;
55035503
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
55045504
ENABLE_BITCODE = NO;
@@ -5511,7 +5511,7 @@
55115511
"$(inherited)",
55125512
"@executable_path/Frameworks",
55135513
);
5514-
MARKETING_VERSION = 4.1.7;
5514+
MARKETING_VERSION = 4.1.8;
55155515
OTHER_LDFLAGS = (
55165516
"$(inherited)",
55175517
"-lc++",
@@ -5626,7 +5626,7 @@
56265626
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationServiceDebug.entitlements;
56275627
CODE_SIGN_IDENTITY = "Apple Development";
56285628
CODE_SIGN_STYLE = Automatic;
5629-
CURRENT_PROJECT_VERSION = 1;
5629+
CURRENT_PROJECT_VERSION = 2;
56305630
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
56315631
DEVELOPMENT_TEAM = D9W37S9468;
56325632
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -5641,7 +5641,7 @@
56415641
"@executable_path/../../Frameworks",
56425642
);
56435643
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5644-
MARKETING_VERSION = 1.0;
5644+
MARKETING_VERSION = 4.1.8;
56455645
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
56465646
MTL_FAST_MATH = YES;
56475647
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -5666,7 +5666,7 @@
56665666
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
56675667
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
56685668
CODE_SIGN_STYLE = Manual;
5669-
CURRENT_PROJECT_VERSION = 1;
5669+
CURRENT_PROJECT_VERSION = 2;
56705670
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
56715671
DEVELOPMENT_TEAM = D9W37S9468;
56725672
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -5682,7 +5682,7 @@
56825682
"@executable_path/../../Frameworks",
56835683
);
56845684
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5685-
MARKETING_VERSION = 1.0;
5685+
MARKETING_VERSION = 4.1.8;
56865686
MTL_FAST_MATH = YES;
56875687
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
56885688
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5705,7 +5705,7 @@
57055705
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
57065706
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
57075707
CODE_SIGN_STYLE = Manual;
5708-
CURRENT_PROJECT_VERSION = 1;
5708+
CURRENT_PROJECT_VERSION = 2;
57095709
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
57105710
DEVELOPMENT_TEAM = D9W37S9468;
57115711
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -5721,7 +5721,7 @@
57215721
"@executable_path/../../Frameworks",
57225722
);
57235723
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5724-
MARKETING_VERSION = 1.0;
5724+
MARKETING_VERSION = 4.1.8;
57255725
MTL_FAST_MATH = YES;
57265726
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
57275727
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6566,7 +6566,7 @@
65666566
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
65676567
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
65686568
CODE_SIGN_STYLE = Manual;
6569-
CURRENT_PROJECT_VERSION = 1;
6569+
CURRENT_PROJECT_VERSION = 2;
65706570
DEVELOPMENT_TEAM = D9W37S9468;
65716571
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
65726572
ENABLE_BITCODE = NO;
@@ -6581,7 +6581,7 @@
65816581
"$(inherited)",
65826582
"@executable_path/Frameworks",
65836583
);
6584-
MARKETING_VERSION = 4.1.7;
6584+
MARKETING_VERSION = 4.1.8;
65856585
MTL_ENABLE_DEBUG_INFO = YES;
65866586
OTHER_LDFLAGS = (
65876587
"$(inherited)",

gaios.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)