Skip to content

Commit 5b7cecd

Browse files
authored
Highlight deployment target support (#19)
We currently hide this away in an article, so let's make it a little more prominent of a feature.
1 parent 4a0a963 commit 5b7cecd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ library, [subscribe today](https://www.pointfree.co/pricing).
2828

2929
## Overview
3030

31-
SharingGRDB is lightweight replacement for SwiftData and the `@Query` macro.
31+
SharingGRDB is lightweight replacement for SwiftData and the `@Query` macro that deploys all the way
32+
back to the iOS 13 generation of targets.
3233

3334
<table>
3435
<tr>

Sources/SharingGRDB/Documentation.docc/SharingGRDB.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Overview
44

5-
SharingGRDB is lightweight replacement for SwiftData and the `@Query` macro:
5+
SharingGRDB is lightweight replacement for SwiftData and the `@Query` macro that deploys all the way
6+
back to the iOS 13 generation of targets.
67

78
@Row {
89
@Column {

0 commit comments

Comments
 (0)