Rob Mayoff

Results 6 comments of Rob Mayoff

`/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/Assets.car` (Xcode 7.3.1) has a bunch, which is why I wrote this patch.

More generally, Xcode includes the PDF in Assets.car when building a Mac app, in addition to the generated PNGs.

Yeah, I noticed it doesn't work on car files in Xcode 8b3.

This means the assets don't have images in the catalog. They might have other representations, like PDFs or raw data. You can try [my PDF patch](https://github.com/steventroughtonsmith/cartool/pull/9) to see if they...

For the lazy: https://package.elm-lang.org/packages/avh4/elm-color/latest https://github.com/avh4/elm-color/tree/1.0.0

Note that you can use `spaceEvenly` for the same effect as your particular spacing example: view = Element.row [ Element.width Element.fill , Element.spaceEvenly ] [ Element.text "first" , Element.text "second"...