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 11
11
#import " BuildSettingInfoSource.h"
12
12
#import " Constants+Categories.h"
13
13
14
- static NSSet *XcodeCompatibilityVersionStringSet () {
14
+ static NSSet *XcodeCompatibilityVersionStringSet (void ) {
15
15
static NSSet *_compatibilityVersionStringSet;
16
16
static dispatch_once_t onceToken;
17
17
dispatch_once (&onceToken, ^{
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ + (NSError *)errorForSettingInfoFilesNotFound:(NSArray *)subpathErrorStrings {
159
159
@end
160
160
161
161
// Can remove once deployment target is macOS 11.3 or later
162
- NSString * TPSMultipleUnderlyingErrorsKey () {
162
+ NSString * TPSMultipleUnderlyingErrorsKey (void ) {
163
163
if (@available (macOS 11.3 , *)) {
164
164
return NSMultipleUnderlyingErrorsKey;
165
165
} else {
You can’t perform that action at this time.
0 commit comments