Brian King

Results 41 comments of Brian King

A larger problem with CoreData / reference types, is you usually don't want to create new objects every import, but you want to update the state of the existing objects....

Hey @wildthink , you should be able to do something similar to this as things currently stand. If you look at `DemoStrings.xmlExample` you can see that the racket is inserted...

I disabled the tests in the macOS scheme for now to get CI green. We need a mac demo app!

This project hasn't been built since iOS4 I don't think -- You should check out Open Ears, it's a better API around the same engine. http://www.politepix.com/openears/

I think segue's can be turned into functions pretty cleanly. It won't work perfectly because it doesn't integrate with `prepareSegue`, but it will provide a nice migration path. So this:...

I agree, but what are the cases when you need to do @synthesize? Just curious.

I also ran into this, and a restart didn't help. I also don't have 2FA enabled on this account.

Good idea! I think I may add an analysis pass after the `CodeGenerators` are populated in the `XIBDocument`. This could do the duplicate variable name detection, and coalesce `ConstraintCodeGenerator` to...

Should be able to follow a pattern like this to scan statements for 2 or 4 matching generators and replace them with the compound anchors. https://github.com/Raizlabs/Eject/blob/master/EjectKit/Builder/ActionBuilder.swift#L37

Nice, thanks @drumnkyle ! Have you seen `symbolic`? I'm ignoring it at the moment and creating the constraint anyway.