We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31423ef commit 9e610e3Copy full SHA for 9e610e3
BuildSettingExtractor/BuildSettingInfoSource.m
@@ -185,7 +185,7 @@ - (NSDictionary *)xcspecFileBuildSettingInfoForPath:(NSString *)path {
185
if ([spec isKindOfClass:[NSDictionary class]]) {
186
NSDictionary *specDict = (NSDictionary *)spec;
187
NSString *specType = specDict[@"Type"];
188
- if ([specType isEqualToString:@"BuildSystem"]) {
+ if ([specType isEqualToString:@"BuildSystem"] || ([specType isEqualToString:@"Compiler"])) {
189
190
id options = specDict[@"Options"];
191
if (!options) options = specDict[@"Properties"];
0 commit comments