Skip to content

Commit

Permalink
Merge pull request #36 from ChristianKienle/feature/removes-flickr-an…
Browse files Browse the repository at this point in the history
…d-improves-readme

Feature/removes flickr and improves readme
  • Loading branch information
Christian Kienle authored Nov 20, 2016
2 parents 8f62e37 + 0963bc6 commit 14e8533
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
Binary file removed Core Data Editor/Untitled-1.fw.png
Binary file not shown.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
<a href="https://flattr.com/submit/auto?user_id=ChristianKienle&url=https%3A%2F%2Fgithub.com%2FChristianKienle%2FCore-Data-Editor" target="_blank"><img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>

[![Build Status](https://travis-ci.org/ChristianKienle/Core-Data-Editor.svg?branch=master)](https://travis-ci.org/ChristianKienle/Core-Data-Editor)
# Build Status
| Branch | Status |
| ------------- |:-------------:|
| Master | [![Build Status](https://travis-ci.org/ChristianKienle/Core-Data-Editor.svg?branch=master)](https://travis-ci.org/ChristianKienle/Core-Data-Editor) |
| Develop | [![Build Status](https://travis-ci.org/ChristianKienle/Core-Data-Editor.svg?branch=develop)](https://travis-ci.org/ChristianKienle/Core-Data-Editor) |

# Core Data Editor
<img src="http://thermal-core.com/img/cde/icon_256x256.png" alt="Core Data Editor Logo" title="Core Data Editor Logo" align="right" />

<img src="app-icon.png" alt="Core Data Editor Logo" title="Core Data Editor Logo" align="right" />

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.

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.

![](http://thermal-core.com/img/cde/screenshot_main_cut.png)
![](screenshot.png)

# Donations
If you want to support Core Data Editor you can donate via PayPal to [email protected]. You can also flattr Core Data Editor:

<a href="https://flattr.com/submit/auto?user_id=ChristianKienle&url=https%3A%2F%2Fgithub.com%2FChristianKienle%2FCore-Data-Editor" target="_blank"><img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>
If you want to support Core Data Editor you can [donate via PayPal](https://www.paypal.me/christiankienle).

Thanks.

# Why Open Source?
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.

# Building Core Data Editor
Download the sources, open the workspace in Xcode and hit build and run. Done.

Expand Down Expand Up @@ -58,8 +56,9 @@ A data coordinator is represented by an instance of `CDERequestDataCoordinator`

That being said there should be little reason to introduce a new coordinator subclass.


# Contributing
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.
If you want to contribute send me pull requests. Have a look at the issue tracker to find out what should be done next.

# Credits
Core Data Editor has the following third party dependencies:
Expand All @@ -78,7 +77,7 @@ Core Data Editor has the following third party dependencies:
* [Roberto Dries](https://github.com/robertodries92)
* [Mitch Cohen](https://github.com/mitchcohen)
# Contact
[Christian Kienle (me@christian-kienle.de)](mailto:me@christian-kienle.de)
[Christian Kienle (kienle.[email protected])](mailto:kienle.[email protected])

# License
3-clause BSD (please don't sue me)
Binary file added app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14e8533

Please sign in to comment.