Skip to content

Commit 23fa2aa

Browse files
Fix/use after free (#93)
* Fix use-after-free issue by copying touch data synchronously in DeviceMonitorDelegate * Fix race conditions in restart handling by ensuring thread-safe access to restart state and work items * Ensure thread safety in UI animations by using MainActor in MenuBarController * Improve touch processing in MultitouchManager to handle zero touches and ensure gesture recognizer stability
1 parent 6bfed2b commit 23fa2aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MiddleDrag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"@executable_path/../Frameworks",
479479
);
480480
MACOSX_DEPLOYMENT_TARGET = 11.5;
481-
MARKETING_VERSION = 1.4.1.1;
481+
MARKETING_VERSION = 1.4.1.2;
482482
OTHER_LDFLAGS = (
483483
"-framework",
484484
MultitouchSupport,
@@ -546,7 +546,7 @@
546546
"@executable_path/../Frameworks",
547547
);
548548
MACOSX_DEPLOYMENT_TARGET = 11.5;
549-
MARKETING_VERSION = 1.4.1.1;
549+
MARKETING_VERSION = 1.4.1.2;
550550
OTHER_LDFLAGS = (
551551
"-framework",
552552
MultitouchSupport,

0 commit comments

Comments
 (0)