e-sites / Natrium

A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
https://www.e-sites.nl
MIT License
146 stars 15 forks source link

Variables don't have Array support? #31

Closed eldare closed 3 years ago

eldare commented 3 years ago

I would like to create an array of Strings as my configuration variable. But it doesn't seem to work.

Am I doing something wrong, or arrays are not supported? I've tried the following, it fails to create Natrium.swift

variables:
    listOfStuff: ["aaa", "bbb"]
    anotherList:
        - abc
        - efg

Thank you.