A previous version of a project uses Core Data. I need to import data from those versions and have the previous compiled .momd. I can’t quite find the magic combination of setting to get this into resources. The contents of the .momd get transferred into the resources root folder but they aren’t in a xxxx.momd folder. Any ideas?
While I’m at it - can I use .iconset folders or do I need to convert them to .icns files with iconutil?
im assuming the .momd is the already processed file. We’ll add direct support for processing coredata model files as part if the build soon.
if that is the case, you can just add the .momd folder itself as AppResource item (right now only by manually editing the project file, or by dragging it in in Fire — this to we’ll be adding in VS, soon), eg:
Resources/My.momd
where Resources/My.momd would be the folder name, and the folder fll be copied into the .app as is, along with all files inside it.
In case anyone else ever needs to know how to set up @dynamic properties - these are now supported in the latest beta using the [DynamicProperty] attribute.