Skip to content

Commit 3d77a8d

Browse files
committed
Update the manual installation documentation
1 parent c402566 commit 3d77a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ GRDB offers two libraries, `GRDB` and `GRDB-dynamic`. Pick only one. When in dou
418418

419419
2. Embed the `GRDB.xcodeproj` project in your own project.
420420

421-
3. Add the `GRDBOSX`, `GRDBiOS`, `GRDBtvOS`, or `GRDBWatchOS` target in the **Target Dependencies** section of the **Build Phases** tab of your application target (extension target for WatchOS).
421+
3. Add the `GRDB` target in the **Target Dependencies** section of the **Build Phases** tab of your application target (extension target for WatchOS).
422422

423-
4. Add the `GRDB.framework` from the targeted platform to the **Embedded Binaries** section of the **General** tab of your application target (extension target for WatchOS).
423+
4. Add the `GRDB.framework` to the **Embedded Binaries** section of the **General** tab of your application target (extension target for WatchOS).
424424

425425
> :bulb: **Tip**: see the [Demo Applications] for examples of such integration.
426426

0 commit comments

Comments
 (0)