mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Compatibility to build on the last macOS 32 bit system with its last compatible Xcode (#2844)
* Compatibility to build on the last macOS 32 bit system with its last compatible Xcode * Code review: Compatibility declarations * compatibility with `make` * Code review: headers * Avoiding dummy NSImageSymbolConfiguration implementation * clang-format * Don't force-include compat header * Remove compat header from pch header Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
- (NSImage*)imageWithColor:(NSColor*)color;
|
||||
|
||||
/* macOS < 11 compatibility */
|
||||
+ (NSImage*)systemSymbol:(NSString*)symbolName withFallback:(NSString*)fallbackName;
|
||||
+ (NSImage*)largeSystemSymbol:(NSString*)symbolName withFallback:(NSString*)fallbackName;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user