Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit f46a6eb

Browse files
8bitmp3rxwei
authored andcommitted
Add Playground Settings for Legacy Build System build settings (#223)
Just a small addition to the Swift for TensorFlow in Xcode usage guide. There are `Project Settings` as well as `Playground Settings` where you can enable `Legacy Build System` build settings. Hope this helps a little.
1 parent a075445 commit f46a6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ print(x)
173173

174174
To build an executable with Xcode 10 or 11, you must change some project settings from their default values:
175175

176-
1. In the menu bar, select `File > Project Settings...`.
176+
1. In the menu bar, select `File > Project Settings` if you are working inside a project or `Playground Settings` if you are using a playground.
177177

178178
2. Then, select `Legacy Build System` for Build Settings and click `Done`.
179179

0 commit comments

Comments
 (0)