Sample Tweak.xm:
%config(generator=Internal);
%hook Foo
- (void)bar {
[super bar];
}
%end
Running logos.pl Tweak.xm > Tweak.m yields:
Goto undefined subroutine &main:: at /opt/theos/vendor/logos/bin/lib/Logos/Generator/Thunk.pm line 33.
I tried to debug the relevant line
Edit: so, apparently the proper value is internal with a lowercase i and not Internal. Would be nice if we supported either since MobileSubstrate is capitalized