mogenerator
mogenerator copied to clipboard
Core Data code generation
### Question I came back to an old project, which uses `mogenerator` with the `--configuration` option to create different kinds of classes. This isn't working anymore though nothing has changed,...
in the generated .h file ,there is a declare like @class [NSString]; then canot compile.
### Summary of Changes Machine Swift template had several long standing issues, one of which was absolutely incorrect and some that needed updates or improvements. Specifically, the mutable relationship accessors...
### Expected Behavior The Wiki for Template Variables / NSEntityDescription lists abstract in the table. https://github.com/rentzsch/mogenerator/wiki/Template-Variables#nsentitydescription ### Actual Behavior The table should read isAbstract instead of abstract
### Summary of Changes This incorporates a variety of updates to generated Swift code. Objective-C generated code is not affected by this PR. Changes are listed in the updated README...
Hello In addition to Homebrew, could you support MacPorts as a distribution method? Homebrew is widely used by freelancers but is a complete mess to use at scale with managed...
By setting class part of `Current Produc Module`, the human version of the class is not well generated. ### Expected Behavior Having the regular generation. ``` swift import Foundation @objc(Stop)...
### Feature Request I'd like to see the template create +fetch\Request methods that return an NSFetchRequest so that I can modify it, in code, before executing it. ### Additional Information...
Hi there, the generated classes do have the NSNumber type for bool an double values. In xcode there is a way to check "Use scalar properties for primitive data types"...
### Feature Request I think it would be extremely useful if Swift developers could use Codable attributes in Core Data. Core Data has long supported transformable properties, which work transparently...