mogenerator
mogenerator copied to clipboard
Core Data code generation
### Feature Request Have you ever considered to analyze the generated code using static analyzers such as https://github.com/sleekbyte/tailor ?
### Summary of Changes Fixes some syntax errors in the templates introduced in https://github.com/rentzsch/mogenerator/commit/5fb42293d7f471f3eee80047cb4f53f896b99f47 Prevents creating `primativeValue` methods that `triggers Apple's piss-poor private-API-use detector when submitting to the App Store`...
There is a crash during conversion of compoundIndex created on child entity which contains attributes from parent entity. It crashes there: [currentCompoundIndex addObject:compoundIndexProperty]; line 92 @ NSEntityDescription+momcom.m and crash look...
### Question I need the option for scalar / non-scalar types and the optional checkbox in my application, but mogenerator ignores both options. checking unchecking of Use Scalar and Optional...
Hi, I'm trying to generate my core data with mogen and i get this error > Assertion failed: (property), function -[NSEntityDescription(customBaseClass) _resolveKeyPathType:], file /tmp/mogenerator20160407-2387-9yl841/mogenerator-1.30.1/mogenerator.m, line 313. That is normal or...
We are discussing changes to make for Swift 2.0. Given that Apple has had no qualms about breaking support for Swift between releases, we want to use it as an...
### Reproduce: 1. Create simple Core Data model with two entities… ``` ╭───────╮ ╭───────╮ │ Alpha │ │ Beta │ ├───────┤ ├───────┤ │ betas │ > │ alpha │ ╰───────╯...
### Question when settings min value to 0 for an attribute of type "Integer 64", mogenerator generates value accessors with uint64_t primitive types. ### Expected Behavior Core Data internally uses...
### Expected Behavior I saw this SO on how to implement a transient core data property in swift http://stackoverflow.com/a/36162207/1552116 ### Actual Behavior The machine generated file generates this for transient...
Our app just got rejected by Apple. Your app uses or references the following non-public APIs: primitiveValue The use of non-public APIs is not permitted on the App Store because...