You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* gradle plugin: propagating gradle properties to config.properties (#794)
It allows to specify/override properties that are used in property file, as long as Info.plist etc
Usage:
```
./gradlew help launchIPhoneSimulator --info -Papp.name=test
```
0 commit comments