Commit 54383d5
committed
Allow
By allowing the `version:` option to be a String
We can't pass Hash to lanes when invoking them from the command line using `fastlane build_bundle version:…`; so this change allows to call that lane from the CLI using a `<name>,<code>` String for the `version:` parameter insteadbuild_bundle lane to be called from CLI1 parent eecafad commit 54383d5
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
210 | 214 | | |
211 | 215 | | |
212 | 216 | | |
| |||
0 commit comments