Skip to content

wildcard support #42

@JanC

Description

@JanC

Hello,
is it possible to specify a file name with a wild card? I have a static library that I want my XCode project to link against but

{
  "libs": [
    "libMyStaticLib-7.0.0.a:<group>"
  ],
...

but the name changes based on its version. So I would like to define it like this

{
  "libs": [
    "libMyStaticLib-*:<group>"
  ],
...

is there a way to do this ?

cheers

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