VDKQueue icon indicating copy to clipboard operation
VDKQueue copied to clipboard

Addressing Xcode warnings

Open Coeur opened this issue 2 years ago • 1 comments

Minimal changes to address Xcode warnings: a. Declaration of instance variables in the interface is deprecated b. Property is assumed atomic by default c. Use of undeclared identifier 'NSWorkspace' d. No newline at end of file e. Semicolon before method body is ignored f. Unreachable code

Coeur avatar Apr 25 '22 10:04 Coeur

Those issues, and more, have been fixed in the following fork: https://github.com/transmission/transmission/tree/main/macosx/VDKQueue

Coeur avatar Nov 21 '23 22:11 Coeur