From 534ceddad46e98bcacc6b01f36807809a1f45872 Mon Sep 17 00:00:00 2001 From: Ilyas Hallak Date: Wed, 17 Sep 2025 22:39:42 +0200 Subject: [PATCH] bumped build version --- documentation/Architecture.md | 6 +++--- readeck.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/Architecture.md b/documentation/Architecture.md index 710241b..a03ec13 100644 --- a/documentation/Architecture.md +++ b/documentation/Architecture.md @@ -15,9 +15,9 @@ ```mermaid graph TD - UI["UI Layer\n(View, ViewModel)"] - Domain["Domain Layer\n(Use Cases, Models, Repository Protocols)"] - Data["Data Layer\n(Repository implementations, Database, Entities, API)"] + UI["UI Layer (View, ViewModel)"] + Domain["Domain Layer (Use Cases, Models, Repository Protocols)"] + Data["Data Layer (Repository implementations, Database, Entities, API)"] UI --> Domain Domain --> Data ``` diff --git a/readeck.xcodeproj/project.pbxproj b/readeck.xcodeproj/project.pbxproj index 1587238..114a52b 100644 --- a/readeck.xcodeproj/project.pbxproj +++ b/readeck.xcodeproj/project.pbxproj @@ -436,7 +436,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = URLShare/URLShare.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_TEAM = 8J69P655GN; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = URLShare/Info.plist; @@ -469,7 +469,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = URLShare/URLShare.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_TEAM = 8J69P655GN; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = URLShare/Info.plist; @@ -624,7 +624,7 @@ CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_TEAM = 8J69P655GN; ENABLE_HARDENED_RUNTIME = YES; @@ -668,7 +668,7 @@ CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_TEAM = 8J69P655GN; ENABLE_HARDENED_RUNTIME = YES;