Skip to content

Commit 29aed85

Browse files
committed
Wording updates
1 parent 612b76b commit 29aed85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Recipe.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use Xcode Version 11.1 (11A1027). *This is the latest publicly released or Gold
7474
8. Click “Next"
7575
3. *Create the project*
7676
1. Ensure “Create Git Repository" is not selected
77-
2. Ensure add to is “Don’t add to any project or workspace"
77+
2. Ensure the 'add to' function is “Don’t add to any project or workspace"
7878
3. Select the folder `xxPROJECTxNAMExx` on the desktop
7979
4. Click “Create"
8080

@@ -84,13 +84,13 @@ Use Xcode Version 11.1 (11A1027). *This is the latest publicly released or Gold
8484
1. Open the file iOS Example.xcodeproj in Xcode
8585
2. Enable the Project navigator on the left
8686
3. Use the Project navigator to select the "iOS Example" folder (yellow icon)
87-
4. From the Project navigator, rename this folder to "Sources"
87+
4. From the Project navigator, rename this folder as "Sources"
8888
* :warning: Using the File inspector to rename a folder would result in the change being reverted. This is an Xcode bug that we work around.
8989
* :information_source: The Alamofire project uses the folder name "Source" but we choose "Sources" here to be consistent with the default of Swift Package Manager
9090
2. *Fix the Info.plist file configuration and preview content folder (Xcode makes renaming folders a pain)*
9191
1. Click "iOS Example" on the left (the blue icon)
9292
2. Click the target "iOS Example" in the middle (app icon)
93-
3. Click Build Settings on the top of the middle
93+
3. Click 'Build Settings' on the top of the middle
9494
4. Enter "/Info" in the search box
9595
5. Edit the "Info.plist File" from "iOS Example/Info.plist" to be "Sources/Info.plist"
9696

@@ -126,7 +126,7 @@ Use Xcode Version 11.1 (11A1027). *This is the latest publicly released or Gold
126126

127127
1. Click "iOS Example" on the left (the blue icon)
128128
2. Click the target "iOS Example" in the middle (app icon)
129-
3. Click Build Phases on the top of the middle
129+
3. Click 'Build Phases' on the top of the middle
130130
4. Open the section Link Binary With Libraries
131131
5. Click the plus (+) button
132132
6. Select xxPROJECTxNAMExx (the building icon)

0 commit comments

Comments
 (0)