Anders Friis

Results 6 issues of Anders Friis

Check this fork: https://github.com/Snupps/FastttCamera

According to the documentation: https://github.com/Hearst-DD/ObjectMapper#immutablemappable-protocol-beta The syntax should be `>>>` instead of `>> map["id"] name >>> map["name"] } ```

According to the documentation of the `ObjectMapper` (https://github.com/Hearst-DD/ObjectMapper), and my own findings, optional properties should be parsed from JSON -> Model with `try?` instead of just `try`, else the whole...

Pull request: https://github.com/JoeFryer/JDFTooltips/pull/13

Carthage cannot find the right scheme to use, so this PR fixes this. Have only one shared scheme - the actual framework scheme and make the others non-shared.