ChristianKienle / Core-Data-Editor

Core Data Editor lets you easily view, edit and analyze applicationsā€˜ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
BSD 3-Clause "New" or "Revised" License
2.13k stars 182 forks source link

Fixed a crash in iOS Example #27

Closed talzag closed 7 years ago

talzag commented 9 years ago

The present method of CDE.m was causing the app to crash if a user tried to invoke this method twice in a row.

I've also added a template for an action extension to the app. I don't know if it's possible, but it would be cool to inspect the Core Data data in other apps (as long as they pass a managed object to the extension context). Kind of like this https://itunes.apple.com/us/app/view-source-html-javascript/id917660039?mt=8 , but for Core Data entities instead of HTML/CSS/JS. If that's something that can't be done or isn't feasible, that extension can be removed.

ChristianKienle commented 9 years ago

I have to look into this in more detail... Tomorrow I have a bit of time on the train. Thanks for the pull request. It is certainly a really cool idea.

ChristianKienle commented 7 years ago

Hi there!

Sorry for not getting back to your PR in ages. I had a lot of things to do. Development of Core Data Editor is resuming so I will try to merge your PR shortly. Again - sorry. Friends again? :)

talzag commented 7 years ago

Hey @ChristianKienle no problem, glad to see you're back šŸ˜ƒ. I'm going to close this PR & create a new one from my latest fork. I think my original idea for the app extension isn't possible, so I don't think it's a loss to abandon this request.

ChristianKienle commented 7 years ago

@talzag thank you very much. Yesterday I have released Core Data Editor 5.2

https://github.com/ChristianKienle/Core-Data-Editor/releases/tag/5.2

Core Data Editor now has a develop and master branch. I suggest you branch from develop and go from there. Thanks in advance.