-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ChristianKienle/feature/removes-flickr-an…
…d-improves-readme Feature/removes flickr and improves readme
- Loading branch information
Showing
4 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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: | ||
|
@@ -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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.