v0.7.0
New Feature
Relfile already supported YAML alias, but now it also supports the array merge syntax, - <: *alias
.
(The syntax is not YAML official but suggested at yaml/yaml#35)
So now you don't need to set duplicate parameters for each distribution
app: &app
scheme: MyApp
team_id: XXXXXXXXX
provisioning_profile: "My Provisioning Profile"
...
sdl_protocol_strings: &sdl_protos
- com.ford.sync.prot0
- com.smartdevicelink.multisession
- com.smartdevicelink.prot0
...
- com.smartdevicelink.prot29
distributions:
prod:
<<: *app
info_plist:
UISupportedExternalAccessoryProtocols:
- <: *sdl_protos
- com.scenee.app