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 0aabf52 commit a63c5ffCopy full SHA for a63c5ff
R.objc/Sources/ThemesGenerator.m
@@ -132,7 +132,6 @@ - (BOOL)writeInResourceFileWithError:(NSError *__autoreleasing *)error
132
133
NSString* implString = [NSString stringWithFormat:@"return SDThemeManagerValueForConstant(@\"%@\");", key];
134
impl = [[RMethodImplementation alloc] initWithReturnType:valueType signature:key implementation:implString];
135
- [clazz.implementation.methods addObject:impl];
136
} else {
137
NSString* codableKey = [CommonUtils codableNameFromString:key];
138
method = [[RMethodSignature alloc] initWithReturnType:@"void" signature:[codableKey stringByAppendingString:@":"]];
0 commit comments