From b47904887e9a8706dc599fdc0e6ef649c82c5165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20He=C3=9F?= Date: Sun, 22 Sep 2019 15:27:48 +0200 Subject: [PATCH 1/2] Add README ... placeholder. --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb00165 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +

CoreData to SwiftUI + +

+ +![Swift5.1](https://img.shields.io/badge/swift-5.1-blue.svg) +![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat) +![iOS](https://img.shields.io/badge/os-iOS-green.svg?style=flat) +![watchOS](https://img.shields.io/badge/os-watchOS-green.svg?style=flat) +![Travis](https://api.travis-ci.org/DirectToSwift/DirectToSwiftUI.svg?branch=master&style=flat) + +_Going fully declarative_: Direct to SwiftUI. + +WORK IN PROGRESS: +Supposedly this will eventually be a +[Direct to SwiftUI](https://github.com/DirectToSwift/DirectToSwiftUI), +just using +[CoreData](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CoreData/index.html#//apple_ref/doc/uid/TP40001075-CH2-SW1) +instead of [ZeeQL](http://zeeql.io). + + +## Who + +Brought to you by +[The Always Right Institute](http://www.alwaysrightinstitute.com) +and +[ZeeZide](http://zeezide.de). +We like +[feedback](https://twitter.com/ar_institute), +GitHub stars, +cool [contract work](http://zeezide.com/en/services/services.html), +presumably any form of praise you can think of. From d424fa75ba45455d902958815083680c0b3b0c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20He=C3=9F?= Date: Sun, 22 Sep 2019 15:44:13 +0200 Subject: [PATCH 2/2] Travis: Fix badge link ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb00165..149a855 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat) ![iOS](https://img.shields.io/badge/os-iOS-green.svg?style=flat) ![watchOS](https://img.shields.io/badge/os-watchOS-green.svg?style=flat) -![Travis](https://api.travis-ci.org/DirectToSwift/DirectToSwiftUI.svg?branch=master&style=flat) +![Travis](https://api.travis-ci.org/DirectToSwift/CoreDataToSwiftUI.svg?branch=master&style=flat) _Going fully declarative_: Direct to SwiftUI.