File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111#import " BuildSettingInfoSource.h"
1212#import " Constants+Categories.h"
1313
14- static NSSet *XcodeCompatibilityVersionStringSet () {
14+ static NSSet *XcodeCompatibilityVersionStringSet (void ) {
1515 static NSSet *_compatibilityVersionStringSet;
1616 static dispatch_once_t onceToken;
1717 dispatch_once (&onceToken, ^{
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ + (NSError *)errorForSettingInfoFilesNotFound:(NSArray *)subpathErrorStrings {
159159@end
160160
161161// Can remove once deployment target is macOS 11.3 or later
162- NSString * TPSMultipleUnderlyingErrorsKey () {
162+ NSString * TPSMultipleUnderlyingErrorsKey (void ) {
163163 if (@available (macOS 11.3 , *)) {
164164 return NSMultipleUnderlyingErrorsKey;
165165 } else {
You can’t perform that action at this time.
0 commit comments