Skip to content

Commit

Permalink
darwin: fix build on Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Nov 18, 2024
1 parent 83edcce commit 8a46528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/darwin/Vdagent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ extension NSPasteboardItem {
}
}

extension VdagentConnection: @retroactive @unchecked Sendable {}

private func withError(_ callback: () throws -> Void) -> Bool {
do {
try callback()
Expand Down
2 changes: 1 addition & 1 deletion vd_agent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objectVersion = 55;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down

0 comments on commit 8a46528

Please sign in to comment.