I have this test config file:
platforms:
android:
appName: Teleconserje 2
versionName: 2.0
versionCode: 20
packageName: com.teleconserje.app
ios:
targets:
App:
version: 2.0
buildNumber: 20
bundleId: com.teleconserje.app
displayName: Teleconserje
However, after running it using the command pnpm trapeze run dev.config.yaml, only the "app_name" string was changed. The rest seem to not have changed, as you can see in this picture:
Any ideas on why this is the case?