Skip to content

%config(generator=Internal) does not work but using internal does #72

@NSExceptional

Description

@NSExceptional

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions