JP Simard

Results 696 comments of JP Simard

Please provide more information on the steps to reproduce your issue, what your expected behavior is, and what the actual behavior is, so that I can help you.

They'll still compile. I think Xcode implicitly links to Foundation, even though that's not exposed in the compiler flags when running `xcodebuild`

Ah, thanks for sharing that @rastersize! Maybe it's as simple as adding `-fobjc-link-runtime` to compiler arguments.

I'd be happy to accept a pull request adding Carthage support.

CI needs maintainer review before it can run

@fmeum @brentleyjones do you have any tips for reproducing these failures locally? I thought it might be that `apple_support` couldn't have `dev_dependency = True` set, but I just cut Yams...

A primitive version of this should be super easy to build, I don't know why it's been pushed off for so long. I'm assigning myself to this.

a json importer was added in #16. we can keep this open until an exporter is also added

No this was accidentally closed. I just reopened it.

Right click and "export to file" for `NSData`/`Data` properties would probably be super easy to build. Or maybe right click and "quick look" could write to a temporary file and...