Skip to content

increment-build-number treats false as literal false value #115

@paulschreiber

Description

@paulschreiber

Description

If increment-build-number receives false instead of "", it treats it has the literal value false. This is passed on to Fastlane, resulting in MyProjectName_vers.c having an invalid version value:

extern const unsigned char MyProjectNameVersionString[];
extern const double MyProjectNameVersionNumber;

const unsigned char MyProjectNameVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:MyProjectName  PROJECT:Terraso LandPKS-false" "\n";
const double MyProjectNameVersionNumber __attribute__ ((used)) = (double)false.;

This fails to compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions