diff --git a/README.md b/README.md index 606afdb..f2dfda8 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Xcode project is deliberately excluded from the repository because it should be $ scripts/prep-xcode ``` -And the Workspace opens up for you with Playground on top. The playground is written as a manual. To run, make sure to check **Build Active Scheme** in **Playground Setting**. +And the Workspace opens up for you with Playground on top. The playground is written as a manual. To run, make sure to set location to **Relative to Playground** in **Playground Setting**. ### iOS and Swift Playground diff --git a/img/playground-settings-location.png b/img/playground-settings-location.png new file mode 100644 index 0000000..653d9c3 Binary files /dev/null and b/img/playground-settings-location.png differ diff --git a/img/playground-settings.png b/img/playground-settings.png new file mode 100644 index 0000000..7a9dcb0 Binary files /dev/null and b/img/playground-settings.png differ