Skip to content

Logos produces bad output without newline after imports #71

@0cyn

Description

@0cyn

repro:
git clone https://github.com/KritantaDev/theosbug.git && cd theosbug && make package; make logos

make logos will manually invoke logos.pl and create a Tweak.m file with the output of logos.pl Tweak.x.


Line 24 of Tweak.m output references the CGRect struct, however imports aren't done till Line 27. Both of these imports are the first thing in the Tweak.x file.

A newline fixes this.

Prefix.pch seems to have concealed this issue before iOS 14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions