Skip to content

Commit d08f685

Browse files
committed
chore: bump both targets to v2.5.2
Mac: 2.5.0 (2500) -> 2.5.2 (2502) iOS: 2.5.1 (6) -> 2.5.2 (7) Changes since 2.5.1: - Fix EXC_BREAKPOINT crash on CKProcessScopedStateManager.notificationQueue (StatusItemController UserDefaults observer now uses queue: .main) - Fix actor isolation warning in StatusItemController - Fix 'No Mac found' after disconnect/reconnect (forceFetchAll resets stale CKSyncEngine token before searching) - Demo mode 'Preview a notification' fires a real UNNotification (2s delay) so users see the actual system banner; falls back to visual mock only when permission is denied - Mac offline UI consistency: status dot turns red when Mac >10 min stale, status line shows 'Mac unreachable' instead of stale cached state, 'Try again' uses forceFetchAll for .offline level - Settings 'Last sync' renamed to 'iCloud sync' to distinguish it from 'Last seen' (Mac heartbeat age)
1 parent fef3a86 commit d08f685

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

DoomCoder.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
CODE_SIGN_ENTITLEMENTS = DoomCoder/DoomCoder.entitlements;
486486
CODE_SIGN_STYLE = Automatic;
487487
COMBINE_HIDPI_IMAGES = YES;
488-
CURRENT_PROJECT_VERSION = 2500;
488+
CURRENT_PROJECT_VERSION = 2502;
489489
DEVELOPMENT_TEAM = A9P2388PHM;
490490
ENABLE_HARDENED_RUNTIME = YES;
491491
GENERATE_INFOPLIST_FILE = NO;
@@ -494,7 +494,7 @@
494494
"$(inherited)",
495495
"@executable_path/../Frameworks",
496496
);
497-
MARKETING_VERSION = 2.5.0;
497+
MARKETING_VERSION = 2.5.2;
498498
PRODUCT_BUNDLE_IDENTIFIER = com.doomcoder.app;
499499
PRODUCT_NAME = "$(TARGET_NAME)";
500500
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -509,7 +509,7 @@
509509
CODE_SIGN_ENTITLEMENTS = DoomCoder/DoomCoder.Release.entitlements;
510510
CODE_SIGN_STYLE = Automatic;
511511
COMBINE_HIDPI_IMAGES = YES;
512-
CURRENT_PROJECT_VERSION = 2500;
512+
CURRENT_PROJECT_VERSION = 2502;
513513
DEVELOPMENT_TEAM = A9P2388PHM;
514514
ENABLE_HARDENED_RUNTIME = YES;
515515
GENERATE_INFOPLIST_FILE = NO;
@@ -518,7 +518,7 @@
518518
"$(inherited)",
519519
"@executable_path/../Frameworks",
520520
);
521-
MARKETING_VERSION = 2.5.0;
521+
MARKETING_VERSION = 2.5.2;
522522
PRODUCT_BUNDLE_IDENTIFIER = com.doomcoder.app;
523523
PRODUCT_NAME = "$(TARGET_NAME)";
524524
SWIFT_EMIT_LOC_STRINGS = YES;

DoomCoderCompanion/DoomCoderCompanion.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
449449
CODE_SIGN_STYLE = Automatic;
450450
COPY_PHASE_STRIP = NO;
451-
CURRENT_PROJECT_VERSION = 6;
451+
CURRENT_PROJECT_VERSION = 7;
452452
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
453453
DEVELOPMENT_TEAM = A9P2388PHM;
454454
ENABLE_NS_ASSERTIONS = NO;
@@ -463,7 +463,7 @@
463463
GCC_WARN_UNUSED_FUNCTION = YES;
464464
GCC_WARN_UNUSED_VARIABLE = YES;
465465
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
466-
MARKETING_VERSION = 2.5.1;
466+
MARKETING_VERSION = 2.5.2;
467467
MTL_ENABLE_DEBUG_INFO = NO;
468468
MTL_FAST_MATH = YES;
469469
OTHER_LDFLAGS = "$(inherited) -ObjC";
@@ -530,7 +530,7 @@
530530
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
531531
CODE_SIGN_STYLE = Automatic;
532532
COPY_PHASE_STRIP = NO;
533-
CURRENT_PROJECT_VERSION = 6;
533+
CURRENT_PROJECT_VERSION = 7;
534534
DEBUG_INFORMATION_FORMAT = dwarf;
535535
DEVELOPMENT_TEAM = A9P2388PHM;
536536
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -551,7 +551,7 @@
551551
GCC_WARN_UNUSED_FUNCTION = YES;
552552
GCC_WARN_UNUSED_VARIABLE = YES;
553553
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
554-
MARKETING_VERSION = 2.5.1;
554+
MARKETING_VERSION = 2.5.2;
555555
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
556556
MTL_FAST_MATH = YES;
557557
ONLY_ACTIVE_ARCH = YES;

0 commit comments

Comments
 (0)