Eitot
9f0f03e5b9
Fix two mistakes in d4f3d2a977
2023-06-20 07:01:38 +02:00
Eitot
d4f3d2a977
Move instance variable declarations from interface to implementation
...
Clang allows instance variable declaration in the class implementation. Apple has recommended this since at least 2013: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ObjectiveC/Chapters/ocDefiningClasses.html .
2023-05-29 07:21:55 +02:00
Eitot
f841b3073d
Remove obsolete code
2022-11-12 11:22:10 +03:00
Eitot
b41667d712
Fix analyzer warning
2021-11-01 00:07:33 +01:00
Eitot
b582fe9e23
Replace deprecated NSStringPboard enum
2021-11-01 00:06:43 +01:00
Eitot
3d4da1c3c2
Enable more compiler warnings and fix them
...
Removes unneeded semicolons before method bodies. Also warns about a missing new line at the end of a file.
The follow warnings are enabled:
- missing return-type declaration
- unneeded semicolon before method body
- missing new line at the end of a file
2019-12-26 20:55:33 +01:00
Eitot
892479ca43
Move third-party code to External/ directory
2018-04-28 20:58:49 +02:00