fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.95k stars 141 forks source link

Use `type: Array` for options which expect Array values #354

Closed mfurtak closed 8 years ago

KrauseFx commented 8 years ago

Sounds great, what's the status on this? :rocket:

mfurtak commented 8 years ago

I think https://github.com/fastlane/fastlane_core/pull/61 perhaps even covers the core changes. Let me take one more look at this after pulling that down to see if these local validations are even still needed now.

mfurtak commented 8 years ago

Yup, @andrewpage did a great job in core, so I've removed the local Array type validations. :+1:

@KrauseFx This is good to go if you're happy with it.

KrauseFx commented 8 years ago

Looks great :+1: