playgroundbooks / playgroundbook

Tool for Swift Playground books
https://ashfurrow.com/blog/swift-playground-books/
MIT License
259 stars 17 forks source link

Check for valid Manfiest values #3

Closed ashfurrow closed 8 years ago

ashfurrow commented 8 years ago

Things like LiveViewMode can be HiddenByDefault or some other values. Apple's documentation isn't exhaustive.

rhysforyou commented 8 years ago

What would be the best way to find out the domain of acceptable values for these options? It's probably best to download all of Apple's playground books and look at what they use right?

I'll look into it this evening.

ashfurrow commented 8 years ago

Yeah! I was thinking that, and I also took some screen grabs of the WWDC talk where they have some key-value pairs. When I get home I'll upload them.

rhysforyou commented 8 years ago

Ah yeah that'd be a good starting point in lieu of proper documentation. What WWDC session was that? It's probably worth watching.

ashfurrow commented 8 years ago

It was #408, good session 👍 The stills I have don't cover the Manifest settings, I just have them for #11. I can rewatch it sometime if you don't get to it first. It was the second speaker, Jonathan Penn, who described them.