You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="http://thermal-core.com/img/cde/icon_256x256.png"alt="Core Data Editor Logo"title="Core Data Editor Logo"align="right" />
8
+
9
+
<imgsrc="app-icon.png"alt="Core Data Editor Logo"title="Core Data Editor Logo"align="right" />
7
10
8
11
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.
9
12
10
13
Core Data Editor will guide you through a short setup process when you initially launch the app. This setup process is entirely optional. You can skip over each and every step if you know what you are doing. It is recommended that you take your time and go though the setup process. It only takes a few minutes.
If you want to support Core Data Editor you can [donate via PayPal](https://www.paypal.me/christiankienle).
18
19
19
20
Thanks.
20
21
21
-
# Why Open Source?
22
-
I, the maintainer and original developer of Core Data Editor have become (seriously) sick. The disease I have will not go away soon. My ability to work and take care about Core Data Editor is severely limited. I don't want Core Data Editor to just die so I have decided to make it open source. To make it clear: If you send me a (good) pull request I will accept it. I will also try to answer questions and to contribute myself. The thing is I just can't keep up with bug fixing, feature requests (...) on my own anymore. I am too sick. In addition: Open Source rocks.
23
-
24
22
# Building Core Data Editor
25
23
Download the sources, open the workspace in Xcode and hit build and run. Done.
26
24
@@ -58,8 +56,9 @@ A data coordinator is represented by an instance of `CDERequestDataCoordinator`
58
56
59
57
That being said there should be little reason to introduce a new coordinator subclass.
60
58
59
+
61
60
# Contributing
62
-
Without you, Core Data Editor will probably die soon. If you want to contribute send me pull requests. Have a look at the issue tracker to find out what should be done next.
61
+
If you want to contribute send me pull requests. Have a look at the issue tracker to find out what should be done next.
63
62
64
63
# Credits
65
64
Core Data Editor has the following third party dependencies:
@@ -78,7 +77,7 @@ Core Data Editor has the following third party dependencies:
0 commit comments