From 22961cd857799b88095ce46ecb73acab3d216c8d Mon Sep 17 00:00:00 2001 From: Yoshinori Imajo Date: Mon, 15 Sep 2025 13:21:23 +0900 Subject: [PATCH 1/2] Update README.md - Replace the removed `SharingGRDB.xcworkspace` reference with `Examples.xcodeproj`. - Explain that each example app is worked on individually by selecting its scheme in Xcode. --- Examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/README.md b/Examples/README.md index 74cb3ab1..17ee106b 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -2,8 +2,8 @@ This directory holds many case studies and applications to demonstrate solving various problems with [SharingGRDB](http://github.com/pointfreeco/sharing-grdb). Open the -`SharingGRDB.xcworkspace` at the root of the repo to see all example projects in one single -workspace, or you can open each example application individually. +`Examples.xcodeproj` to see all example projects in a single +project. To work on each example app individually, select its scheme in Xcode. * **Case Studies**
Demonstrates how to solve some common application problems in an isolated environment, in From 8dafb17ac6475bf8aabbc5268625effb2689443f Mon Sep 17 00:00:00 2001 From: Yoshinori Imajo Date: Mon, 15 Sep 2025 13:23:23 +0900 Subject: [PATCH 2/2] Update README.md --- Examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/README.md b/Examples/README.md index 17ee106b..4aa6fd4b 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -1,7 +1,7 @@ # Examples This directory holds many case studies and applications to demonstrate solving various problems -with [SharingGRDB](http://github.com/pointfreeco/sharing-grdb). Open the +with [SharingGRDB](https://github.com/pointfreeco/sharing-grdb). Open the `Examples.xcodeproj` to see all example projects in a single project. To work on each example app individually, select its scheme in Xcode.