leo-jnesis

Results 3 issues of leo-jnesis

Hi guys ! Amazing job on this project, as always ❤️ We have a project which takes advantage of XCode Configuration Files to easily handle debug/release builds (https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project) I might...

enhancement

The goal of this PR is to fix #96 - create a configuration file with a non-defaulted var `SOME_VERSION`, used as `versionName` from android for example - run `SOME_VERSION="1.2.3" npx...

Steps to reproduce : - add a var in your config file without default value : ``` vars: SOME_VERSION: platform: android: versionName: $SOME_VERSION ``` - run `SOME_VERSION="1.2.3" npx trapeze` You...