Skip to content

Commit

Permalink
version: increase to 4.0.35
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <[email protected]>
  • Loading branch information
lvaccaro committed Sep 25, 2024
1 parent fefc676 commit 3c9bf1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

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

## Unreleased
## [4.0.35] - 2024-09-24

### Added
- HW Address verification on expired 2FA ractivation
Expand Down
12 changes: 6 additions & 6 deletions gaios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5075,7 +5075,7 @@
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = D9W37S9468;
ENABLE_BITCODE = NO;
Expand All @@ -5090,7 +5090,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.32;
MARKETING_VERSION = 4.0.35;
OTHER_LDFLAGS = (
"$(inherited)",
"-lc++",
Expand Down Expand Up @@ -5121,7 +5121,7 @@
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = D9W37S9468;
ENABLE_BITCODE = NO;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -5133,7 +5133,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.32;
MARKETING_VERSION = 4.0.35;
OTHER_LDFLAGS = (
"$(inherited)",
"-lc++",
Expand Down Expand Up @@ -6174,7 +6174,7 @@
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = D9W37S9468;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
ENABLE_BITCODE = NO;
Expand All @@ -6189,7 +6189,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.32;
MARKETING_VERSION = 4.0.35;
MTL_ENABLE_DEBUG_INFO = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 3c9bf1b

Please sign in to comment.